You are not logged in.
Pages: 1
I found out that in order to start stalonetray properly, it must be started AFTER fluxbox has started. However, I can't place it after exec fluxbox in .xinitrc because it never starts up. I can't fork fluxbox with exec fluxbox & because fluxbox crashes. Any ideas?
Offline
just place it in ~/.fluxbox/startup
Offline
just place it in ~/.fluxbox/startup
Then I would need to do startfluxbox and startfluxbox crashes fluxbox just the same.
Offline
Yep, startfluxbox crashes fluxbox. Can't even get fluxbox to start with it...
Offline
Create a script:
#!/bin/bash
sleep 5 # adjust how many seconds you need to wait until flux starts
exec stalonetray
and run this instead of stalonetray directly from .xinitrc.
Offline
Create a script:
#!/bin/bash sleep 5 # adjust how many seconds you need to wait until flux starts exec stalonetray
and run this instead of stalonetray directly from .xinitrc.
That's the exact same thing I tried! However, it failed when I did it...
Edit: Nevermind, it works now! Turns out I forgot to put the & after it in my .xinitrc the first time I did it.
Last edited by solarwind (2008-03-23 21:13:56)
Offline
Thanks a lot!
Offline
Pages: 1