Jump to content

help with $MOZILLA_HOME


Guest computerdr59
 Share

Recommended Posts

Guest computerdr59

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...