연합 대시에 표시되는 파일은 더 이상하지 않습니다 /usr/share/applications/nautilus.desktop
만 /usr/share/applications/org.gnome.Nautilus.desktop
.
Exec=
파일 자체에서 행을 변경해 도 아무런 영향이 없습니다. 문제는 DBusActivatable=true
시스템이 dbus를 통해 노틸러스를 실행하게 하는 항목 입니다. 따라서 Exec=
라인이 무시됩니다. 아마도 dbus ( /usr/share/dbus-1/services/org.gnome.Nautilus.service
)를 통해 노틸러스에 원하는 디렉토리를 제공하는 것이 가능할 수도 있지만 그 시스템에 대해서는 잘 모르고 있습니다.
자세한 내용은 여기를 참조 하십시오 : https://wiki.gnome.org/HowDoI/DBusApplicationLaunching
나를위한 간단한 해결책은 gnome / dbus launcher-icon을 숨기고 이전 아이콘을 다시 표시하는 것입니다. 따라서에 항목 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