diff options
author | Alexander Larsson <alexl@redhat.com> | 2005-02-09 10:51:53 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2005-02-09 10:51:53 +0000 |
commit | b851bd8fd378f87dea876b3b471eaaa38e7cc09e (patch) | |
tree | ddbdfab93e8379943a327a7c633464a562681e37 /nautilus-folder-handler.desktop.in | |
parent | 92b4773b96d3ddbc9e9081c139c82eb9964725ec (diff) | |
download | nautilus-b851bd8fd378f87dea876b3b471eaaa38e7cc09e.tar.gz |
Add new default folder handler NoDisplay desktop file
2005-02-09 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
* nautilus-folder-handler.desktop.in:
Add new default folder handler NoDisplay desktop file
* nautilus.desktop.in:
Add %U to exec line
* src/Nautilus_shell.server.in:
Remove all the bonobo components we no longer support
* src/file-manager/fm-directory-view.c:
Allow open with menu on folders (#151747)
Diffstat (limited to 'nautilus-folder-handler.desktop.in')
-rw-r--r-- | nautilus-folder-handler.desktop.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nautilus-folder-handler.desktop.in b/nautilus-folder-handler.desktop.in new file mode 100644 index 000000000..02d2eed47 --- /dev/null +++ b/nautilus-folder-handler.desktop.in @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Open Folder +TryExec=nautilus +Exec=nautilus %U +NoDisplay=true +Terminal=false +Type=Application +MimeType=x-directory/gnome-default-handler +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=nautilus +X-GNOME-Bugzilla-Component=general +X-Gnome-Bugzilla-OtherBinaries=nautilus-adapter;nautilus-content-loser;nautilus-sidebar-loser;nautilus-text-view;nautilus-throbber; |