Ubuntu14.04TrustyTahr has been released for some time. By default, Ubuntu uses the Nautilus File Manager. If you do not like Nautilus File Manager very much, you can install Nemo, a branch of Nautilus3.4, a file manager developed by the LinuxMint team and used as the default file manager of Cinnamon. Nemo2.2, the latest version, has become part of Cinnamon2.2 desktop. Push
Ubuntu 14.04 Trusty Tahr has been released for some time. By default, Ubuntu uses the Nautilus File Manager. If you do not like Nautilus File Manager very much, you can install Nemo, a branch of Nautilus 3.4, a file manager developed by the Linux Mint team and used as the default file manager of Cinnamon.
The latest version of Nemo 2.2 has become part of Cinnamon 2.2 desktop.
Recommended reading:
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm
Installation: Because PPA is available, it is very easy to install Nemo. Open the terminal and enter the following command:
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
After the installation is complete, you can set Nemo as the default file manager and use the oneliner:
gsettings set org.gnome.desktop.background show-desktop-icons false
If you want to use the Nemo icon, enter the following command:
gsettings set org.nemo.desktop show-desktop-icons false
gsettings set org.gnome.desktop.background show-desktop-icons true
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
To restore the original status, run the following command:
gsettings set org.gnome.desktop.background show-desktop-icons true
xdg-mime default nautilus.desktop inode/directory application/x-gnome-saved-search
sudo apt-get remove nemo*
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-04/100882.htm