On Wed, 13 Aug 2003 22:30:49 +0100
Adam Williamson <[EMAIL PROTECTED]> wrote:
> On Wed, 2003-08-13 at 20:36, G�tz Waschk wrote:
> > Am Mittwoch, 13. August 2003, 21:00:16 Uhr MET, schrieb Kim Schulz:
> > > cool! this app is awsome! now we just need a way to start it up as
> > > a part of the desktop and not as seperate windows (showing in the
> > > windows list and being able to be minimized)
> > This is easy with sawfish, but the metacity window manager cannot do
> > this. Too bad there are some other issues with sawfish as well, e.g.
> > with the wnck-applet.
>
> Use Devil's Pie. See http://www.burtonini.com .
I have been looking at that but i does not seem to fetch the gdesklets
windows. here is what I have:
<flurb>
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="window_title" value="gdesklets"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionSetWorkspace">
<property name="pinned" value="TRUE"/>
</action>
<action name="DevilsPieActionHide">
<property name="skip_tasklist" value="TRUE"/>
</action>
<action name="DevilsPieActionHide">
<property name="skip_pager" value="TRUE"/>
</action>
</actions>
</flurb>