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/kdenlive.local | |
| parent | eef1f07a577112d1523b9d7a637e0f9d381361b8 (diff) | |
commit firejail stuff
Diffstat (limited to '.config/firejail/kdenlive.local')
| -rw-r--r-- | .config/firejail/kdenlive.local | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/firejail/kdenlive.local b/.config/firejail/kdenlive.local new file mode 100644 index 0000000..1191a73 --- /dev/null +++ b/.config/firejail/kdenlive.local @@ -0,0 +1,9 @@ + +include qtwlfix.inc +blacklist /usr/share/fonts/noto-emoji + +env QT_QPA_PLATFORM=xcb +ignore net none + +#whitelist /usr/lib64/* +#env LD_PRELOAD=/usr/lib64/libwayland-client.so:/usr/lib64/libwayland-egl.so:/usr/lib64/qt5/plugins/platforms/libqwayland-egl.so:/usr/lib64/qt5/plugins/wayland-shell-integration/libfullscreen-shell-v1.so:/usr/lib64/qt5/plugins/wayland-shell-integration/libxdg-shell.so:/usr/lib64/qt5/plugins/wayland-shell-integration/libxdg-shell-v5.so:/usr/lib64/qt5/plugins/wayland-shell-integration/libxdg-shell-v6.so:/usr/lib64/libQt5WaylandClient.so |