← Back to team overview

screenlets-dev team mailing list archive

[Bug 220181] Re: Screenlets do not re-open on the same desktop

 

You can use gDevilsspie/Devilspie to partly fix it, creating a rule for
your Screenlet like this:

( if 
( begin 
( contains ( application_name ) "Screenlet.py" )
) 
( begin 
( set_viewport 3 )
( println "match" )
)
)

However, it does not work when Screenlets are cloned from a service, if
I unerstand it correctly. And you can always make a Screenlet "Sticky"
in order to make it appear on all workspaces.

-- 
You received this bug notification because you are a member of
Screenlets Dev Team, which is subscribed to Screenlets.
https://bugs.launchpad.net/bugs/220181

Title:
  Screenlets do not re-open on the same desktop