libglade warning is still here, when running Guake 0.5.0 from terminal in Ubuntu Gnome 15.04 Vivid Vervet
(guake:1917): libglade-WARNING **: unknown attribute `swapped' for <signal>.
As Totem said, the change is already made in /usr/bin/guake.
However, this bug is fixed in guake-0.5.1 and above versions, as stated here ( https://bugs.mageia.org/show_bug.cgi?id=15306 )
You can download the latest deb 0.7.2 from http://ppa.launchpad.net/webupd8team/unstable/ubuntu/pool/main/g/guake/
Edit:
Indeed, the warning is gone in 0.7.2, but a newer one appeared, when running guake
in terminal:
INFO:guake.guake_app:Logging configuration complete
/usr/lib/python2.7/dist-packages/guake/guake_app.py:1625: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
self.mainframe.pack_start(self.mainframe, expand=True, fill=True, padding=0)
Also when guake is invoked, the following error popsup:
/usr/lib/python2.7/dist-packages/guake/guake_app.py:722: GtkWarning: IA__gtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
/usr/lib/python2.7/dist-packages/guake/guake_app.py:723: GtkWarning: IA__gtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL)
But of course, this is another discussion.
gtk-builder-convert
to convert your Glade file to a GtkBuilder file, and use GtkBuilder instead. – Cancan