summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-08-21 01:06:05 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-08-21 11:34:52 +0200
commit3946214747a6c06a8e679e6d5a89c160489e7461 (patch)
treeeb6e01b35230adcc3270c307ad11e9cf1f9f06e2
parent8d3c60e2bd7d142dbef2fa356806edbc9d8ca18a (diff)
downloadnautilus-3946214747a6c06a8e679e6d5a89c160489e7461.tar.gz
remove leftovers of connect to server
-rw-r--r--configure.ac1
-rw-r--r--data/Makefile.am3
-rw-r--r--data/nautilus-connect-server.desktop.in.in13
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/nautilus-connect-server.150
-rw-r--r--po/POTFILES.in3
-rw-r--r--po/POTFILES.skip2
7 files changed, 1 insertions, 72 deletions
diff --git a/configure.ac b/configure.ac
index fb7bcf9d5..34f9b10bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,6 @@ data/Makefile
data/org.gnome.Nautilus.desktop.in
data/nautilus-autorun-software.desktop.in
data/nautilus-classic.desktop
-data/nautilus-connect-server.desktop.in
docs/Makefile
docs/reference/Makefile
docs/reference/libnautilus-extension/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 2d93553df..41f8bd058 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,8 +6,7 @@ desktop_DATA = \
nautilus-classic.desktop
desktop_in_files = \
org.gnome.Nautilus.desktop.in \
- nautilus-autorun-software.desktop.in \
- nautilus-connect-server.desktop.in
+ nautilus-autorun-software.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
deleted file mode 100644
index 066a637fd..000000000
--- a/data/nautilus-connect-server.desktop.in.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[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@
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a5abe79df..994f20d99 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -4,7 +4,6 @@ SUBDIRS = reference
man_MANS = \
nautilus.1 \
- nautilus-connect-server.1 \
$(NULL)
EXTRA_DIST = \
diff --git a/docs/nautilus-connect-server.1 b/docs/nautilus-connect-server.1
deleted file mode 100644
index 58a039934..000000000
--- a/docs/nautilus-connect-server.1
+++ /dev/null
@@ -1,50 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH nautilus-connect-server 1 "05 Jan 2008"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-nautilus-connect-server \- To Access a remote server
-.SH SYNOPSIS
-.B nautilus-connect-server
-.RI [ options ]
-.RI [ URI ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B nautilus-connect-server
-command.
-.PP
-Nautilus Connect Server is the connection manager for the GNOME desktop.
-.PP
-You can use the file manager to access a remote server, be it an FTP site,
-a Windows share, a WebDav server or an SSH server.
-.SH OPTIONS
-Nautilus follows the usual GNU command line syntax, with long options starting
-with two dashes (`-'). A summary of options is included below.
-.TP
-.B \-\-help
-Show a summary of options.
-.TP
-.B \-\-version
-Show version.
-.TP
-Other standard GNOME options not listed here are also supported.
-.SH SEE ALSO
-Nautilus Connect Server documentation can be found from the "Help" menu, or by pressing the
-F1 key. Nautilus also has a website at http://www.gnome.org/projects/nautilus/
-.SH AUTHOR
-This manual page was written by Julian Andres Klode <jak@jak-linux.org> for the
-Debian GNU/Linux system (but may be used by others), based on a manpage by
-Fernando Ribeiro <fernando@staff.nerdgroup.org>.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a8ae8eaf1..0077311e4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,6 @@
[encoding: UTF-8]
data/org.gnome.Nautilus.appdata.xml.in
data/nautilus-autorun-software.desktop.in.in
-data/nautilus-connect-server.desktop.in.in
data/org.gnome.Nautilus.desktop.in.in
eel/eel-canvas.c
eel/eel-glib-extensions.c
@@ -52,8 +51,6 @@ src/nautilus-bookmarks-window.c
[type: gettext/glade]src/nautilus-bookmarks-window.ui
src/nautilus-canvas-view.c
src/nautilus-canvas-view-container.c
-src/nautilus-connect-server.c
-src/nautilus-connect-server-dialog.c
[type: gettext/glade]src/nautilus-create-folder-dialog.ui
src/nautilus-desktop-canvas-view.c
src/nautilus-desktop-item-properties.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 5a3b91bf6..e15facfba 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -2,9 +2,7 @@
# Please keep this file sorted alphabetically.
data/nautilus-autorun-software.desktop.in
data/nautilus-computer.desktop.in
-data/nautilus-connect-server.desktop.in
data/org.gnome.Nautilus.desktop.in
sub/data/nautilus-autorun-software.desktop.in
sub/data/nautilus-computer.desktop.in
-sub/data/nautilus-connect-server.desktop.in
sub/data/org.gnome.Nautilus.desktop.in