amar Asked: 2024-03-28 08:34:47 +0800 CST2024-03-28 08:34:47 +0800 CST 2024-03-28 08:34:47 +0800 CST nemo error on ubuntu 22.04 LTS 772 A new Ubuntu user here, I want to replace nemo as my file manager, done everything else and it is working except this error, appreciate any help. nemo 1 Answers Voted Best Answer killertofus 2024-03-28T08:51:13+08:002024-03-28T08:51:13+08:00 when switching to nemo, did you remove the other file manager? And then after removing the other filemanager/if not already removed, you can set up Nemo to handle the desktop completely with the following commands xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search then gsettings set org.gnome.desktop.background show-desktop-icons false gsettings set org.nemo.desktop show-desktop-icons true The first command disables the handling of desktop by Nautilus and the second one enables Nemo to take its place. source
when switching to nemo, did you remove the other file manager?
And then after removing the other filemanager/if not already removed, you can set up Nemo to handle the desktop completely with the following commands
then
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true
The first command disables the handling of desktop by Nautilus and the second one enables Nemo to take its place.
source