Xavier Toth wrote:
Is there a Gtk/Gdk equivalent of XGetWMName?
Yep: http://library.gnome.org/devel/gdk/stable/gdk-X-Window-System-Interaction.html#gdk-x11-screen-get-window-manager-nameNot sure how reliable that is, though -- I was told once that it'll still return the old value (or just something incorrect) if you change window managers while the particular app is running. Might no longer be true, though; try it and see!
-brian