[Touch-packages] [Bug 2104163] [NEW] libcurl crash reusing connections with FTP protocol

2025-03-25 Thread Colin Leroy-Mira
Public bug reported: https://github.com/curl/curl/issues/13731 How to reproduce: URL1="https://en.wikipedia.org/wiki/Bioconductor"; URL2="ftp://ftp.ensembl.org/pub/release-71/gtf/caenorhabditis_elegans/Caenorhabditis_elegans.WBcel235.71.gtf.gz"; curl --keepalive-time 60 -OL $URL1 -OL $URL2 -OL

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2018-06-18 Thread Colin Leroy
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 a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1714518 Title: GTK+3 doesn't show FUSE

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2018-06-14 Thread Colin Leroy
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://launchpad.net/~colin-colino/+archive/ubuntu/xenial-fixes sudo add-apt-repository ppa:colin-

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2018-02-15 Thread Colin Leroy
Thanks a bunch, Jeremy. Should I provide a backport to the patch for 16.04 ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1714518 Title: GTK+3 doesn't show FUSE/GVFS, sm

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2018-01-26 Thread Colin Leroy
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. -- You received this bug noti

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2018-01-23 Thread Colin Leroy
Hi Richard, Well, somebody from the Ubuntu Sponsors Team would need to notice that patch I've prepared and care enough to handle it... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2017-12-13 Thread Colin Leroy
Requesting a sponsor to upload the fix's backport :) ** Patch added: "Debdiff patch to backport the fix from GNOME's git." https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1714518/+attachment/5022155/+files/gtk+3.0_3.22.26-2ubuntu1.1.debdiff -- You received this bug notification becaus

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2017-11-03 Thread Colin Leroy
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. -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-07 Thread Colin Leroy
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. ** Patch added: "Patch aga

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-07 Thread Colin Leroy
I would also add that even though asking for GTK3 applications like Chromium, Firefox, Thunderbird to call gtk_file_chooser_set_local_only(FALSE) seems like an easy fix, it is not: when such applications then call for gtk_file_chooser_get_filename() (and _get_filenames), they could end up with NUL

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-07 Thread Colin Leroy
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/gtkfilechooserdefault.c

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-07 Thread Colin Leroy
Here is a debdiff with that patch integrated. I hope it'll help. ** Patch added: "Package patch" https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1714518/+attachment/4945764/+files/gtk+3.0-fix-FUSE-mounts.debdiff -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-01 Thread Colin Leroy
** Description changed: 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 an

[Touch-packages] [Bug 1714518] [NEW] GTK+3 doesn't show FUSE network shares in file chooser

2017-09-01 Thread Colin Leroy
Public bug reported: 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 ch

[Touch-packages] [Bug 1714518] Re: GTK+3 doesn't show FUSE network shares in file chooser

2017-09-01 Thread Colin Leroy
Here's the patch. It's also been provided upstream at https://bugzilla.gnome.org/show_bug.cgi?id=787128 ** Patch added: "gtk_3_fix_fuse_mounts.patch" https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1714518/+attachment/4942427/+files/gtk_3_fix_fuse_mounts.patch -- You received this b