GNOME Bugzilla – Bug 365859
gnome-vfs does not interpret remote symlinks correctly
Last modified: 2018-08-17 13:46:09 UTC
Please describe the problem: If I add a symlink from the command line, nautilus sees it fine, but the file chooser within gedit and other gnome programs fails to follow the symlink and attempts to open the file instead of follow it to a target directory. Steps to reproduce: 1. create symlink from command line on remote ssh server 2. open gedit, use remote connection, try to follow symlink 3. Actual results: gedit says "could not open <path/to/symlink>" Expected results: file dialog follows symlink Does this happen every time? yes Other information: nope
gnome-vfs got deprecated in 2008. gnome-vfs is not under active development anymore and had its last code changes in 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/gnome-vfs/commits/master gio (in glib) and gvfs are its successors. See https://developer.gnome.org/gio/stable/ch33.html and https://people.gnome.org/~gicmo/gio-migration-guide/ for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent + supported version of glib/gio/gvfs. Thanks!