You are not logged in.

#1 2005-07-18 10:27:27

Colossus
Member
Registered: 2005-07-06
Posts: 39

gtkcdlabel: libglade warning

Hi,

i installed cdlabelgen with pacman and compiled gtkcdlabel with abs. When I run gtkcdlabel I get a bunch of:

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_get_cddb_clicked'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_clear_textfield_clicked'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_mp3button_clicked'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_ornamentbutton_clicked'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_spb_changed'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_da_button_press_event'.

(gtkcdlabel:9778): libglade-WARNING **: could not find signal handler 'on_use_tray_toggled'.

libglade is obviously installed so python and libxml2. Does anyone know the reason of this behaviour ?

Thank you,


--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net

Offline

#2 2005-11-16 22:42:44

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: gtkcdlabel: libglade warning

These are only warnings. Does the app works correctly?

Offline

#3 2005-11-17 06:50:26

Colossus
Member
Registered: 2005-07-06
Posts: 39

Re: gtkcdlabel: libglade warning

No, some buttons do not respond. I can'use it. Anyway I'm using a OOo template that works like a charm !

Thank you for replying,


--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net

Offline

#4 2005-11-17 12:07:41

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: gtkcdlabel: libglade warning

In the PKGBUILD file, instead of this line:

make || return 1

Try this one instead:

make LDFLAGS+=-Wl,--export-dynamic || return 1

Glade doesn't like unexported dynamic symbols.

Offline

#5 2005-11-17 12:12:39

Colossus
Member
Registered: 2005-07-06
Posts: 39

Re: gtkcdlabel: libglade warning

Many thanks ! I noticed you are a package maintainer, I would like my app, Xarchiver to be included in Archlinux repository so that people can install it via pacman; can you help me ?

Thank you,


--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net

Offline

Board footer

Powered by FluxBB