Skip to content

Commit

Permalink
Merge pull request #74 from ryonakano/fallback-x11
Browse files Browse the repository at this point in the history
Use fallback-x11
  • Loading branch information
GijsGoudzwaard authored Aug 23, 2024
2 parents 3139eb4 + 100172c commit 7ab3f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.github.gijsgoudzwaard.image-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ command: com.github.gijsgoudzwaard.image-optimizer
# only need permission to draw our app on screen using either X11 or Wayland.
finish-args:
- '--share=ipc'
- '--socket=x11'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--filesystem=home'

Expand Down

0 comments on commit 7ab3f77

Please sign in to comment.