0 Members and 1 Guest are viewing this topic.
If you open a terminal (Ctrl+Alt+T) and run:Code: [Select]nemo -ndo you now have a right-click context menu on the desktop ?Is the desktop displaying the wallpaper ? .. and are you able to change the wallpaper ?
nemo -n
nemo -n(nemo:10134): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service filesInitializing nemo-dropbox 2015.10.28
gsettings set org.nemo.desktop show-desktop-icons true
nemo --quit
nohup nemo -n &
Yeah ignore that gtk warning.If you run:Code: [Select]gsettings set org.nemo.desktop show-desktop-icons truethenCode: [Select]nemo --quitthen restart nemo from the menu by opening a file manager (Files) instance.Or by running:Code: [Select]nohup nemo -n &and close the terminal with the X button top rightDo you now have a right-click context menu on the desktop ?
Can you temporarily log off and log back onto the "Guest" account just to check if the desktop is working properly in that account ?
sudo apt-get install --reinstall nemo nemo-data gir1.2-nemo-3.0 libnemo-extension1 python-nemo
Okay something is massively screwed up thenMaybe try reinstalling nemoCode: [Select]sudo apt-get install --reinstall nemo nemo-data gir1.2-nemo-3.0 libnemo-extension1 python-nemo
ps aux >> ~/ps-aux-output.txt
Well I'm not seeing nemo running AT ALLOpen a terminal and run:Code: [Select]nemo -nDO NOT CLOSE THAT TERMINAL.Now with that terminal still open, if you right-click on the desktop do you get a context menu ?
ps aux | grep [n]emo
Code: [Select]nemo -nwon't return anything in the terminalbut after running it if you run:Code: [Select]ps aux | grep [n]emoyou should see something likemark 1941 0.1 1.3 1537408 98072 ? Sl 11:45 0:15 nemo -nIf you do, then nemo is running .. and **should** be controlling the desktop.