From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.7) Gecko/20050416 Fedora/1.0.3-1.3.1 Firefox/1.0.3 Description of problem: when usermode-gtk is opened in GNOME and under the metacity window manager, the icon on the title bar is not it's own icon. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.execute usermode-gtk Additional info:
ä½ å¥½ Zhao Weilun, you possibly mean to execute any of the usermode-gtk application such as userpasswd, etc. I'm not a metacity user at all so maybe there's some kind of incompatibility here in contrast with another window managers? Ray, is there something on the usermode side I can fix to let the correct icon be displayed in the title bar? Maybe some additional tweaks to *.desktop files are needed?
Hi Jindrich, The icons in desktop files are not automatically associated with window icons. You can either call gtk_window_set_icon_name (window, "the-icon-name"); for a specific window or gtk_window_set_default_icon_name ("the-icon-name"); so it will happen for all windows. "the-icon-name" is the name listed in the [Desktop Entry] section of the .desktop file on the line that starts with Icon=
Ray, thanks, now I know what reporter actually wants.
This is now fixed.