LoginSignup
11
12

More than 5 years have passed since last update.

Ubuntuのデフォルトのファイルマネージャを変更する簡単な方法

Last updated at Posted at 2014-03-28

デフォルトのファイルマネージャを Nautilus からLinux Mintで使われている Nemo に変更します。

  1. Nemoをインストールします。

    $ sudo apt-get install nemo

  2. /usr/binより優先度の高いPATHにnautilusという名前でnemoへのリンクを作成します。

    $ ln -s /usr/bin/nemo $HOME/bin/nautilus

  3. 再起動。

Nautilusに戻したい時は、nemoへのリンクを削除してください。

11
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
12