LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mozilla User Profile troubles (https://www.linuxquestions.org/questions/linux-software-2/mozilla-user-profile-troubles-98031/)

GoddessPrime 09-28-2003 08:51 PM

Mozilla User Profile troubles
 
Hello,

Every time I start up Mozilla, I get a "Mozilla Profile Manager" window that asks me to select my user profile.

When I used Mozilla for the very first time, it wouldn't let me select "default" profile so I had to create one called "Default User" profile.

Is there any way to get rid of this annoying prompt?

-GoddessPrime

PS I use Red Hat 9

wjn 09-28-2003 08:58 PM

I don't know, Prime, but I am having the same problem so I'll be interested in the solution.

GoddessPrime 10-01-2003 08:13 AM

I take it no one has an answer?

gkoutsog 10-01-2003 08:22 AM

I 've seen it too!
But it got fixed after a nice:
killall -9 mozilla-bin
:scratch:

GoddessPrime 10-02-2003 04:01 PM

what exactly does that do?

simplico 10-02-2003 04:21 PM

i had the same problem too. did any of u all run mozilla under the root user and then run mozilla as normal user? I fixed the problem by deleting mozilla and reinstalling it. and running mozilla as normal user first!

simplico 10-02-2003 04:23 PM

killall kills processes by name. at ur command prompt type: man killall. use man, short for manual, to find out what any command means, e.g., man rpm, man ls, man killall, etc.

gkoutsog 10-03-2003 04:08 AM

mozilla
 
Sometimes mozilla ( or any other program) can die out on you.
That is you cannot see it running but it is still there.
If you run:
ps xaw

or better
ps xaw | grep -i mozilla

you can see the stale process...

Issuing the command killall -9 mozilla-bin
the stale process stops and some ram goes free.

9 out of 10 that's the case for mozilla and most apps.


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