Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created August 15, 2014 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcandre/595117b643ba456d0470 to your computer and use it in GitHub Desktop.
Save mcandre/595117b643ba456d0470 to your computer and use it in GitHub Desktop.
# ln -s .../nautilus-home.desktop ~/.local/share/applications/nautilus-home.desktop
[Desktop Entry]
Name=Home Folder
Comment=Open your personal folder
Exec=nautilus --new-window ~/Downloads
Icon=folder
Terminal=false
StartupNotify=true
Type=Application
# OnlyShowIn=GNOME;Unity;
Categories=GNOME;GTK;Core;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.0.0
X-Ubuntu-Gettext-Domain=nautilus
Actions=Window;
NoDisplay=true
[Desktop Action Window]
Name=Open a New Window
Exec=nautilus --new-window
OnlyShowIn=Unity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment