Skip to content

flatpak wont save without extension #2096

@ColinKinloch

Description

@ColinKinloch

The furnace flatpak doesn't have access to the host filesystem.

Selecting files to open and locations to write to is handled via "portals" which handles displaying a file chooser dialog and returning a virtual path to read/write (something like /run/user/1000/doc/9ba24df/music) without granting permission to any other path.

Currently furnace checks the path returned from a dialog and appends the correct extension, unfortunately this will write the file to the actual path /run/user/1000/doc/9ba24df/music.fur which doesn't make it to the selected host path.

Here are a list of issues I found whilst trying to come up with a good solution 😩 :

I just checked and it seems to not be a problem in KDE.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdoneissue resolved

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions