diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 18:36:13 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:24 +0100 |
| commit | 1c7908327f07268e77c2a554a20e633af7fed4ce (patch) | |
| tree | b84ef219957114f02a6e9319ec82df8679228607 /.config/firejail/zoom.local | |
| parent | eef1f07a577112d1523b9d7a637e0f9d381361b8 (diff) | |
commit firejail stuff
Diffstat (limited to '.config/firejail/zoom.local')
| -rw-r--r-- | .config/firejail/zoom.local | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/firejail/zoom.local b/.config/firejail/zoom.local index 1436432..8a39b93 100644 --- a/.config/firejail/zoom.local +++ b/.config/firejail/zoom.local @@ -1,10 +1,11 @@ #include qtwlfix.inc include portal.inc +#private-bin gdbus,wl-copy,notify-send -#private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id,nsswitch.conf,pki,resolv.conf,ssl,os-release +private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id,nsswitch.conf,pki,resolv.conf,ssl,os-release + +# fix screensharing +env XDG_CURRENT_DESKTOP=GNOME -#env XDG_SESSION_TYPE=wayland -#env XDG_CURRENT_DESKTOP=GNOME -# env QT_QPA_PLATFORM=wayland env XDG_CACHE_HOME=/tmp/ |