LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Desktop menus and control Panel problems (https://www.linuxquestions.org/questions/ubuntu-63/desktop-menus-and-control-panel-problems-842813/)

cyborgoat 11-06-2010 10:52 PM

Desktop menus and control Panel problems
 
I have done something to loose access to my Contol panels and menus I have logged into another user and all seem to work fine. I have logged in under GNOME safemode and it just scrolls stuff on the screen and brings back to main login screen. I have started to reboot to recovery mode only to find I have no clue as to what to do here as I am Command handycapped..

smoker 11-07-2010 02:27 AM

Log in as the other (working) user then use the command line to delete the .gconf .gconfd .gnome2 .gnome2_private directories found in the problem users home directory. You will need sudo for this.

Code:

sudo cd /home/<problem_user>/; rm -Rf .gconf .gconfd .gnome2 .gnome2_private
Then when you log in as the <problem_user>, gnome will recreate everything with default settings.

cyborgoat 11-07-2010 07:17 AM

not in sudoers file
 
Quote:

Originally Posted by smoker (Post 4151664)
Log in as the other (working) user then use the command line to delete the .gconf .gconfd .gnome2 .gnome2_private directories found in the problem users home directory. You will need sudo for this.

Code:

sudo cd /home/<problem_user>/; rm -Rf .gconf .gconfd .gnome2 .gnome2_private
Then when you log in as the <problem_user>, gnome will recreate everything with default settings.

===========================================================

I tried this and got the messsage "allycat is not in the sudoers file. This incident will b e reported."

I logged in as problem user nothing changed I did notice that none of the desktop I-cons loaded. (which I think it did this last night.) while replying to this post a message came up with option box "A program is still running"

Panel not responding
Waiting for program to finish
interrupting program may cause you to lose work.

lock screen Cancel Shutdown Anyway

smoker 11-07-2010 08:01 AM

Well the recovery mode should be under the root user so the rm -Rf command will work there too. You should not need sudo then. Same command line, just no sudo at the beginning. Even if you are logged in to the console as the problem user, you can still use that command line. Also killall -9 gnome-panel should restart the gnome-panel if that is the cause of the problem.

cyborgoat 11-07-2010 07:41 PM

solved!! Menu and control panel problem
 
Quote:

Originally Posted by smoker (Post 4151809)
Well the recovery mode should be under the root user so the rm -Rf command will work there too. You should not need sudo then. Same command line, just no sudo at the beginning. Even if you are logged in to the console as the problem user, you can still use that command line. Also killall -9 gnome-panel should restart the gnome-panel if that is the cause of the problem.

Right after I posted the last I rebooted into recovery mode and then to console and entered the command above. It worked, I send you a big thanks great job.


All times are GMT -5. The time now is 05:53 AM.