Summary: | Both "Devices" and "Removable devices" sections are missing in folder selector started by flatpaks | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Jan Grulich <jgrulich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jgrulich, katyaberezyaka, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://github.com/flatpak/xdg-desktop-portal/issues/200 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Elisa from Arch repos - "Devices" and "Removable devices" sections are present
Elisa from flathub - "Devices" and "Removable devices" sections are missing |
Description
Patrick Silva
2019-04-01 14:27:04 UTC
Created attachment 119197 [details]
Elisa from flathub - "Devices" and "Removable devices" sections are missing
This is because selecting folders is not supported by portals, which means that instead opening a file dialog outside the sandbox, it opens regular file dialog inside the sandbox where you don't have access to your other devices. So there is a bug with portal? Where to report it? I use a hard disk to install the operating system and other two hard disks to store personal data. Missing devices in folder selector makes my personal data inaccessible via such dialog and conseguently the flatpak software becomes unusable. Clearly there is an usability problem here. Nowadays many users install their operating system on a SSD device and use hard disks with greater capacity to store personal data. All of them would be affected by the problem described here. That's not a bug, there is no way how flatpak can expose a whole folder. The only way is to use "flatpak run --filesystem=host org.kde.elisa". (In reply to Jan Grulich from comment #2) > This is because selecting folders is not supported by portals That, um, seems like a fundamental flaw in the portal spec. How is software that asks the user to choose a folder supposed to work? It just... doesn't? How can we fix this? You can keep this bug closed, there is nothing we can do from our side and there are multiple reports for xdg-desktop-portal or flatpak. For example: https://github.com/flatpak/xdg-desktop-portal/issues/158 ...And the other one is https://github.com/flatpak/xdg-desktop-portal/issues/200, as far as I can tell So the correct resolution status is UPSTREAM. :) (In reply to Jan Grulich from comment #6) > You can keep this bug closed, there is nothing we can do from our side and > there are multiple reports for xdg-desktop-portal or flatpak. > > For example: https://github.com/flatpak/xdg-desktop-portal/issues/158 xdg-desktop-portal issue is already fixed, xdg-desktop-portal 1.5.3 package installed on my system includes such fix but the bug reported here persists. Operating System: Arch Linux KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.68.0 Qt Version: 5.14.2 https://github.com/flatpak/xdg-desktop-portal/issues/200 is also fixed, xdg-desktop-portal 1.7.2 package is installed on my system but this issue persists. Operating System: Arch Linux KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.68.0 Qt Version: 5.14.2 *** This bug has been marked as a duplicate of bug 419874 *** This issue is still reproducible. The following apps are also affected: https://flathub.org/apps/details/org.musicbrainz.Picard https://flathub.org/apps/details/org.qbittorrent.qBittorrent https://flathub.org/apps/details/com.github.Bleuzen.FFaudioConverter Operating System: Arch Linux KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0 This should be fixed with KF5 5.83 with a fix in KFileWidget allowing to select directories. Previously we would open a file dialog inside the sandbox, this is not the case anymore. Can you verify? (In reply to Jan Grulich from comment #14) > This should be fixed with KF5 5.83 with a fix in KFileWidget allowing to > select directories. > > Previously we would open a file dialog inside the sandbox, this is not the > case anymore. Can you verify? Currently "Devices" and "Removable devices" sections are present, despite the folder chooser is not tree-styled (see bug 437505). |