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



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to