ondratu / formiko

reStructuredText editor and live previewer
Other
123 stars 9 forks source link

Use GtkFileChooserNative #39

Open bbhtt opened 1 year ago

bbhtt commented 1 year ago

Formiko doesn't seem to use GtkFileChooserNative that supports portal API but GtkFileChooser.

Portals allow to dynamically grant access to users rather than hard-coding arbitrary filesystem access for example for an application. The primary benefit here is tighter sandboxing; also better desktop integration.

ondratu commented 1 year ago

The problem not in GtkFileChooserNative, but with dynamical reading other files, just like style sheets or images, which can be used in documents, and Preview widget used them.

For this time, i don't have solution, but i leave this issue opened for the future.