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 787850 - flatpak: Cannot open downloaded files, or show them in Nautilus
flatpak: Cannot open downloaded files, or show them in Nautilus
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Downloads
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Michael Catanzaro
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-18 16:17 UTC by Alexander Mikhaylenko
Modified: 2017-11-19 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Mikhaylenko 2017-09-18 16:17:33 UTC
When I click on a downloaded file, or on "Show in Files" icon, nothing happens.
Comment 1 Alexander Mikhaylenko 2017-09-18 16:17:48 UTC
See also: https://bugzilla.gnome.org/show_bug.cgi?id=787849
Comment 2 Michael Catanzaro 2017-09-18 17:47:34 UTC
I think we need to use the open-uri portal here too, as in bug #787849. Might need to remove or rewrite ephy_file_launch_handler().
Comment 3 Michael Catanzaro 2017-11-15 02:27:27 UTC
(In reply to Michael Catanzaro from comment #2)
> I think we need to use the open-uri portal here too, as in bug #787849.
> Might need to remove or rewrite ephy_file_launch_handler().

Also, we need to give Epiphany access to ~/Downloads. That would be good to do.
Comment 4 Michael Catanzaro 2017-11-19 20:09:38 UTC
OK, fixed for 3.26.3. Browse to file in Nautilus is not going to work under flatpak, period, so I've changed that button to launch the open file application selector instead, when running inside flatpak. And clicking on the row will now do nothing in flatpak. This was actually the original design for the popover, but there was desire to retain the browse to file functionality so the button got repurposed for that.