Bug#276734: GDK icon window trouble

Brad Jorsch Brad Jorsch <anomie@users.sourceforge.net>, 276734@bugs.debian.org
Sat, 16 Oct 2004 10:17:45 -0400


On Sat, Oct 16, 2004 at 02:38:19AM +0200, Lo?c Minier wrote:
> Brad Jorsch <anomie@users.sourceforge.net> - Tue, Jun 01, 2004:
> 
> > I've noticed that a recent update seems to have broken the
> > gdk_window_set_icon() function, at least as far as using the
> > icon_window parameter. Specifically, it doesn't seem to get around to
> > setting the IconWindowHint on the leader window. If i set this one hint
> > manually, it works as expected.
> 
>  Does this still hold true?

Yes, i've just tested it again. I will attempt to put together a simple
test program later on today.

In the mean time if you'd like you can see the semi-complex program that
exhibits the bug via CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wmpasman co wmpasman
"./bootstrap && ./configure && make" should build it, if you have
libmhash-dev, libmcrypt-dev, and the appropriate autotools packages
installed. The code sample earlier was adapted from the file
wmgeneral/wmgeneral-gtk.c, search for 'XXX' to find the hack. Comment
out those 3 lines and you get no iconwindow from the program.