This python snippet works:
import pygtk
pygtk.require20()
import gtk
gtk.window_set_default_icon_from_file('/usr/share/pixmaps/ubiquity.png')
w = gtk.Window()
w.show_all()
gtk.main()

shows the proper icon for this window, not sure what's going wrong here.

-- 
Broken window icon in top left corner
https://bugs.launchpad.net/bugs/358961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to