[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2018-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@caesar.elte.hu
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=59 |
   |424 |
 Resolution|--- |DUPLICATE

--- Comment #8 from Aron Budea  ---
Based on H. C.'s comment I think this is the same issue as bug 59424.
If you disagree, feel free to reopen the ticket.

*** This bug has been marked as a duplicate of bug 59424 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2018-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=59
   ||424

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2018-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

--- Comment #7 from H. C.  ---
Libreoffice opens the file with O_RDWR.  Gvfs mounts only support opening files
with O_TRUNC or O_APPEND.  But not O_RDWR by itself.

See...

https://bugzilla.gnome.org/show_bug.cgi?id=748106
https://bugzilla.gnome.org/show_bug.cgi?id=777152

You will get an "operating not permitted" error which shows up in libreoffice
as "general input/output error".

Some file managers default to opening gvfs files from /run/user/... because
most older or simple programs don't support opening files with gvfs URLs, they
only support normal file names.



Backtrace just dropped me off to an empty gdb shell.  But I found this out by
using --strace.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2018-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

--- Comment #6 from Àlex García  ---
I have the same problem on 6.0.1.1 (debs from libreoffice.org) under Ubuntu
17.10. It's not because the symlinks, because it doesn't work if I access
directly to /run/user/ either.

I cannot open or save a document. Nautilus is able to operate normally (create,
modify, delete), so it's not a permission issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

--- Comment #5 from R. Diez  ---
In that bug report, which seems to be a different issue, they say that they
fixed it in "xenial" too, which is Ubuntu 16.04. But I keep my systems up to
date, and the problem I reported in this bug is still there.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

--- Comment #4 from Julien Nabet  ---
It seems fixed on Ubuntu 16.10 but find nothing about 16.04.
See https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1638245
(you can start reading from comment 10)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

--- Comment #2 from R. Diez  ---
I am sorry, but I do not have the time to provide a backtrace. It would be hard
anyway, because it is not a crash.

I have more information on this:

1) I am using Ubuntu 16.04.2 LTS, which has a different kernel version as the
plain 16.04 version.

2) This kind of bug is apparently already known:

https://bugs.launchpad.net/ubuntu/xenial/+source/gvfs/+bug/1598183

Regards,
  rdiez

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

Julien Nabet  changed:

   What|Removed |Added

   Keywords|wantBacktrace   |

--- Comment #3 from Julien Nabet  ---
(In reply to R. Diez from comment #2)
> I am sorry, but I do not have the time to provide a backtrace. It would be
> hard anyway, because it is not a crash.
> ...
Oups, you're right of course, let's remove "wantbacktrace"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Would it be possible you attach a backtrace? (see
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace)
You may find recent LO version, with also debug symbols, here:
http://dev-builds.libreoffice.org/daily/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109520] "General input/output" opening a file through a symlink to a GVfs mount

2017-07-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109520

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||104742


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104742
[Bug 104742] [META] Network-involved bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs