Skip to content

Commit

Permalink
Merge pull request #277 from Feinzer/filesystem
Browse files Browse the repository at this point in the history
Allow access to common xdg directories
  • Loading branch information
SISheogorath authored Aug 31, 2022
2 parents ae05694 + 14d1e92 commit 42cae6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions im.riot.Riot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ finish-args:
- --share=network
# Allows to send and receive files in the Downloads directory
# Required until Electron supports portals for load and safe dialogs
- --filesystem=xdg-desktop
- --filesystem=xdg-documents
- --filesystem=xdg-download
- --filesystem=xdg-music
- --filesystem=xdg-pictures
- --filesystem=xdg-videos
# Required for notifications in various desktop environments
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
Expand Down

0 comments on commit 42cae6d

Please sign in to comment.