You are not logged in.
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
These are only warnings. Does the app works correctly?
Offline
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
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
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