Bug#334853: Devilspie segfaults on start

2005-10-20 Thread Joachim Breitner
Package: devilspie Version: 0.14-1 Severity: normal Hi, Using this expression: (if (is (window_role) conversation) (pin) ) when i strat devilspie, it segfaults: $ LANG=C devilspie --debug Devil's Pie 0.14 starting... Loading /etc/devilspie /etc/devilspie doesn't exist Loading

Bug#334853: Devilspie segfaults on start

2005-10-20 Thread Ross Burton
On Thu, 2005-10-20 at 12:05 +0200, Joachim Breitner wrote: Using this expression: (if (is (window_role) conversation) (pin) ) The problem is that the window_role is undefined for the first window it finds, which ends up putting NULL into strcmp. Ross -- Ross Burton

Bug#334853: Devilspie segfaults on start

2005-10-20 Thread Joachim Breitner
Am Donnerstag, den 20.10.2005, 11:25 +0100 schrieb Ross Burton: On Thu, 2005-10-20 at 12:05 +0200, Joachim Breitner wrote: Using this expression: (if (is (window_role) conversation) (pin) ) The problem is that the window_role is undefined for the first window it finds, which ends up