Found a work around for Cinnamon
Edit:
/usr/share/pyshared/screenlets/__init__.py


elif name == "is_sticky":
                        if value == True:
                                self.window.stick()
                                
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)

Added:
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
to line 1076

Now choose Sticky under window settings, restart screenlets and show
desktop still displays screenlets.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/217507

Title:
  Screenlets hide on show desktop without compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/screenlets/+bug/217507/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to