LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   applications hang (https://www.linuxquestions.org/questions/linux-newbie-8/applications-hang-468629/)

Jordan&&&& 07-28-2006 01:59 PM

applications hang
 
I am using Mandriva 2006, but I had the same experience with Debian. KDE seems unstable.

When I start some applications they do not start. Some of them need a restart of Mandriva to start working like Konqueror and "configure your desktop" and some like firefox do not start at all. KDE do not shows any message.


when I start from command line usr/bin/mozilla-firefox:

can't write to 'home/user/tmp/orbit-user', ORB init failed
aborting...
/usr/lib/mozilla-firefox-1.0.6/run-mozilla.sh: line 159: 8737 Aborted "$prog" ${1+


What to do? Thank you in advance.

Tinkster 07-30-2006 01:36 PM

Make your user the owner of your home directory. Somehow you much
have managed to screw up permissions.

Do (as root):
chown -R user /home/user
chmod -R u+rwX /home/user
and see whether that fixes (some of) your problems.


Cheers,
Tink


All times are GMT -5. The time now is 08:10 AM.