[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2010-09-15 Thread Bug Watch Updater
** Changed in: file-roller Importance: Unknown => Medium -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailin

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-19 Thread Sebastien Bacher
the new version is in gutsy ** Changed in: file-roller (Ubuntu) Status: Triaged => Fix Released -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-19 Thread Robbert
It looks like it's fixed upstream :) -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lis

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-11 Thread Bug Watch Updater
** Changed in: fileroller Status: Unknown => Fix Released -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs m

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-10 Thread Pedro Villavicencio
Thanks for forward it upstream. ** Also affects: fileroller via http://bugzilla.gnome.org/show_bug.cgi?id=475296 Importance: Unknown Status: Unknown ** Changed in: file-roller (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs Status: Incomplete => Triaged -- File-r

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-10 Thread Robbert
I guess we couldn't make any changes in the gnome-vfs code since the ABI freeze. So i think this patch is the only way to fix it in Gutsy. (Link to the bugreport in Gnome Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=475296) -- File-roller is threating a nfs mount like a remote filesystem

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-10 Thread Pedro Villavicencio
Not sure if that is the right solution would be better to get some fix in the gnome-vfs2 code instead in file-roller. ** Changed in: file-roller (Ubuntu) Importance: Undecided => Low Status: New => Incomplete -- File-roller is threating a nfs mount like a remote filesystem https://bugs

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
Well, i made the following change: is_local = strcmp(gnome_vfs_uri_get_scheme (vfs_uri), "file") == 0; Instead of using gnome_vfs_uri_is_local I check whether the scheme is equal to file. If the schema is file, the file could be transparently accessed by the filesystem so we could threat it like

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
I found out that the problem is in the following piece of code (file- utils.c line 1253): gboolean uri_is_local (const char *uri) { GnomeVFSURI *vfs_uri; gboolean is_local; vfs_uri = new_uri_from_path (uri); g_return_val_if_fail (vfs_uri != NULL, FALSE);

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
I forgot to mention some things. I'm using file-roller 2.19.92 on Ubuntu Gutsy amd64. -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact