I've just committed a minor fix to svn that should fix this issue. Can
you please try it and tell me ?


On Fri, May 14, 2010 at 1:30 AM, Chris <rac...@makeworld.com> wrote:
> Greetings Islam!
>
> Here's a nice little bug someone found. Please preserve the CC to
> 580848-forwar...@bugs.debian.org
>
> 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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to