feat: XDG Desktop Portal support #29
Labels
No Label
bug
documentation
duplicate
feat
good first issue
help wanted
in-progress
invalid
question
refactor
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fortressia/echidna#29
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
XDG Desktop Portal is a standard made by Flatpak to subtitutes certain APIs needed by sandboxed applications that are restricted for them.
Necessity
This provides a better UX to those running the code editor under Flatpak or Firejail, or any other Linux sandbox, really..
Implementation
Flatpak provides a documentation on how to implement XDG Desktop Portal support here.
XDG Desktop Portal is Linux-only, don't forget to use conditional compilation.
Example
N/A
Additional Notes and Information
N/A