Yes, I am working on a fix for Focal.

** Description changed:

- Hi,
- 
- i want to try to create a bookmark from an sshfs-folder mounted by
- nautilus in Ubuntu 20.04.
- 
- - enable Address-bar in nautilus (found no way to do it via gui): gsettings 
set org.gnome.nautilus.preferences always-use-location-entry true
- - connect to a ssh/sftp-share by entering address: e.g. ssh://192.168.0.10 - 
connection worked
- - now i try to add a bookmark for it by make rightclick on mounted-filesystem 
in the left list - bookmark created and visible in locations menu on 
gnome-flashback and inside nautilus
- - i can access the bookmark while i'm connected...but if i reboot the 
bookmark does not work anymore...only display error that it's not mounted. on 
18.4 it will be mounted again (asking credentionals before of course).
- 
- regards Frank
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 20.04
- Package: nautilus 1:3.36.1.1-1ubuntu2
- ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
- Uname: Linux 5.4.0-26-generic x86_64
- ApportVersion: 2.20.11-0ubuntu27
- Architecture: amd64
- CasperMD5CheckResult: skip
- CurrentDesktop: GNOME-Flashback:GNOME
- Date: Fri May  1 13:02:17 2020
- GsettingsChanges:
-  b'org.gnome.nautilus.preferences' b'always-use-location-entry' b'true'
-  b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
-  b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'owner', 'group', 'permissions', 'where', 'date_modified', 
'date_modified_with_time', 'date_accessed', 'recency', 'starred', 
'detailed_type']"
- InstallationDate: Installed on 2020-04-27 (3 days ago)
- InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
- ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=<set>
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
- SourcePackage: nautilus
- UpgradeStatus: No upgrade log present (probably fresh install)
- usr_lib_nautilus:
- 
- 
- SRU-Template (as far as i can fill out):
- 
  [Impact]
  
-  * An explanation of the effects of the bug on users and
+ Users cannot open remote filesystems by clicking bookmarks in gnome-
+ panel (Places menu or its "Recent documents" submenu).
  
- users using gnome-flashback cannot open remote filesystems by clicking
- bookmark in gnome-panel
- 
-  * justification for backporting the fix to the stable release.
- 
- patch is compatible with code of gnomepanel (3.36.1) in ubuntu 20.4,
- ubuntu 18.4 not affected
- 
-  * In addition, it is helpful, but not required, to include an
-    explanation of how the upload fixes this bug.
- 
-    g_file_mount_enclosing_volume is now called if the volume is not
- mounted yet instead of displaying an error
+ This is fixed by calling g_file_mount_enclosing_volume if the volume is
+ not mounted yet, instead of displaying an error.
  
  [Test Case]
  
-  * detailed instructions how to reproduce the bug
-  
- - start window-session with gnome-flashback
+ - install gnome-session-flashback and log into GNOME Flashback (Metacity) 
session
  - open nautilus
- - access an remote filesystem (e.g. ssh://192.168.0.x - server with sftp 
enabled in lan)
-   by pressing Ctrl-L to show addressbar and insert the adress
- - create a bookmark of this session
- - umount the share
- - click on bookmark in gnome-panel
- 
-  * these should allow someone who is not familiar with the affected
-    package to reproduce the bug and verify that the updated package fixes
-    the problem.
+ - access a remote filesystem (e.g. ssh://192.168.0.x - server with sftp 
enabled in lan) by pressing Ctrl-L to show address bar and inserting the address
+ - create a bookmark for it by opening Nautilus context menu and clicking "Add 
to Bookmarks"
+ - unmount the share
+ - click on bookmark in gnome-panel Places menu
  
  [Regression Potential]
  
- imho this can only be answered by author of Patch :)
+ This bug itself is a regression from previous releases, e.g. in Ubuntu
+ 18.04 it worked fine.
  
-  * discussion of how regressions are most likely to manifest as a result
- of this change.
+ Most of the new code is executed within the "if (g_error_matches (error,
+ G_IO_ERROR, G_IO_ERROR_NOT_MOUNTED))" block, so it is executed only
+ where previously there was an error.
  
-  * It is assumed that any SRU candidate patch is well-tested before
-    upload and has a low overall risk of regression, but it's important
-    to make the effort to think about what ''could'' happen in the
-    event of a regression.
+ The only change outside that block is factoring out the
+ launch_uri_show_error_dialog function, but the logic is not changed.
  
-  * This both shows the SRU team that the risks have been considered,
-    and provides guidance to testers in regression-testing the SRU.
+ In any case, the potential regressions would be limited to handling
+ items in the Places menu.
  
  [Other Info]
  
- no idea what to write here :)
- 
-  * Anything else you think is useful to include
-  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
-  * and address these questions in advance
+ Upstream fix (in gnome-3-36 branch): <https://gitlab.gnome.org/GNOME
+ /gnome-panel/-/commit/9fe1004685c0ed6c>.

** Also affects: gnome-panel (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: gnome-panel via
   https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/27
   Importance: Unknown
       Status: Unknown

** Attachment removed: "gnome-panel_3.36.1-1ubuntu2_amd64.deb"
   
https://bugs.launchpad.net/gnome-panel/+bug/1876281/+attachment/5391691/+files/gnome-panel_3.36.1-1ubuntu2_amd64.deb

** Attachment removed: "gnome-panel-data_3.36.1-1ubuntu2_all.deb"
   
https://bugs.launchpad.net/gnome-panel/+bug/1876281/+attachment/5391692/+files/gnome-panel-data_3.36.1-1ubuntu2_all.deb

** Attachment removed: "libgnome-panel0_3.36.1-1ubuntu2_amd64.deb"
   
https://bugs.launchpad.net/gnome-panel/+bug/1876281/+attachment/5391693/+files/libgnome-panel0_3.36.1-1ubuntu2_amd64.deb

** Attachment removed: "libpanel-applet3_3.36.1-1ubuntu2_amd64.deb"
   
https://bugs.launchpad.net/gnome-panel/+bug/1876281/+attachment/5391694/+files/libpanel-applet3_3.36.1-1ubuntu2_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1876281

Title:
  20.4 - ssh/sftp - bookmark not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/1876281/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to