GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| GTK+ |
Fix Released
|
Medium
|
||
| gtk+3.0 (Debian) |
Fix Released
|
Unknown
|
||
| gtk+3.0 (Ubuntu) |
Low
|
Unassigned | ||
| Trusty |
Low
|
Unassigned | ||
| Xenial |
Low
|
Unassigned | ||
| Artful |
Low
|
Unassigned |
Bug Description
Steps to reproduce:
1. Install any Gtk3 application such as Firefox or Chromium which use modern file-chooser dialog.
2. Mount network location through fstab or file-manager ("smb://" = SMB/CIFS, "sftp://" = SFTP/SSH and so on)
3. Try to save/open file to/from the remote location from Gtk3 application.
Expected results:
* user is able to find network folder and save/open file to/from it with GtkFileChooser dialog
Actual results:
* user is unable to find network folder and save/open file to/from it with GtkFileChooser dialog and many user applications are affected
-------
Original bug description is below:
GTK+3 doesn't show FUSE network shares in file chooser - it used to do so in GTK+2, and the GTK+3 documentation still mentions it should do it.
In the mean time, every user of every application switching to GTK+3 -- including Chromium, at some point between 58 and 60 -- (a change which happened in 16.04 LTS!!), loses the functionality to open or save directly to a network share.
I had chosen 16.04 LTS for deploying our workstations at work, and my 50 users have been suddenly unable to do a simple operation they have to do dozens of times a day.
They now have to "buffer" these files to their local filesystem when saving them and before uploading them, and then copy them to the company's network shares.
They were already a little bit grumpy when it stopped working with Firefox, and are now really side-eyeing me when they apply updates and find Chromium broken.
I have reported the bug upstream and provided a patch to fix this. I hope you'll be able and willing to include it to Ubuntu's GTK+3 package.
Thanks in advance.
Colin
Colin Leroy-Mira (colin-colino) wrote : | #1 |
description: | updated |
The attachment "gtk_3_
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]
tags: | added: patch |
Launchpad Janitor (janitor) wrote : | #3 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in gtk+3.0 (Ubuntu): | |
status: | New → Confirmed |
Colin Leroy-Mira (colin-colino) wrote : | #4 |
Here is a debdiff with that patch integrated. I hope it'll help.
Changed in gtk+3.0 (Ubuntu): | |
assignee: | nobody → Colin Leroy (colin-colino) |
status: | Confirmed → In Progress |
Jeremy Bicha (jbicha) wrote : | #5 |
Why do you think showing network shares is supposed to be the default in GTK+ 3?
My understanding is that it is documented that only local files are shown:
https:/
I think the comment about FUSE was more of "on some systems, you may get network files showing anyway even though we try to follow the setting."
Colin Leroy-Mira (colin-colino) wrote : | #6 |
Hi,
No - I think the default is to show everything accessible via POSIX paths.
There is some code in GTK+2 that specifically verifies if volumes are accessible via POSIX paths in local only mode, and adds them if they are. This includes FUSE-mounted network shares.
in gtk/gtkfilechoo
Colin Leroy-Mira (colin-colino) wrote : | #7 |
I would also add that even though asking for GTK3 applications like Chromium, Firefox, Thunderbird to call gtk_file_
when such applications then call for gtk_file_
Similarly, gtk_file_
My understanding of the "show FUSE mounts in local-only mode" is that it helps numerous applications easily handle I/O with remote volumes without having to use GIO everywhere.
Colin Leroy-Mira (colin-colino) wrote : | #8 |
Hello,
Here is a (different) patch to fix the problem on Artful's GTK 3.22.
The difference with the previous patch for GTK 3.18 is that there is now an "Other Locations" entry in the sidebar, which displays mounts via GtkPlacesView. This puts them in the correct place.
Changed in gtk: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in gtk+3.0 (Ubuntu): | |
importance: | Undecided → Low |
tags: | added: bionic xenial |
Norbert (nrbrtx) wrote : | #9 |
Some Ubuntu users are newbies, they do not know about GVFS, FUSE and so on, so they can't suppose to use /media folder for network filesystems.
This bug should be fixed as soon as possible. Xenial and Bionic are affected.
Most Gtk3 applications are affected - the most common are Firefox, Google Chrome.
description: | updated |
summary: |
- GTK+3 doesn't show FUSE network shares in file chooser + GTK+3 doesn't show FUSE/GVFS, SMB/CIFS, SFTP/SSH network shares in file + chooser |
Norbert (nrbrtx) wrote : Re: GTK+3 doesn't show FUSE/GVFS, SMB/CIFS, SFTP/SSH network shares in file chooser | #10 |
What is interesting gnome-mplayer shows my SMB/CIFS share.
Norbert (nrbrtx) wrote : | #11 |
And baobab shows my SMB/CIFS share.
Norbert (nrbrtx) wrote : | #12 |
Gedit and Evince show my SMB/CIFS share. So some applications have problems in their GtkFileChooser dialog code.
description: | updated |
summary: |
- GTK+3 doesn't show FUSE/GVFS, SMB/CIFS, SFTP/SSH network shares in file - chooser + GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network + shares in file chooser |
Norbert (nrbrtx) wrote : | #13 |
For meld see bug 1335457.
description: | updated |
description: | updated |
no longer affects: | brasero (Ubuntu) |
Colin Leroy-Mira (colin-colino) wrote : | #14 |
Hi,
Yeah. That bug hits a lot of applications because GTK+3 does things differently than GTK+2 in this regard, which is why I submitted the bugreport (and a patch) to GTK+3 instead of all these applications.
no longer affects: | chromium (Ubuntu) |
Changed in gtk: | |
status: | Confirmed → Fix Released |
Colin Leroy-Mira (colin-colino) wrote : | #15 |
Requesting a sponsor to upload the fix's backport :)
Richard Béneyt (rbeneyt-j) wrote : | #16 |
When will this fix be available in an updated version of the 16.04.3 LTS libgtk-3 package ?
Colin Leroy-Mira (colin-colino) wrote : | #17 |
Hi Richard,
Well, somebody from the Ubuntu Sponsors Team would need to notice that patch I've prepared and care enough to handle it...
Chris Rainey (ckrzen) wrote : | #18 |
In case any Ubuntu/GNOME Dev's are confused about the urgency of this and they don't work in a LAN/WAN-based environment:
1. Switching business users from MS Windows to Ubuntu Linux carries an expectation that they can still access LAN/WAN resources from the 'file chooser' dialogs(i.e. Chrome browser --> Gmail --> upload attachment from an SMB/CIFS location, etc.)
2. Having consistent GUI interfaces imparts a sense of confidence to Admins(like me) that they won't be burned-at-the-stake on a huge bonfire by those same users _and_ management for trying to move the company onto GNU/Linux systems !!
Colin Leroy-Mira (colin-colino) wrote : | #19 |
GNOME devs accepted my patch upstream. I made a debdiff to fix the Ubuntu package .Now we're just waiting for an Ubuntu dev with some motivation to fix this.
Chris is right. This regression *in an LTS release even!* and the time it takes to fix it is awfully long.
Chris Rainey (ckrzen) wrote : | #20 |
@colin-colino Awesome! Thanks for your work on this.
Chris Rainey (ckrzen) wrote : | #21 |
OK .... so I'm _really_ glad to see the work on this bug progressing and, as such, I've been attempting to "add myself" to this bug's "affected user" list. However, I have _not_ been able to do so for the past 2-weeks with the error message: "timeout, please try again later". Does anybody know how to create a bug-report for Launchpad, itself?
Screenshot of bug, attached.
Chris Rainey (ckrzen) wrote : | #22 |
Never mind, found it: https:/
Sorry for the SPAM!
no longer affects: | chromium-browser (Ubuntu) |
no longer affects: | deja-dup (Ubuntu) |
no longer affects: | firefox (Ubuntu) |
no longer affects: | gdebi (Ubuntu) |
no longer affects: | meld (Ubuntu) |
no longer affects: | remmina (Ubuntu) |
no longer affects: | thunderbird (Ubuntu) |
no longer affects: | transmission (Ubuntu) |
no longer affects: | usb-creator (Ubuntu) |
no longer affects: | vinagre (Ubuntu) |
Changed in gtk+3.0 (Ubuntu): | |
status: | In Progress → Fix Committed |
assignee: | Colin Leroy (colin-colino) → nobody |
Changed in gtk+3.0 (Ubuntu Xenial): | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in gtk+3.0 (Ubuntu Artful): | |
status: | New → Triaged |
importance: | Undecided → Low |
Chris Rainey (ckrzen) wrote : | #23 |
Thanks @jbicha --- you are moving mountains in Ubuntu theses past few months!
Colin Leroy-Mira (colin-colino) wrote : | #24 |
Thanks a bunch, Jeremy. Should I provide a backport to the patch for 16.04 ?
Jeremy Bicha (jbicha) wrote : | #25 |
Colin, yes please. If you want to fix this issue in Ubuntu 16.04 LTS, you also need to fix it in Ubuntu 17.10. (That's because we don't want to introduce avoidable regressions when people upgrade.)
See https:/
Jon (g-john-i) wrote : Re: [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser | #26 |
Still affecting Thunderbird in 14.04LTS.
I'm just a Ubuntu user affected by this (very new to Ubuntu) so I was
waiting for the fix to come via one of the many automatic updates. Do I
have to patch something manually? Any pointers for us newbies would be
very helpful.
Thanks,
Jon
On 15/02/18 11:04, Jeremy Bicha wrote:
>
> ** No longer affects: thunderbird (Ubuntu)
>
>
Changed in gtk+3.0 (Ubuntu Trusty): | |
status: | New → Triaged |
importance: | Undecided → Low |
Launchpad Janitor (janitor) wrote : | #27 |
This bug was fixed in the package gtk+3.0 - 3.22.28-1ubuntu1
---------------
gtk+3.0 (3.22.28-1ubuntu1) bionic; urgency=medium
* Merge with Debian. Remaining changes:
+ Install a settings.ini file to set our themes
+ Enable Mir backend
+ Update debian/
+ debian/control.in:
- Build-depend on adwaita-
+ debian/rules: Mark additional known test failures:
- box-shadow-
- label-text-
+ Ubuntu-specific patches:
- 073_treeview_
- bzg_gtkcellrend
- ubuntu_
- print-dialog-
- uimanager-
- x-canonical-
- message-
- 0001-gtk-
- restore_
- 0001-calendar-
- 0001-gtkwindow-
- ubuntu_
- unity-border-
- unity-headerbar
- gtksocket-
- no_content_
gtk+3.0 (3.22.28-1) unstable; urgency=medium
* New upstream release (LP: #1698270) (LP: #1714518)
* Update Vcs fields for conversion to git
* Add debian/gbp.conf
* Bump Standards-Version to 4.1.3
* Update Vcs fields for migration to https:/
* Drop git_text-
-- Jeremy Bicha <email address hidden> Thu, 15 Feb 2018 10:15:34 -0500
Changed in gtk+3.0 (Ubuntu): | |
status: | Fix Committed → Fix Released |
Jon (g-john-i) wrote : | #28 |
Ok,
If it was fixed why didn't the updates in 14.04LTS fix it. I've installed
everything offered up and including yesterday's updates.
Once again, I'm a humble *user*. A lot of this is gobbledegook to me. I
simply reported the bug when my network shares disappeared from
Thunderbird.
Can someone please explain in plain English how my 14.04LTS gets this fix?
Thanks
On 15 Feb 2018 8:11 p.m., "Launchpad Bug Tracker" <
<email address hidden>> wrote:
> This bug was fixed in the package gtk+3.0 - 3.22.28-1ubuntu1
>
> ---------------
> gtk+3.0 (3.22.28-1ubuntu1) bionic; urgency=medium
>
> * Merge with Debian. Remaining changes:
> + Install a settings.ini file to set our themes
> + Enable Mir backend
> + Update debian/
> + debian/control.in:
> - Build-depend on adwaita-
> + debian/rules: Mark additional known test failures:
> - box-shadow-
> - label-text-
> + Ubuntu-specific patches:
> - 073_treeview_
> - bzg_gtkcellrend
> - ubuntu_
> - print-dialog-
> - uimanager-
> - x-canonical-
> - message-
> - 0001-gtk-
> - restore_
> - 0001-calendar-
> - 0001-gtkwindow-
> - ubuntu_
> - unity-border-
> - unity-headerbar
> - gtksocket-
> - no_content_
>
> gtk+3.0 (3.22.28-1) unstable; urgency=medium
>
> * New upstream release (LP: #1698270) (LP: #1714518)
> * Update Vcs fields for conversion to git
> * Add debian/gbp.conf
> * Bump Standards-Version to 4.1.3
> * Update Vcs fields for migration to https:/
> * Drop git_text-
>
> -- Jeremy Bicha <email address hidden> Thu, 15 Feb 2018 10:15:34 -0500
>
> ** Changed in: gtk+3.0 (Ubuntu)
> Status: Fix Committed => Fix Released
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1694129).
> https:/
>
> Title:
> GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network
> shares in file chooser
>
> Status in GTK+:
> Fix Released
> Status in gtk+3.0 package in Ubuntu:
> Fix Released
> Status in gtk+3.0 source package in Trusty:
> Triaged
> Status in gtk+3.0 source package in Xenial:
> Triaged
> Status in gtk+3.0 source package in Artful:
> Triaged
>
> Bug description:
> Steps to reproduce:
> 1. Install any Gtk3 application such as Firefox or Chromium which use
> modern file-chooser dialog.
> 2. Mount network location through fstab or file-manager ("smb://" =
> SMB/CIFS, "sftp://" = SFTP/SSH and so on)
> 3...
Jeremy Bicha (jbicha) wrote : | #29 |
Jon, the changelog message said that this bug was fixed in bionic (which is Ubuntu 18.04 Alpha). The bug is not fixed in Ubuntu 14.04 LTS "Trusty" yet.
Maybe it's a bit more clear if you look at the bug page: https:/
I closed the Thunderbird task because we believe this bug can be fixed in the gtk+3.0 package without needing to update Thunderbird and several other packages.
Michele Bordi (mik-bordi) wrote : | #30 |
Thank you to all for your work, from another "simple user" really looking
into this fix update :)
2018-02-16 15:20 GMT+01:00 Jeremy Bicha <email address hidden>:
> Jon, the changelog message said that this bug was fixed in bionic (which
> is Ubuntu 18.04 Alpha). The bug is not fixed in Ubuntu 14.04 LTS
> "Trusty" yet.
>
> Maybe it's a bit more clear if you look at the bug page:
> https:/
>
> I closed the Thunderbird task because we believe this bug can be fixed
> in the gtk+3.0 package without needing to update Thunderbird and several
> other packages.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1579543).
> https:/
>
> Title:
> GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network
> shares in file chooser
>
> Status in GTK+:
> Fix Released
> Status in gtk+3.0 package in Ubuntu:
> Fix Released
> Status in gtk+3.0 source package in Trusty:
> Triaged
> Status in gtk+3.0 source package in Xenial:
> Triaged
> Status in gtk+3.0 source package in Artful:
> Triaged
>
> Bug description:
> Steps to reproduce:
> 1. Install any Gtk3 application such as Firefox or Chromium which use
> modern file-chooser dialog.
> 2. Mount network location through fstab or file-manager ("smb://" =
> SMB/CIFS, "sftp://" = SFTP/SSH and so on)
> 3. Try to save/open file to/from the remote location from Gtk3
> application.
>
> Expected results:
> * user is able to find network folder and save/open file to/from it with
> GtkFileChooser dialog
>
> Actual results:
> * user is unable to find network folder and save/open file to/from it
> with GtkFileChooser dialog and many user applications are affected
>
> -------
> -------------
> Original bug description is below:
>
> GTK+3 doesn't show FUSE network shares in file chooser - it used to do
> so in GTK+2, and the GTK+3 documentation still mentions it should do
> it.
>
> In the mean time, every user of every application switching to GTK+3
> -- including Chromium, at some point between 58 and 60 -- (a change
> which happened in 16.04 LTS!!), loses the functionality to open or
> save directly to a network share.
>
> I had chosen 16.04 LTS for deploying our workstations at work, and my 50
> users have been suddenly unable to do a simple operation they have to do
> dozens of times a day.
> They now have to "buffer" these files to their local filesystem when
> saving them and before uploading them, and then copy them to the company's
> network shares.
> They were already a little bit grumpy when it stopped working with
> Firefox, and are now really side-eyeing me when they apply updates and find
> Chromium broken.
>
> I have reported the bug upstream and provided a patch to fix this. I
> hope you'll be able and willing to include it to Ubuntu's GTK+3
> package.
>
> Thanks in advance.
>
> Colin
>
> To manage notifications about this bug go to:
> https:/
>
Jon (g-john-i) wrote : | #31 |
+1, Thanks for the clarification Jeremy!
On 16 February 2018 at 15:00, Michele Bordi <email address hidden> wrote:
> Thank you to all for your work, from another "simple user" really looking
> into this fix update :)
>
> 2018-02-16 15:20 GMT+01:00 Jeremy Bicha <email address hidden>:
>
> > Jon, the changelog message said that this bug was fixed in bionic (which
> > is Ubuntu 18.04 Alpha). The bug is not fixed in Ubuntu 14.04 LTS
> > "Trusty" yet.
> >
> > Maybe it's a bit more clear if you look at the bug page:
> > https:/
> >
> > I closed the Thunderbird task because we believe this bug can be fixed
> > in the gtk+3.0 package without needing to update Thunderbird and several
> > other packages.
> >
> > --
> > You received this bug notification because you are subscribed to a
> > duplicate bug report (1579543).
> > https:/
> >
>
Daniel Del Pino (mysoc) wrote : | #32 |
¿Is there a way to resolve this problem in Ubuntu 16.04.4 LTS? Path is not available for this version.
I had created softlink toward /run/user/
I have over 70 users in my company with this problem...
I am hoping for a patch too...I have in my company users with Xubutu 16.04 and Xubuntu 14.04.
This could seem to be a minor bug, but for users who have their pc in a networks it is very annoying.
Opening file through softlink (/run/user/
For instance Draftsight open files only in read only mode.
Colin Leroy-Mira (colin-colino) wrote : | #34 |
Hi Daniel, Carlo and everyone!
I still didn't manage to get time to make Xenial package patches and get them upstream, but in the meantime, I have fixed packages (which I use at work) on this ppa:
https:/
sudo add-apt-repository ppa:colin-
sudo apt-get update
sudo apt-get upgrade
Daniel Del Pino (mysoc) wrote : | #35 |
Hi Colin
Excellent!! It working perfect. Thanks very much.
Jon (g-john-i) wrote : | #36 |
Hi Colin
I ran the commands below in terminal. It all seemed to update. Rebooted.
Still no "Network" choices in Thunderbird when I hit "attach" when
composing a mail.
What am I doing wrong please? 14.04LTS
Thanks
John
On 14/06/18 10:20, Colin Leroy wrote:
> Hi Daniel, Carlo and everyone!
>
> I still didn't manage to get time to make Xenial package patches and get
> them upstream, but in the meantime, I have fixed packages (which I use
> at work) on this ppa:
>
> https:/
>
> sudo add-apt-repository ppa:colin-
> sudo apt-get update
> sudo apt-get upgrade
>
Vikrant Shah (vik748) wrote : | #37 |
Hi,
I am on Ubuntu 16.04, added the ppa, installed the patch and rebooted. I tried a file in an ssh mounted folder with Geany with the right click Open-as, but it didn't work. Even when manually trying to open the file from the ssh mount didn't work.
Not sure if the patch made any difference for me.
Thanks,
Vikrant
Daniel Del Pino (mysoc) wrote : | #38 |
Hi Jon, Vikrant
In my case it did working. I found the access in "Another locations" section. I share a reference image (Sorry, my systems are in spanish):
Jon (g-john-i) wrote : | #39 |
Thanks Daniel, I will take another look when I'm back in the office with
the network.
On Fri, 15 Jun 2018, 21:40 Daniel Del Pino, <email address hidden>
wrote:
> Hi Jon, Vikrant
>
> In my case it did working. I found the access in "Another locations"
> section. I share a reference image (Sorry, my systems are in spanish):
>
> ** Attachment added: "gUbuntu.png"
>
> https:/
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1694129).
> https:/
>
> Title:
> GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network
> shares in file chooser
>
> Status in GTK+:
> Fix Released
> Status in gtk+3.0 package in Ubuntu:
> Fix Released
> Status in gtk+3.0 source package in Trusty:
> Triaged
> Status in gtk+3.0 source package in Xenial:
> Triaged
> Status in gtk+3.0 source package in Artful:
> Triaged
>
> Bug description:
> Steps to reproduce:
> 1. Install any Gtk3 application such as Firefox or Chromium which use
> modern file-chooser dialog.
> 2. Mount network location through fstab or file-manager ("smb://" =
> SMB/CIFS, "sftp://" = SFTP/SSH and so on)
> 3. Try to save/open file to/from the remote location from Gtk3
> application.
>
> Expected results:
> * user is able to find network folder and save/open file to/from it with
> GtkFileChooser dialog
>
> Actual results:
> * user is unable to find network folder and save/open file to/from it
> with GtkFileChooser dialog and many user applications are affected
>
> -------
> Original bug description is below:
>
> GTK+3 doesn't show FUSE network shares in file chooser - it used to do
> so in GTK+2, and the GTK+3 documentation still mentions it should do
> it.
>
> In the mean time, every user of every application switching to GTK+3
> -- including Chromium, at some point between 58 and 60 -- (a change
> which happened in 16.04 LTS!!), loses the functionality to open or
> save directly to a network share.
>
> I had chosen 16.04 LTS for deploying our workstations at work, and my 50
> users have been suddenly unable to do a simple operation they have to do
> dozens of times a day.
> They now have to "buffer" these files to their local filesystem when
> saving them and before uploading them, and then copy them to the company's
> network shares.
> They were already a little bit grumpy when it stopped working with
> Firefox, and are now really side-eyeing me when they apply updates and find
> Chromium broken.
>
> I have reported the bug upstream and provided a patch to fix this. I
> hope you'll be able and willing to include it to Ubuntu's GTK+3
> package.
>
> Thanks in advance.
>
> Colin
>
> To manage notifications about this bug go to:
> https:/
>
Colin Leroy-Mira (colin-colino) wrote : | #40 |
Hi Jon,
My PPA only provides packages for 16.04, because that's what we use at work.
Jon (g-john-i) wrote : | #41 |
Ah, ok, that explains why it didn't work.. 😁
Does anyone have any idea when 14.04LTS is going to get a patch? It's been
months with nothing in sight.
I thought installing an LTS meant issues would get some attention. Really
enjoying the Linux experience overall but the lack of urgency in addressing
a bug which is so annoying (used to work fine until one of the official
updates broke the functionality) makes me hesitant to move more computing
onto this platform.
On Mon, 18 Jun 2018, 10:41 Colin Leroy, <email address hidden> wrote:
> Hi Jon,
>
> My PPA only provides packages for 16.04, because that's what we use at
> work.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1694129).
> https:/
>
> Title:
> GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network
> shares in file chooser
>
> Status in GTK+:
> Fix Released
> Status in gtk+3.0 package in Ubuntu:
> Fix Released
> Status in gtk+3.0 source package in Trusty:
> Triaged
> Status in gtk+3.0 source package in Xenial:
> Triaged
> Status in gtk+3.0 source package in Artful:
> Triaged
>
> Bug description:
> Steps to reproduce:
> 1. Install any Gtk3 application such as Firefox or Chromium which use
> modern file-chooser dialog.
> 2. Mount network location through fstab or file-manager ("smb://" =
> SMB/CIFS, "sftp://" = SFTP/SSH and so on)
> 3. Try to save/open file to/from the remote location from Gtk3
> application.
>
> Expected results:
> * user is able to find network folder and save/open file to/from it with
> GtkFileChooser dialog
>
> Actual results:
> * user is unable to find network folder and save/open file to/from it
> with GtkFileChooser dialog and many user applications are affected
>
> -------
> Original bug description is below:
>
> GTK+3 doesn't show FUSE network shares in file chooser - it used to do
> so in GTK+2, and the GTK+3 documentation still mentions it should do
> it.
>
> In the mean time, every user of every application switching to GTK+3
> -- including Chromium, at some point between 58 and 60 -- (a change
> which happened in 16.04 LTS!!), loses the functionality to open or
> save directly to a network share.
>
> I had chosen 16.04 LTS for deploying our workstations at work, and my 50
> users have been suddenly unable to do a simple operation they have to do
> dozens of times a day.
> They now have to "buffer" these files to their local filesystem when
> saving them and before uploading them, and then copy them to the company's
> network shares.
> They were already a little bit grumpy when it stopped working with
> Firefox, and are now really side-eyeing me when they apply updates and find
> Chromium broken.
>
> I have reported the bug upstream and provided a patch to fix this. I
> hope you'll be able and willing to include it to Ubuntu's GTK+3
> package.
>
> Thanks in advance.
>
> Colin
>
> To manage notifications about this bug go to:
> https:/
>
Canonical doesn't bother fixing anything. They are too busy breaking new
stuff. They expect __you__ to fix it for them.
On 06/18/2018 06:01 AM, Jon wrote:
> Ah, ok, that explains why it didn't work.. 😁
>
> Does anyone have any idea when 14.04LTS is going to get a patch? It's been
> months with nothing in sight.
>
> I thought installing an LTS meant issues would get some attention. Really
> enjoying the Linux experience overall but the lack of urgency in addressing
> a bug which is so annoying (used to work fine until one of the official
> updates broke the functionality) makes me hesitant to move more computing
> onto this platform.
>
> On Mon, 18 Jun 2018, 10:41 Colin Leroy, <email address hidden> wrote:
>
>> Hi Jon,
>>
>> My PPA only provides packages for 16.04, because that's what we use at
>> work.
>>
>> --
>> You received this bug notification because you are subscribed to a
>> duplicate bug report (1694129).
>> https:/
>>
>> Title:
>> GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network
>> shares in file chooser
>>
>> Status in GTK+:
>> Fix Released
>> Status in gtk+3.0 package in Ubuntu:
>> Fix Released
>> Status in gtk+3.0 source package in Trusty:
>> Triaged
>> Status in gtk+3.0 source package in Xenial:
>> Triaged
>> Status in gtk+3.0 source package in Artful:
>> Triaged
>>
>> Bug description:
>> Steps to reproduce:
>> 1. Install any Gtk3 application such as Firefox or Chromium which use
>> modern file-chooser dialog.
>> 2. Mount network location through fstab or file-manager ("smb://" =
>> SMB/CIFS, "sftp://" = SFTP/SSH and so on)
>> 3. Try to save/open file to/from the remote location from Gtk3
>> application.
>>
>> Expected results:
>> * user is able to find network folder and save/open file to/from it with
>> GtkFileChooser dialog
>>
>> Actual results:
>> * user is unable to find network folder and save/open file to/from it
>> with GtkFileChooser dialog and many user applications are affected
>>
>> -------
>> Original bug description is below:
>>
>> GTK+3 doesn't show FUSE network shares in file chooser - it used to do
>> so in GTK+2, and the GTK+3 documentation still mentions it should do
>> it.
>>
>> In the mean time, every user of every application switching to GTK+3
>> -- including Chromium, at some point between 58 and 60 -- (a change
>> which happened in 16.04 LTS!!), loses the functionality to open or
>> save directly to a network share.
>>
>> I had chosen 16.04 LTS for deploying our workstations at work, and my 50
>> users have been suddenly unable to do a simple operation they have to do
>> dozens of times a day.
>> They now have to "buffer" these files to their local filesystem when
>> saving them and before uploading them, and then copy them to the company's
>> network shares.
>> They were already a little bit grumpy when it stopped working with
>> Firefox, and are now really side-eyeing me when they apply updates and find
>> Chromium broken.
>>
>> I have reported the bug upstream and provided a patch to fix this. I
>> h...
Simon Quigley (tsimonq2) wrote : | #43 |
Artful is EOL.
Changed in gtk+3.0 (Ubuntu Artful): | |
status: | Triaged → Won't Fix |
adaucyjr (adaucyjr) wrote : | #44 |
I'm using Debian Stretch. Is it possible to fix this problem using this patch for Ubuntu?
Ross Gammon (rosco2) wrote : | #45 |
Bug fixes are normally uploaded to the development release so that users will get the fix when updating to the next release. As in this case, the bug also exists in the still supported stable releases (Xenial and Trusty), it is necessary to follow the Stable Release Update (SRU) process in order to fix the problem in those releases.
The process is explained here:
https:/
This process involves updating the bug report description and make sure it contains the following types of information:
- An explanation and justification for backporting the fix to the stable release.
- A [Test Case] section with detailed instructions how to reproduce the bug.
- A [Regression Potential] section with a discussion about potential regressions
Then two patches that fix the problem are required, one for Xenial, and one for Trusty. The process will then ensure that there will be no serious regressions for users of the Stable releases.
Ross Gammon (rosco2) wrote : | #46 |
@adaucyjr: It looks like the same bug has been reported in Debian:
https:/
It looks like they have decided NOT to do a Stable Release Update there, due to the risk of regressions.
Changed in gtk+3.0 (Debian): | |
status: | Unknown → Fix Released |
Here's the patch. /bugzilla. gnome.org/ show_bug. cgi?id= 787128
It's also been provided upstream at https:/