After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733652 - Next /prev buttons unavailable on samba share (gvfs)
Next /prev buttons unavailable on samba share (gvfs)
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: viewer-mode
unspecified
Other Linux
: Normal normal
: 0.28
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-24 08:34 UTC by nospam
Modified: 2017-04-02 18:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix browsing on gvfs filesystems (2.85 KB, patch)
2017-04-02 17:53 UTC, Jens Georg
committed Details | Review

Description nospam 2014-07-24 08:34:24 UTC
Hi,

On Fedora (20) Shotwell 0.51.1 is the default picture viewer, but when opening a picture in a network folder, the navigation buttons (next & previous arrows) are disabled.

Gvfsd-fuse shares display on :
* Nautilus/files : smb://SERVER/path/path...
* shell :  /run/user/USER_ID/gvfs/smb-share:server=SERVER,share=SHARE/path/path/...


mount  :
gvfsd-fuse on /run/user/USER_ID/gvfstype fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
Comment 1 Jens Georg 2016-04-23 21:13:58 UTC
Recheck with 0.22
Comment 2 Jens Georg 2016-08-28 10:48:00 UTC
[WRN] DirectoryMonitor.vala:880: Unable to retrieve file ID on /run/user/1000/gvfs/smb-share:server=pine64,share=pictures
Comment 3 Jens Georg 2016-11-02 09:45:22 UTC
Possible solution is to use the URI as a file id if none is available to overcome this.

The Id is used to prevent infinite recursion
Comment 4 Jens Georg 2017-04-02 17:53:38 UTC
Created attachment 349145 [details] [review]
Fix browsing on gvfs filesystems

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 5 Jens Georg 2017-04-02 18:01:09 UTC
Attachment 349145 [details] pushed as 218edbb - Fix browsing on gvfs filesystems