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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...