Bug 169764 - VFS support via FUSE
Summary: VFS support via FUSE
Status: RESOLVED FIXED
: 169754 264480 (view as bug list)
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Alpha 2
Hardware: Other openSUSE 10.3
: P4 - Low : Enhancement (vote)
Target Milestone: ---
Assignee: Hans Petter Jansson
QA Contact: E-mail List
URL:
Whiteboard: gnome-function-does-not-work, gnome-w...
Keywords: ad_integration
Depends on:
Blocks:
 
Reported: 2006-04-26 14:38 UTC by Frederic Brin
Modified: 2008-03-26 18:10 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Brin 2006-04-26 14:38:12 UTC
Gimp could not edit a file on Windows Share.

Step to reproduce
-----------------
Open nautilus
Open the share (CTRL+L and smb://share)
Right click on the picture
Open with gimp
-> Error can't open file /$HOME/smb:// .... 

It seems that the gnome-vfs stack has been implemented in the future 2.4 version. See http://developer.gimp.org/NEWS

Is it possible to backport this fonctionnality ?
Comment 1 JP Rosevear 2006-04-26 16:00:16 UTC

*** This bug has been marked as a duplicate of 67210 ***
Comment 2 Federico Mena Quintero 2006-04-26 18:09:28 UTC
This is not really a duplicate; the other bug is about a problem in GtkFileChooser.

The GIMP doesn't support arbitrary URIs; I think they have a special mode for HTTP, but that's all.

Why is Nautilus listing the GIMP as an option to open a file in a SMB share?  Does our .desktop file for the GIMP mention that it can open URIs, and not just local files?
Comment 3 Stanislav Brabec 2006-04-27 10:18:01 UTC
GIMP uses %U. %F can be more appropriate.

Could you try to edit your /opt/gnome/share/applications/gimp.desktop and replace
Exec=gimp-remote-2.2 %U
by
Exec=gimp-remote-2.2 %F
Comment 4 Guy Coste 2006-04-27 16:10:07 UTC
using %F produces a similar error :
Error can't open file /$HOME/smb:// .... 
Comment 5 Stanislav Brabec 2006-04-27 16:15:54 UTC
Than it seems to be a lack of GNOME.

Desktop specification says:

%f: If files are not on the local file system (i.e. are on HTTP or FTP locations), the files will be copied to the local file system and %f will be expanded to point at the temporary file. Used for programs that do not understand the URL syntax.

%F: A list of files. Use for apps that can open several local files at once.
Comment 6 Guy Lunardi 2006-05-16 19:10:56 UTC
Regarding this bug as well as 169764 and 169754:

We need to make sure this is working in the customer environment that Frederic
is supporting.

Kelli, Pete, Nat and Guy's comment: Not a blocker for RC2.
Comment 7 Kelli Frame 2006-05-19 00:07:28 UTC
Talked to Guy earlier this evening. The fix for this is quite torturous upstream and invites too much risk at this late date. We will not fix for FCS.

Merry Christmas, JP. In May.

Comment 8 JP Rosevear 2006-09-20 04:18:43 UTC
*** Bug 169754 has been marked as a duplicate of this bug. ***
Comment 9 JP Rosevear 2006-09-20 04:20:16 UTC
Re-assigning for solving in a general way upstream in the new glib vfs layer.
Comment 10 JP Rosevear 2007-02-15 17:35:41 UTC
We are just beginning this, its a large, long term project.
Comment 11 Hans Petter Jansson 2007-02-24 08:59:21 UTC
Changing the product to OpenSUSE 10.3, since this depends on upstream work.
Comment 12 Cameron Meadors 2007-02-26 15:03:34 UTC
Does this mean it will not make it into SLED10 ever? Or are their plans to backport the upstream work for a later SP?  How will this be tracked?
Comment 15 Mark Gordon 2007-04-13 18:16:12 UTC
*** Bug 264480 has been marked as a duplicate of this bug. ***
Comment 16 JP Rosevear 2007-09-21 23:46:10 UTC
This looks fairly likely with gvfs for oS 11.0.
Comment 17 JP Rosevear 2008-03-19 16:05:45 UTC
Done for 11.0 and SLED 11.
Comment 18 Gary Ekker 2008-03-26 18:10:04 UTC
Changing to component GNOME. Sorry for the spam.