Hello, mhrpinca.
As my update from Cinnamon 1.4 UP3 to Cinnamon 1.6.7 on Linux Mint 13 went smoothly and gave me no hassle at all, I do not think that killing yourself will be the appropriate approach. - Can you press <Alt><F2> on the empty desktop? Doing so should bring up a tiny edit box telling you to type in a command. Type in
- Code: Select all
nemo -n
please. This should launch Nemo and Nemo should display the desktop.
Provided this works, the next step will be making sure that
- Code: Select all
nemo -n
will be executed everytime you logon automatically.
- Open a terminal session and execute
- Code: Select all
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
This will allow you to view and modify all startup items by unhiding them all. - Go to Menu => Preferences => Startup Programs
- Make sure that exactly one item named "Files" is active which either launches
- Code: Select all
nemo -n
or - Code: Select all
nautilus -n
The choice depends on whether you wish Nemo (new since Cinamon 1.6) or Nautilus (up to Cinnamon 1.4 UP3) to handle your desktop and your files and folders.
Provided everything has worked as explained above, you may verify everything is all right by logging off and back on again. Once you have logged back in your desktop should be displayed properly including the bottom panel and all its items, no matter whether you chose Nemo or Nautilus.
HTH,
Karl