You are not logged in.
I have had this weird thing happen, where Mozilla and Firefox wont' work as a normal users. I fixed this temporarily by allowing non-group rwx access to /tmp, however somehow the problem has returned again.
Has anyone else had this? I'm not sure what log to check for errors either. Basically, is starts loading, then exits before starting
Offline
but /tmp should be world read/write...
[wael@nasreddine ~]$ ls -l / | grep tmp
drwxrwxrwt 16 root root 4096 2006-03-15 14:01 tmp you don't have it this way
?
[My Blog] | [My Repo] | [My AUR Packages]
Offline
I have the same problem
firefox works as root but not a regular user... no errors are being spit out either so it looks like a permission problem
# ls -l /opt/mozilla/bin/firefox
-rwxr-xr-x 1 root root 5.2K 2006-02-18 15:58 /opt/mozilla/bin/firefox*
Offline
Often, this has to do with the .mozilla (note the dot) in your home directory. Sometimes, it winds up being owned by root. Change the ownership to the user. (I don't know how old that cause and solution are, I could be wrong, or the directory might now be called .firefox)
However, see if there is a .mozilla or .firefox directory in your home directory and if it's owned by root rather than the user.
Offline
seems to be fine here
-- no firefox folder
> ls -ld .mozilla
drwxr-xr-x 5 yohoho users 184 2006-03-06 19:39 .mozilla/
>ls -l .mozilla
total 8.0K
-rw-r--r-- 1 yohoho users 335 2005-02-26 05:39 appreg
drwxr-xr-x 3 yohoho users 144 2005-02-26 05:39 firefox/
-rw------- 1 yohoho users 1.9K 2006-03-15 10:21 pluginreg.dat
drwxr-xr-x 2 yohoho users 48 2005-06-23 05:31 plugins/
drwxr-xr-x 2 yohoho users 80 2006-01-15 18:41 searchplugins/
Offline
you are right about the problem scottro,
i moved my .mozilla folder to a temp folder, started up firefox, copied my bookmarks over and everything is fine now.
Solved!
Offline
I would like to hear if this solves yur problem too Eliatamby...
Offline
I think scottro is right. I sometimes used some apps while in a root session, 'cause I was dump, dull, lazy, tired ... and then found root had overtaken my ~/.folders.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
Will try it at home tonight.
For the record, /tmp is 777
Offline
You mean 1777.
Excessive showering, grooming, and toothbrushing is not only vain, it wastes valuable coding time.
Offline
Yeah, it turns out that the .mozilla file in home WAS owned by root. Bizare. Could this have happened during an upgrade of something? made owner/group username/user and all was good.
Thanks scottro
Offline