Bug 125522 - gedit "Save As..." gtk_file_selector does not include network mounted volumes
Summary: gedit "Save As..." gtk_file_selector does not include network mounted volumes
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gedit
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dan Williams
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-08 14:38 UTC by James Laska
Modified: 2013-09-02 05:57 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-15 12:28:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Laska 2004-06-08 14:38:02 UTC
RPM: gedit-2.6.1-1

The gedit "Open File..." dialog includes volumes (sftp) that I have
network mounted from nautilus.  However, the "Save As..."
gtk_file_selector does not include these volumes.  I have write access
to the volumes as I can click'n'drag files to/from in nautilus.

In talking with alex on IRC, it was suggested that the app must set
gtk_file_chooser_set_local_only(foo, FALSE) to enable remote files. 
It appears in gedit/gedit-file-selector-util.c:478 in run_file_selector()

    gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (dialog),
                     !enable_vfs);

May do this, but I cannot determine what the value of enable_vfs is at
this time.

Comment 1 Marco Pesenti Gritti 2004-10-15 12:28:33 UTC
I think this would require to use gnome-vfs in gedit to save files. Otherwise
the would show the volumes but would not be able to save in them.
This is filed upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=110191


Note You need to log in before you can comment on or make changes to this bug.