1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

nautilus(ファイル)の右クリックメニューから「消去したファイルを復元...」を消す

Last updated at Posted at 2020-08-27

はじめに

UbuntuなどのGNOMEデスクトップ環境上で、以下のように「消去したファイルを復元...」というメニューが出る場合があります。
「端末で開く」の下に出てくるせいで間違えて押すことが多くて鬱陶しいので、これを非表示にしたいと思います。
image.png

やり方

この項目が表示されるのは、Deja Dupというバックアップ用ソフトウェアがインストールされていることが原因です。
Ubuntu等のDebian系Linuxの場合、以下のコマンドでアンインストールできます。

$ sudo apt remove deja-dup

これで表示されなくなりました。
image.png

参考

"Remove “Restore Missing Files…” from my context menu in Nautilus?" - Ask Ubuntu

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?