← Back to team overview

screenlets-dev team mailing list archive

Re: [Question #221424]: How to "pin" an application to the desktop

 

Question #221424 on Screenlets changed:
https://answers.launchpad.net/screenlets/+question/221424

Rastko Karadzic posted a new comment:
Have you tried calling set_type_hint method on your gtk.Window object? (http://www.pygtk.org/docs/pygtk/class-gtkwindow.html)
Here (http://www.pygtk.org/docs/pygtk/gdk-constants.html#gdk-window-type-hint-constants) you have type hints for gtk.Window that you can set, try DOCK or SPLASHSCREEN. I'm not sure if it will work in Unity as it should, but you can try different window type hints in conjunction with other window related settings and see what suits you the most. 
If this doesn't work, you could try talking to X directly, although it's not as easy as method described above.

Regards,
Rastko Karadzic

-- 
You received this question notification because you are a member of
Screenlets Dev Team, which is an answer contact for Screenlets.