GNOME Bugzilla – Bug 787850
flatpak: Cannot open downloaded files, or show them in Nautilus
Last modified: 2017-11-19 20:09:38 UTC
When I click on a downloaded file, or on "Show in Files" icon, nothing happens.
See also: https://bugzilla.gnome.org/show_bug.cgi?id=787849
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().
(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.
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.