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

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdevilspie depends on:
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-support                1.0.8      automated rebuilding support for P

Versions of packages gdevilspie recommends:
ii  devilspie                     0.22-1     find windows and perform actions o

gdevilspie suggests no packages.

-- no debconf information



-- 
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