LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-09-2009, 09:20 AM   #1
davmax
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
The "mouse" panel applet in the Gnome panel has crashed my Ubuntu Karmic completely


Hi, I am writing from Windows because I can't use Ubuntu 9.10 Karmic Koala Gnome at all.

I was trying things and added this Gnome panel applet which is about mouse features. I really don't even know the proper name for those panel applications and for this one in particular because just after installing it (it asked for log-off and on) my Ubuntu became not usable anymore. I just can't do anything at all. I can only open some context menus with the right button but nothing works, nothing opens.

I bet it is somehing to do with my poor graphic card and that mouse applet.

Can somebody please help? How can I remove that mouse panel application if I cannot open anything? Do I have to reinstall everything? Please no...

Thanks in advance.
 
Old 11-10-2009, 02:00 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
If you can't figure anything else, move the Gnome-related (or all, if you're in a hurry and don't care just now) "hidden" directories (directories whose name begins with a dot) from within your home directory to a temporary location. This is effectively the same as erasing Gnome-related (or all, if you moved all) user configuration, i.e. reverting your desktop to the default settings. After this you should be able to login. You could just remove the files, but moving is better because if you notice you just lost something important, you can move it back (which you cannot do if you remove the files). If you wonder how to do this without being able to log in and start anything, just (at the login screen, for example) press CTRL+ALT+F1 and you should get to a text login console -- log in and start working. To list the dotted files under your home directory,

Code:
ls -d $HOME/.*
where '-d' makes ls print just directory names, not their contents as well (and $HOME so it works even if your current working directory wasn't your home directory at the moment, as it usually is after logging in). See what you think you need to move, make a (temporary) directory and move. For example to move .gnome2 and .gnome2_private,
Code:
mkdir $HOME/MOVED_DOT_FILES
mv $HOME/.gnome2{,_private} $HOME/MOVED_DOT_FILES
Now MOVED_DOT_FILES contains the two directories (note how you can use {} to write the file list shorter in bash -- it extends to ".gnome2 .gnome2_private"). You might have to do this to some other directories, I'm not quite sure where all these desktop related settings are; a quick way is to move all ('$HOME/.*) dot-files, but then you'll either have to re-do all your custom settings like theme changes if you have them, or pick and move directories/files back.

When you think you are done,
Code:
exit
then press CTRL+ALT+F7 to get back to X, log in as usual and see if it helped. If not, try moving other directories..

EDIT: you should probably log off from your Gnome desktop before doing this, because otherwise it might have some files in use when you start moving them around, and that might be a problem (or then not). A reinstallation of the system is like shooting a fly with a 155mm artillery, as this is clearly a settings-related problem which can be erased by erasing the configuration file, or in other words, to make Gnome forget it ever put the thing in use in the first place. I think it's a problem if something wrecks up the whole desktop just because you added something to panel, but this isn't a perfect world..and if moving the files/directories does not help in any way, just move them back, overwriting any newly created files to get back to your initial configuration. Then think of something else

Last edited by b0uncer; 11-10-2009 at 02:06 PM.
 
  


Reply



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
gnome panel applets and "hot corners" lupusyonderboy1 Linux - Newbie 2 07-01-2009 08:28 AM
"gnome-panel" error in sles10 cnivas Linux - Software 4 04-16-2008 12:25 AM
How to add Gnome style "drawer" (ie sub-menu) to KDE 3.1 kicker (aka KDE Panel) quaestor Linux - Software 7 10-17-2006 09:55 AM
Gnome Panel "in your face" h3o Linux - General 2 06-22-2005 12:49 PM
Gnome panel crashed!!! bxb32001 Linux - General 3 06-28-2002 03:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:17 PM.

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