https://bugs.kde.org/show_bug.cgi?id=439233
--- Comment #6 from Ian Boll <[email protected]> --- Yeah, I got it from FlatHub. Saving to Downloads doesn't change anything. The file still isn't created. In case it helps, when I run `flatpak permission-show org.kde.elisa` I get this output: ``` Table Object App Permissions Data background background org.kde.elisa yes 0x00 documents 41a981b6 org.kde.elisa read,write,grant-permissions (b'/home/bollian/Music/rpg-music/playlists/some-name', 52, 9236621, 0) documents eab2cd4 org.kde.elisa read,write,grant-permissions (b'/home/bollian/Music/rpg-music/playlists/some-playlist', 52, 9236621, 0) documents 8c4f539d org.kde.elisa read,write,grant-permissions (b'/home/bollian/Downloads/some-playlist', 52, 479, 0) documents 7f5499ea org.kde.elisa read,write,grant-permissions (b'/home/bollian/Music/rgp-music/heatherford', 52, 8184467, 0) documents 371c0d5e org.kde.elisa read,write,grant-permissions (b'/home/bollian/Music/heatherford', 52, 483, 0) documents 696fc111 org.kde.elisa read,write,grant-permissions (b'/home/bollian/Music/rgp-music', 52, 8184467, 4) ``` Looking at this, my guess would be that Elisa is trying to add an extension to the name of the file after receiving the path from the portal. It might even be succeeding in saving a file with this new name to some temporary sandbox directory. But, since permission was only granted for 'Downloads/some-playlist' without the extension, the file never escapes the sandbox. -- You are receiving this mail because: You are watching all bug changes.
