How to make Devilspie Make an Applet be "silent" but then openable

Posted by Kendor on Ask Ubuntu See other posts from Ask Ubuntu or by Kendor
Published on 2012-03-30T17:07:15Z Indexed on 2012/03/30 17:43 UTC
Read the original article Hit count: 230

Filed under:
|

Am using gnome-shell with 11.10. I have two panel based applets (Toggl and Gnome Alarm Clock) that I run at startup. The issue is that they start as Windows, and I'd like them to start "silently" but still be able to recall their interface when I need them.

I installed Devilspie and gDevilspie which properly "close" the applets after starting them, but there's a "Catch 22." Because of the "close" behavior, they can never be opened again as long as the Devilspie daemon is running..

Is there a way around this?

An example of the rule I'm using is this:

( if ( begin ( is ( application_name ) "alarm-clock-applet" ) ) ( begin ( close ) ( println "match" ) ) )

© Ask Ubuntu or respective owner

Related posts about devilspie

Related posts about gdevilspie