summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-27 16:37:27 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-09-02 19:34:24 -0400
commitcbca1bfa97264b1bcaf0fab3bd51dd3fe1bc2e51 (patch)
tree9a961d0d3c9dbad8809918fbc7c45cac52429d7f /data
parent95d42ea01f7f9c60210b415554e7bbf6f4e1b334 (diff)
downloadnautilus-cbca1bfa97264b1bcaf0fab3bd51dd3fe1bc2e51.tar.gz
Add back a legacy nautilus-connect-server command
In order to ease the transition. https://bugzilla.gnome.org/show_bug.cgi?id=682637
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/nautilus-connect-server.desktop.in.in13
2 files changed, 15 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 63824aaa8..aa963a499 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -8,7 +8,8 @@ desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
desktop_in_files = \
nautilus.desktop.in \
- nautilus-autorun-software.desktop.in
+ nautilus-autorun-software.desktop.in \
+ nautilus-connect-server.desktop.in
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = nautilus-autostart.desktop.in
diff --git a/data/nautilus-connect-server.desktop.in.in b/data/nautilus-connect-server.desktop.in.in
new file mode 100644
index 000000000..066a637fd
--- /dev/null
+++ b/data/nautilus-connect-server.desktop.in.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+_Name=Connect to Server
+TryExec=nautilus-connect-server
+Exec=nautilus-connect-server
+Icon=applications-internet
+NoDisplay=true
+Terminal=false
+StartupNotify=true
+Type=Application
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=nautilus
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version=@VERSION@