← Back to team overview

screenlets-dev team mailing list archive

[Bug 217507] Re: Screenlets hide on show desktop without compiz

 

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
Screenlets Dev Team, which is subscribed to Screenlets.
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