Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 13291  / 2 Years ago, mon, august 8, 2022, 1:53:28

I would like to replace Nautilus(Default gnome shell file manager) with Nemo file manger in Gnome 3.



How can I do that ?


More From » gnome

 Answers
4

Based on here,



After Nemo file manager installation, set Nemo as default File-Manager and allow desktop handling by Nemo open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:



xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true


Now enter this command in terminal to check that now Nemo is your default file manager :



xdg-mime query default inode/directory




If you want to go back with Nautilus as default File Manager try these commands:



xdg-mime default nautilus*.desktop inode/directory application/x-gnome-saved-search
gsettings set org.nemo.desktop show-desktop-icons false
gsettings set org.gnome.desktop.background show-desktop-icons true

[#24695] Monday, August 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
warrdel

Total Points: 356
Total Questions: 103
Total Answers: 118

Location: Bangladesh
Member since Sat, Jan 23, 2021
3 Years ago
;