Package: devilspie
Version: 0.20.2-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.5 (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages devilspie depends on:
ii  libc6                         2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0                  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0                   2.10.13-1  The GTK+ graphical user interface 
ii  libwnck18                     2.18.2-1   Window Navigator Construction Kit 
ii  libx11-6                      2:1.0.3-7  X11 client-side library

devilspie recommends no packages.

-- no debconf information

devilspie crashes:

[EMAIL PROTECTED]:.devilspie$ devilspie
got eof
got eof

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
Segmentation fault

[EMAIL PROTECTED]:.devilspie$ ls
aterm.ds  firefox.ds  gjots  mrxvt.ds  pidgin.ds  thunderbird.ds  zim.ds
[EMAIL PROTECTED]:.devilspie$ cat aterm.ds 
(if (contains (application_name) "aterm") 
        (begin
                (set_workspace 1))      
                (maximize)
        )
)
[EMAIL PROTECTED]:.devilspie$ cat firefox.ds 
; Move firefox to workspace 2
(if 
  (is (application_name) "firefox-bin") 
  (set_workspace 2)
)
[EMAIL PROTECTED]:.devilspie$ cat mrxvt.ds 
(if (contains (application_name) "mrxvt") 
        (begin
                (set_workspace 1))      
                (maximize)
        )
)
[EMAIL PROTECTED]:.devilspie$ cat pidgin.ds 
(if
        (and 
                (is (application_name) "pidgin")
                (is (window_name) "Buddy List")
        )
        (set_workspace 5)       
)

cat thunderbird.ds 
(if (contains (application_name) "Thunderbird") (set_workspace 2))

cat zim.ds 
(if (contains (application_name) "zim") (set_workspace 3))

        


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

Reply via email to