Am Freitag, den 18.04.2008, 18:16 +0000 schrieb Whise:
> the keep_above and kee_bellow is used to make windows go above and
> bellow all other windows , so i think its not related , there must be
> some other atribute
> 

You were right, I should've tested it. Further examining of the
gdesklets code showed that the following works for me:

window.set_skip_taskbar_hint(True)
window.set_skip_pager_hint(True)
window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
window.set_keep_below(True)


As far as I can see, the first two lines are already implemented in
screenlets.


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/13564619/unnamed

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
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