LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Firefox 0.9 only as root user (https://www.linuxquestions.org/questions/linux-newbie-8/firefox-0-9-only-as-root-user-194218/)

ronronson 06-16-2004 11:42 AM

Firefox 0.9 only as root user
 
Please, I can only get access to Firefox 0.9 as root user. When I logg in as my usual user account the browser donīt start at all. I have installed a tar archive as root in usr/local/firefox How to do ? I love this browser. If You have any idea please right it down as detailed as possible because Im a Newbee.....

v00d00101 06-16-2004 12:03 PM

You have also repeat posted this. Please dont do so, your answer will be answered eventually, if not could i suggest you post to the mozilla-dev mailing list. They may be able to help you (since they develop it). Or try here http://forums.mozillazine.org/index.php?c=4

OEP 06-16-2004 12:03 PM

Just sounds like you haven't set the permissions yet. Find the firefox executable and type it's path into the terminal. If it says 'permission denied', you just need to chmod it.

# chmod +775 /path/to/firefox/exec

ronronson 06-16-2004 12:36 PM

OEP is it possible for You take that pos as slow and detailed as possible. I am listening very carefully.
sincerly ronronson

Hjalte 06-16-2004 02:01 PM

Here it is, alittle slower:
Open a terminal and change the directory, to the firefox install dir
> cd ^firefoxdir^ (/usr/local/firefox?)

Then, execute the firefox executionable:
> ./firefox

If it returns "permission denied" do
> chmod +x firefox

Then try again...

detpenguin 06-16-2004 02:13 PM

do you have to su to root to use chmod, or does it work for the user?

Hjalte 06-16-2004 02:26 PM

whoops...
My bad...
Yes, you have to be root, to do the "chmod" command...

Andrew Benton 06-16-2004 03:50 PM

But it's not enough to be able to execute /usr/local/firefox/firefox - it's just a shell script that gets things going. You need to be able to execute everything in the firefox folder
Code:

su
password
chmod -R 755 /usr/local/firefox


ronronson 06-16-2004 04:19 PM

Thanks for Your kindness to reply but still the same no browser in normal user account. I have tried to execute the firefox file but maybe I still do something wrong. How could it be so complicated ?

detpenguin 06-16-2004 04:39 PM

just an idea...but maybe if you uninstall it...then reinstall it using your user account? i installed my firefox using the user account, and i can use it in both user and root....

Andrew Benton 06-16-2004 07:08 PM

Indeed. I used to just untar it in my home folder and run it from there. That way you avoid all these permissions problems.

ronronson 06-17-2004 02:37 AM

Hipp Hurray I made it with a little help from You friends !!
I untar it as su logged in as usual account and the browser start right away. I even did not execute with ./firefox
Many Thanks !!


All times are GMT -5. The time now is 05:37 AM.