LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-17-2005, 10:48 AM   #1
orion446
LQ Newbie
 
Registered: Jan 2005
Location: Houston TX
Distribution: Mandrake 10.1
Posts: 9

Rep: Reputation: 0
Got firefox installed still need help


Got firefox installed but it keeps asking me to create a user profile every time I start it. How can I stop it from doing that?
 
Old 01-17-2005, 10:51 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
the profile manager will normally appear when there is no free profile available. if you have created one then normally this would imply you are still running that profile already, and stareting another seperate instance of firefox. is this the case? how are you closing firefox before opening it again? also there is a tick box on that box to not ask each time, i take ti that that is ticked?
 
Old 01-17-2005, 11:41 AM   #3
orion446
LQ Newbie
 
Registered: Jan 2005
Location: Houston TX
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
really don't know what to do. I am new to linux and in the learning phase right now. Tick box is cleared and I shut it down by going to file and then quit.
 
Old 01-17-2005, 11:52 AM   #4
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
This can happen when your X session shuts down unexpectedly or there's a power loss, etc.

In your ~/.mozilla directory there is a firefox subdirectory and in that subdirectory there's another one
called default.skn.

In that default.skn directory, there is a file called lock that normally gets replaced every time
you open a normal Firefox session. If Firefox doesn't shut down correctly (for whatever reason),
this file will just stay there and next time Firefox tries to run, it thinks it's already running.

You can go into that directory (/home/your_name/.mozilla/firefox/default.skn) and delete the
lock file while Firefox is not running, then Firefox ought to run normally next time.

There are other circumstances that will cause Firefox to think it's already running, including those
times when it really IS already running. But the above is something that often happens when there's
a system shutdown that isn't "clean."
 
Old 01-17-2005, 01:25 PM   #5
orion446
LQ Newbie
 
Registered: Jan 2005
Location: Houston TX
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
The firefox folder has a red lock over it and will not grant me access, I logged in as root and firefox started with no problem. Linux is very interesting and has really got me hooked , so any help will be appreciated!!!!!!!! In any event I will figure this out if it's the last thing I do.
 
Old 01-17-2005, 01:45 PM   #6
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by orion446
The firefox folder has a red lock over it and will not grant me access, I logged in as root and firefox started with no problem. Linux is very interesting and has really got me hooked , so any help will be appreciated!!!!!!!! In any event I will figure this out if it's the last thing I do.
The problem is almost certainly that you installed Firefox as root, and when you do that, root can use Firefox but nobody else can unless root creates a profile for the ordinary user.

Since it's a bad idea to log in as root (too easy to do damage to your system, because root has life-and-death powers ordinary users don't!), what you can do is to use a file manager like Midnight Commander (my choice, but you may have Nautilus or some other one) and, as root, change ownership and permissions of the directory where Firefox is installed. Or you can do it in a console as root:

Code:
#  cd /[name of directory where Firefox is installed]          (<<the # is the prompt indicator for root; an ordinary user would show a dollar sign)
#   chown -R [your ordinary user name] .                              (<<the dot means "the present working directory" and the -R makes the operation apply to any subdirectories as well as the present one)
#   chmod -R o+rxw .                                                                (<<this gives permission to the new owner to read, execute/search, and write to the files)
After that, you should be able to start Firefox as your normal self.

If you use a file manager program it's easier to see what you're doing, but once you get used to it it's faster and easier to use a terminal and commands such as the above.

See if that doesn't solve the problem.

Last edited by jonr; 01-17-2005 at 02:00 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
just installed firefox, but i don't know how to run it salviadud Linux - Newbie 17 02-10-2005 01:16 PM
tell firefox where java is installed titanium_geek Linux - Software 6 02-09-2005 10:48 PM
Why won't Firefox run after I've installed it? NSFrankenstein Linux - Software 5 09-15-2004 11:13 AM
so, i installed firefox,,, um where did it go? Zieroth Linux - Software 23 07-14-2004 09:09 PM
Anyone installed Firefox 0.9 in FC2 menlinux Fedora 2 06-18-2004 07:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration