Guest computerdr59 Posted January 2, 2003 Share Posted January 2, 2003 when I do "echo $MOZILLA_HOME" I get no response in the console. How can I add this and how can I be able to go to Run command and type mozilla to start the program? Thanks a bunch from a noob! Doob Link to comment Share on other sites More sharing options...
MottS Posted January 2, 2003 Share Posted January 2, 2003 when I do "echo $MOZILLA_HOME" I get no response in the console. How can I add this and how can I be able to go to Run command and type mozilla to start the program? Thanks a bunch from a noob! Doob You can set a variable by typing 'set VARIABLE=VALUE'. To be able to start mozilla from a console, make a symlink to the mozilla executable in a directory included in your $PATH. Like that (as ROOT): ln -s /path/to/mozilla/executable /usr/bin That should do the trick Hope this help MOttS Link to comment Share on other sites More sharing options...
Guest computerdr59 Posted January 2, 2003 Share Posted January 2, 2003 those did the trick...I look forward to learning lots more from you guys...have a great new year! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now