Skip to content

Commit

Permalink
Add filesystem=home permission
Browse files Browse the repository at this point in the history
`GtkFileChooserNative` has merged and will be landed in Electron 14
(electron/electron#19159)
  • Loading branch information
proletarius101 committed Aug 15, 2021
1 parent 0186c1a commit aeff558
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net.agalwood.Motrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ separate-locales: false
command: start-motrix
finish-args:
- --device=dri
- --filesystem=xdg-download
- --filesystem=xdg-documents
# `GtkFileChooserNative` has merged and will be landed in Electron 14 (https://github.com/electron/electron/pull/19159)
# Remove this when Motrix adopts Electron 14
- --filesystem=home
- --share=ipc
- --share=network
- --socket=x11
Expand Down

0 comments on commit aeff558

Please sign in to comment.