Bug#375181: nautilus: Can't "connect to server" from context menu
on SFTP shares in network:///
Mike Hommey
mh+reportbug at glandium.org
Sat Jun 24 08:09:08 UTC 2006
Package: nautilus
Version: 2.14.1-5.1
Severity: normal
Tags: patch
In network:///, shares have a "connect to server" menu item in the
context menu, except sftp shares.
The attached patch adds this menu to sftp shares.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Versions of packages nautilus depends on:
ii desktop-file-utils 0.10-1 Utilities for .desktop files
ii gnome-control-center 1:2.14.2-1 utilities to configure the GNOME d
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libeel2-2 2.14.1-2 Eazel Extensions Library (for GNOM
ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared
ii libexif12 0.6.13-4 library to parse EXIF files
ii libgail-common 1.8.11-2 GNOME Accessibility Implementation
ii libgail17 1.8.11-2 GNOME Accessibility Implementation
ii libgconf2-4 2.14.0-1 GNOME configuration database syste
ii libglade2-0 1:2.5.1-2 library to load .glade files at ru
ii libglib2.0-0 2.10.3-1 The GLib library of C routines
ii libgnome-desktop-2 2.14.2-1 Utility library for loading .deskt
ii libgnome2-0 2.14.1-2 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display
ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime
ii libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface
ii libnautilus-extension1 2.14.1-5.1 libraries for nautilus components
ii liborbit2 1:2.14.0-2 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.12.3-1 Layout and rendering of internatio
ii libpopt0 1.10-2 lib for parsing cmdline parameters
ii librsvg2-2 2.14.4-2 SAX-based renderer library for SVG
ii libstartup-notification0 0.8-1 library for program launch feedbac
ii libx11-6 2:1.0.0-6 X11 client-side library
ii libxml2 2.6.26.dfsg-1 GNOME XML library
ii nautilus-data 2.14.1-5.1 data files for nautilus
ii shared-mime-info 0.17-2 FreeDesktop.org shared MIME databa
Versions of packages nautilus recommends:
ii desktop-base 0.3.17 common files for the Debian Deskto
pn eject <none> (no description available)
pn fam <none> (no description available)
pn libgnomevfs2-extra <none> (no description available)
ii librsvg2-common 2.14.4-2 SAX-based renderer library for SVG
pn nautilus-cd-burner <none> (no description available)
-- no debconf information
-------------- next part --------------
--- /tmp/fm-directory-view.c 2006-06-24 09:16:26.278372000 +0200
+++ src/file-manager/fm-directory-view.c 2006-06-24 09:15:44.667771500 +0200
@@ -7077,6 +7077,8 @@
uri = nautilus_file_get_activation_uri (file);
if (uri != NULL &&
(eel_istr_has_prefix (uri, "ftp:") ||
+ eel_istr_has_prefix (uri, "ssh:") ||
+ eel_istr_has_prefix (uri, "sftp:") ||
eel_istr_has_prefix (uri, "dav:") ||
eel_istr_has_prefix (uri, "davs:"))) {
*show_connect = TRUE;
More information about the Pkg-gnome-maintainers
mailing list