Comment 6 for bug 217507

Revision history for this message
Kjell Braden (afflux) wrote : Re: [Bug 217507] Re: Screenlets hide on show desktop without compiz
  • unnamed Edit (189 bytes, application/pgp-signature; name=signature.asc)

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.