How to replace Nautilus with Nemo in Gnome 3
I would like to replace Nautilus(Default gnome shell file manager) with Nemo file manger in Gnome 3.
How can I do that ?
gnome 14.04 nemo
add a comment |
I would like to replace Nautilus(Default gnome shell file manager) with Nemo file manger in Gnome 3.
How can I do that ?
gnome 14.04 nemo
add a comment |
I would like to replace Nautilus(Default gnome shell file manager) with Nemo file manger in Gnome 3.
How can I do that ?
gnome 14.04 nemo
I would like to replace Nautilus(Default gnome shell file manager) with Nemo file manger in Gnome 3.
How can I do that ?
gnome 14.04 nemo
gnome 14.04 nemo
edited Mar 19 at 14:11
RoVo
7,9911943
7,9911943
asked Jun 11 '14 at 9:59
Hamed KamravaHamed Kamrava
1,14492246
1,14492246
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
add a comment |
You can easily install nemo without cinnamon dependencies, as shown here:
Warning: do not use this PPA if you're using Linux Mint or if you use
Cinnamon in Ubuntu! Also, if you've added any Cinnamon PPAs, remove
them before using the WebUpd8 Nemo PPA even if you didn't install
Cinnamon, or else the Nemo version in the WebUpd8 Nemo PPA might be
overwritten.
Install Nemo:
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and
15.04!
Add the PPA and install the latest Nemo with Unity tweaks/fixes by
using the commands below:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f481742%2fhow-to-replace-nautilus-with-nemo-in-gnome-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
add a comment |
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
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
add a comment |
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
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
answered Apr 7 '15 at 5:24
Hamed KamravaHamed Kamrava
1,14492246
1,14492246
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
add a comment |
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
After changing, the places function in the top bar didn't work anymore. Removing and re-enabling it made it work with Nemo.
– SPRBRN
Apr 11 '17 at 10:59
add a comment |
You can easily install nemo without cinnamon dependencies, as shown here:
Warning: do not use this PPA if you're using Linux Mint or if you use
Cinnamon in Ubuntu! Also, if you've added any Cinnamon PPAs, remove
them before using the WebUpd8 Nemo PPA even if you didn't install
Cinnamon, or else the Nemo version in the WebUpd8 Nemo PPA might be
overwritten.
Install Nemo:
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and
15.04!
Add the PPA and install the latest Nemo with Unity tweaks/fixes by
using the commands below:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
add a comment |
You can easily install nemo without cinnamon dependencies, as shown here:
Warning: do not use this PPA if you're using Linux Mint or if you use
Cinnamon in Ubuntu! Also, if you've added any Cinnamon PPAs, remove
them before using the WebUpd8 Nemo PPA even if you didn't install
Cinnamon, or else the Nemo version in the WebUpd8 Nemo PPA might be
overwritten.
Install Nemo:
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and
15.04!
Add the PPA and install the latest Nemo with Unity tweaks/fixes by
using the commands below:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
add a comment |
You can easily install nemo without cinnamon dependencies, as shown here:
Warning: do not use this PPA if you're using Linux Mint or if you use
Cinnamon in Ubuntu! Also, if you've added any Cinnamon PPAs, remove
them before using the WebUpd8 Nemo PPA even if you didn't install
Cinnamon, or else the Nemo version in the WebUpd8 Nemo PPA might be
overwritten.
Install Nemo:
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and
15.04!
Add the PPA and install the latest Nemo with Unity tweaks/fixes by
using the commands below:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
You can easily install nemo without cinnamon dependencies, as shown here:
Warning: do not use this PPA if you're using Linux Mint or if you use
Cinnamon in Ubuntu! Also, if you've added any Cinnamon PPAs, remove
them before using the WebUpd8 Nemo PPA even if you didn't install
Cinnamon, or else the Nemo version in the WebUpd8 Nemo PPA might be
overwritten.
Install Nemo:
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and
15.04!
Add the PPA and install the latest Nemo with Unity tweaks/fixes by
using the commands below:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
edited Jun 22 '15 at 23:49
Wilf
21.8k1167131
21.8k1167131
answered Jun 11 '14 at 12:23
xanguaxangua
6,58442226
6,58442226
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
add a comment |
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
Works in 16.04 on ubuntu GNOME as well
– Michael Cole
Feb 3 '17 at 21:45
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f481742%2fhow-to-replace-nautilus-with-nemo-in-gnome-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown