Bug#565491: [fluxbox] Doesn't start programs

2010-03-29 Thread Peter Fritzsche
Paul Tagliamonte wrote: > Severity: important > thanks > > On Sun, Mar 28, 2010 at 7:33 AM, Peter Fritzsche wrote: > > I think I found the problem. (Just read fbrun source code, but rest will > > probably work the same). Execl is used to start the program using "$SHELL > > -c myprogram". This ca

Bug#565491: [fluxbox] Doesn't start programs

2010-03-28 Thread Paul Tagliamonte
Severity: important thanks On Sun, Mar 28, 2010 at 7:33 AM, Peter Fritzsche wrote: > I think I found the problem. (Just read fbrun source code, but rest will > probably work the same). Execl is used to start the program using "$SHELL -c > myprogram". This cannot work because I use zsh and output

Bug#565491: [fluxbox] Doesn't start programs

2010-03-28 Thread Peter Fritzsche
I think I found the problem. (Just read fbrun source code, but rest will probably work the same). Execl is used to start the program using "$SHELL -c myprogram". This cannot work because I use zsh and output of my $SHELL is zsh - which of course cannot be found by execl (needs full path). Setti

Bug#565491: [fluxbox] Doesn't start programs

2010-01-16 Thread Peter Fritzsche
Package: fluxbox Version: 1.1.1-5 Severity: normal I have a machine running thightvncserver as user program. As window manager fluxbox was choosen. When I now make a right click on the background the application menu pops up and I can click on any menu entry. but then the program doesn't op