Your message dated Thu, 13 May 2010 17:30:57 -0500
with message-id <[email protected]>
has caused the   report #580848,
regarding gdevilspie: generated .ds files are not working if more than one 
Matching statement is used
to be marked as having been forwarded to the upstream software
author(s) Islam Amer <[email protected]>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
580848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580848
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Greetings Islam!

Here's a nice little bug someone found. Please preserve the CC to
[email protected] 

Thanks so much again and have a great day!

Here is the synopsis of the current bug:
-----------------------------------------------------------
Package: gdevilspie
Version: 0.31-2
Severity: important

Thanks for this nice gui. I found that the result doesn't work if more
than one statement in Matching is used.
This lines are the (not working) result of the selections in the gui:
; generated_rule nautilus
( if
( and
( is ( window_class ) "Nautilus" )
( is ( application_name ) "nautilus" )
)
( begin
( set_workspace 3 )
( maximize_horizontally )
( println "match" )
)
)

This is the modified rule file (without the and statement):
; generated_rule nautilus
( if
( is ( window_class ) "Nautilus" )
( begin
( is ( application_name ) "nautilus" )
( begin
( set_workspace 3 )
( maximize_horizontally )
( println "match" )
)
)
)

Please use nested begin statements instead of and.

best regards
  Joerg




-- 
Regards,

Chris


--- End Message ---

Reply via email to