@Peinfull :-
O-kay. This is not one I run myself, but investigation shows it's actually kitted-out with one of my 'portable' FirefoxESR builds running from /opt, with the 'LAUNCH' script symlinked into /usr/bin as firefox_esr. So; we want a wee script to place in /root/Startup.....like this:-
Code: Select all
#!/bin/sh
#
# Auto-launch Firefox ESR at boot...
#
/usr/bin/firefox_esr
I've attached this to the bottom of this post. Download it, and remove the 'fake' ".gz" from the end, so it just reads as "firefox_launch". This will turn it back into a script again (we have to do this so it'll work with the forum software, y'see.)
Make sure it's executable. Rt-clk -> Properties; tick the 3 'Exec' checkboxes down the bottom -> Refresh -> Close. Now place this script inside /root/Startup.
Open a ROX-filer window on /root/Startup. Move this to one side, but LEAVE IT OPEN. Now open ROX to where the launch script is that you've just made executable. Click'n'drag the script across to the first window (the one open at /root/Startup), and 'drop' it; a wee window will open, with 4 'choices':-
Choose 'Copy' (this acts as a double-check; if the copy goes wrong, the original is still there, y'see).....and the script should now be in /root/Startup.
Restart "X" (the graphical server; no need for a re-boot).....and all things being equal, Firefox ESR should fire-up.
Let us know how you get on, please.
Mike.