This bug continues to haunt me.

It now seems it might be a timing issue.

The following flurb:

<flurb name="OpenOffice">
    <matchers>
      <matcher name="DevilsPieMatcherWindowName">
        <property name="application_name" value="soffice.bin"/>
      </matcher>
    </matchers>
    <actions>
      <action name="DevilsPieActionSetWorkspace">
        <property name="workspace_index" value="5"/>
      </action>
      <action name="DevilsPieActionDebug"/>
    </actions>
  </flurb>

does not place OO at WS 5.

Changing action order:

<flurb name="OpenOffice">
    <matchers>
      <matcher name="DevilsPieMatcherWindowName">
        <property name="application_name" value="soffice.bin"/>
      </matcher>
    </matchers>
    <actions>
      <action name="DevilsPieActionDebug"/>
      <action name="DevilsPieActionSetWorkspace">
        <property name="workspace_index" value="5"/>
      </action>
    </actions>
  </flurb>

Now the flurb works! Removing the debug statement entirely will also make it stop working.

Hope this helps.

/Mikael

Ross Burton wrote:
On Fri, 2004-11-19 at 23:58 +0100, Mikael Nilsson wrote:

But suddenly after today's upgrade to GNOME 2.8 (I think, it was a
while since I restarted Evolution....), Evolution stays on the
workspace where I start it.


An interesting test would be to start Evolution in a terminal and see if
the problem still persists.

Ross

--
Plus ça change, plus c'est la même chose
begin:vcard
fn:Mikael Nilsson
n:Nilsson;Mikael
org:Royal Institute of technology;KMR group, NADA
adr;dom:;;;Stockholm
email;internet:[EMAIL PROTECTED]
tel;work:+46 8 7906896
x-mozilla-html:FALSE
url:http://kmr.nada.kth.se
version:2.1
end:vcard

Reply via email to