Briefly: My netbook has Ubuntu 9,04 installed. Desktop mode uses the remix layout. I was curious (I know, curiosity killed the cat) what the classic desktop looked like. I want to go back to the remix layout. The menu rather abruptly disappeared, probably something else I mucked up. This leaves me with only icons on the desktop. Another user is unchanged, thus I now it is a user setting. .
Would somebody kindly either direct me to appropriate documentation - I have looked at a number of sites, but obviously the wrong ones, or tell me how to restore the remix desktop?
John McKee
It might be time to create a new user account for yourself, then copy
the files you care about from your home directory to the new user.
If the new user works as you want, and if you want to keep using your
original username, you could delete your old user and re-create it, then
copy the files back again.
If you have backup files on external media using a non-Windows file
system (not FAT* or NTFS), you may want to work out the user and group
ID (the numeric value) for your original username before you blow it
away. When you create your user over again, you can specify that ID,
which will make it easier to claim ownership of all your old backup files.
Before going to this extreme, you could also try replacing files in your
existing $HOME with the stuff in /etc/skel.
- Aaron
--
Aaron Brown :: aa...@thebrownproject.com :: www.thebrownproject.com
Here's my little "reset_gnome" script. Perhaps it will be helpful to you.
#!/bin/bash
rm -rf .gnome* .gconf* .config .dbus .dmrc .gstreamer-0.10 .icons
.metacity .nautilus .qt .recently-used.xbel .thumbnails
.update-manager-core
--
Chris