Code Sample |
... #dillo /usr/share/doc/dsl/getting_started.html &>/dev/null & torsmo 2>/dev/null & while true do pidof firefox-bix || firefox sleep 2 done case $DESKTOP in fluxbox ) ... |
Quote (mikshaw @ Feb. 12 2007,14:48) |
I think there's an issue with running Firefox without a window manager. There was a thread several month ago about this applied to a browser kiosk, but i don't remember if a solution was found. What I would do if I were to use that particular code is put it in a separate script and run the script from xinitrc: sh /path/to/script & This would need to be put _above_ the case, so it lets .xinitrc continue on to load the window manager. |