Re: [dev] tabbed crash when using foreground = False in config.h

2015-03-09 Thread Christoph Lohmann
Greetings. On Mon, 09 Mar 2015 21:13:06 +0100 suckl...@axz.de wrote: > Hi, > > tabbed crashes when using foreground = False in config.h > > Steps to reproduce: > > Get latest tabbed and surf src from git > Set foreground = False in tabbed config.h > Compile and install tabbed and surf > Start 2

Re: [dev] tabbed crash when using foreground = False in config.h

2015-03-09 Thread suckless
Hi, I simplified the necessary steps. Use tabbed with "foreground = False" in config.h test:~$ xid=`tabbed -d xterm -into` ; xterm -into "$xid" test:~$ tabbed: fatal error: request code=113, error code=2 X Error of failed request: BadValue (integer parameter out of range for operation) M

[dev] tabbed crash when using foreground = False in config.h

2015-03-08 Thread suckless
Hi, tabbed crashes when using foreground = False in config.h Steps to reproduce: Get latest tabbed and surf src from git Set foreground = False in tabbed config.h Compile and install tabbed and surf Start 2 surf instances in tabbed: surf-open.sh suckless.org ; sleep 1 ; surf-open.sh suckless.o