** 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
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
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
** 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
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
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
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
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
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);
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
10 matches
Mail list logo