My mother-in-law uses Linux, but she's far from the most savvy computer user in the world. It's tough when you start using Linux in your seventies ;) Anyway, somehow she occasionally deletes her GNOME panel. That's a problem because it prevents her from starting any applications. After much practice, I've narrowed down the list of steps that are the easiest to dictate over the phone:
- Restart the computer.
- Don't log in. Rather, hit Cntl-Alt-F1 in order to get to a text-based login screen.
- Now log in.
- Type "rm -rf .gnome* .gconf*".
- Now, hit Cntl-Alt-Delete.
- Let it reboot and then log in normally. Things should be fixed.
Comments
Type "rm -rf .gnome * .gconf*".
I assume she has of course backed up her home dir frequently? :)
Yeah, I thought of that too. That's why I made her read the command back to me ;)
> Why not just alter the startup files to do step 4 every reboot?
Interesting idea.
/etc/X11/dm/Sessions
You can log out, select session type "Reset my desktop", and log in.
Thats a great idea.
Honestly Gnome really should come bundled with a reset key-combo because I've known even computer savvy people who get into this tough spot. I can walk them through booting into the console to fix it, but its very frustrating for them.
A Ctrl-Alt-Esc Esc or something that displays a "Do you want to reset your Gnome Settings and reboot?" would be perfect.
By the way, I don't think she deleted all her panels, just the one with the menu bar.
also there are some xml files in those directories that describe the configuration of those panels. Why not just remove write permissions from those panels to make it so she can't remove them on accident.
Probably. I was really worried about gconfd hanging around even beyond X restarts.
> also there are some xml files in those directories that describe the configuration of those panels. Why not just remove write permissions from those panels to make it so she can't remove them on accident.
Good idea.