Click to See Complete Forum and Search --> : Nautilus


Footlong
05-05-2001, 12:18 AM
I installed the Slackware package for Nautilus and it doesn't recognize that I have Mozilla. I can't open up web pages from Nautilus. How do I get it to see Mozilla?


Also it says that it has no installed viewer to view my files when I click an image or audio file.

Thanks in advance for any suggestions.

[ 05 May 2001: Message edited by: Footlong ]

pbharris
05-05-2001, 01:50 AM
depending on you shell (probaly bash) set the environment variable MOZILLA.
in bash:
export MOZILLA=/usr/local/mozilla/mozilla
in your ~/.bash_profile you could add
MOZILLA=/usr/local/mozilla/mozilla
EXPORT MOZILLA
hopefully that should work.
paul

Footlong
05-05-2001, 03:30 AM
That didn't work for me...