Firefoxからファイルをダウンロードし、「埋め込みフォルダを開く」をクリックすると、PCMan FMの代わりにBaobabでフォルダが開きます。
どのようにこの動作が発生したのかわかりません。 FirefoxがPCMan FMで開くようにしたいと思います。
私はDebian 10.0でLXDEを実行しています。
$ mimetype ~/Downloads
/home/milo/Downloads: inode/directory
$ grep directory /etc/mime.types
# file in their home directory. Definitions included there will take
application/vnd.japannet-directory-service
application/vnd.noblenet-directory
inode/directory-locked
inode/directory
text/directory
$
答え1
無言劇を開く
$ mimeopen Downloads/
Please choose a default application for files of type inode/directory
1) Disk Usage Analyzer (org.gnome.baobab)
2) File Manager PCManFM (pcmanfm)
3) Other...
use application #2
Opening "Downloads/" with File Manager PCManFM (inode/directory)
$ cat .config/mimeapps.list
[Default Applications]
inode/directory=pcmanfm.desktop;
新しい設定ファイルが作成され、フォルダの既定のアプリケーションを定義します。
ありがとうフランクシュライバー私に正しい方向を教えてくれました。