ユニティ・ダッシュに示されたファイルはもうないです/usr/share/applications/nautilus.desktop
けど/usr/share/applications/org.gnome.Nautilus.desktop
。
Exec=
ファイル自体の行を変更しても効果はありません。問題はDBusActivatable=true
、システムにdbus経由でnautilusを実行させるエントリです。したがって、このExec=
行は無視されています。おそらくnautilusにdbus(/usr/share/dbus-1/services/org.gnome.Nautilus.service
)を使用して目的のディレクトリを提供することは可能ですが、私はそのシステムについて詳しく知りません。
詳細については、こちらをご覧ください:https : //wiki.gnome.org/HowDoI/DBusApplicationLaunching
私にとっての簡単な解決策は、gnome / dbusランチャーアイコンを非表示にし、古いものを再び表示することでした。エントリNotShowIn=Unity;
をに追加し/org.gnome.Nautilus.desktop
てコメントアウトしnautilus.desktop
ます。そこでExec=
、目的のディレクトリで行を調整できます。
(file: org.gnome.Nautilus.desktop)
[Desktop Entry]
NotShowIn=Unity; # <--------------------------- add this line !
Name=files
Comment=Access and organize files
Keywords=folder;manager;explore;disk;filesystem;
Exec=nautilus --new-window %U
Icon=system-file-manager
Terminal=false
Type=Application
DBusActivatable=true
StartupNotify=true
Categories=GNOME;GTK;Utility;Core;FileManager;
MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.14.2
X-GNOME-UsesNotifications=true
Actions=Window;
X-Unity-IconBackgroundColor=#af4853
X-Ubuntu-Gettext-Domain=nautilus
#OnlyShowIn=Unity; # <---------------- comment out this line !
[Desktop Action Window]
Name=Open a New Window
Exec=nautilus --new-window
#OnlyShowIn=Unity; # <---------------- comment out this line !
(file nautilus.desktop)
[Desktop Entry]
#NotShowIn=Unity; # <---------------- comment out this line !
Name=files
Comment=Access and organize files
Keywords=folder;manager;explore;disk;filesystem;
Exec=nautilus --new-window /{DESIRED_DIRECTORY} # <- adjust !
Icon=system-file-manager
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;Core;FileManager;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.14.2
X-GNOME-UsesNotifications=true
Actions=Window;
X-Unity-IconBackgroundColor=#af4853
X-Ubuntu-Gettext-Domain=nautilus
[Desktop Action Window]
Name=Open a New Window
Exec=nautilus --new-window