aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorLibravatar avallach2000 <avallach2000@gmail.com>2022-02-21 21:04:43 +0200
committerLibravatar GitHub <noreply@github.com>2022-02-21 19:04:43 +0000
commita74f48fe9a9cdd2c45c9e5e01548d5badba10791 (patch)
tree607d4d602b2676c57a6e7a6c4ad3a200fbe3dbbe /etc/inc
parentBump github/codeql-action from 1.1.0 to 1.1.2 (diff)
downloadfirejail-a74f48fe9a9cdd2c45c9e5e01548d5badba10791.tar.gz
firejail-a74f48fe9a9cdd2c45c9e5e01548d5badba10791.tar.zst
firejail-a74f48fe9a9cdd2c45c9e5e01548d5badba10791.zip
Add support for changing appearance of the Qt6 apps with qt6ct (#4966)
* Add support for changing appearance of the Qt6 apps with qt6ct * Remove qt5ct artifact from zeal.profile * Remove qt5ct artifact from bibletime.profile
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/whitelist-1793-workaround.inc1
-rw-r--r--etc/inc/whitelist-common.inc2
-rw-r--r--etc/inc/whitelist-usr-share-common.inc1
3 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/whitelist-1793-workaround.inc b/etc/inc/whitelist-1793-workaround.inc
index 862837f12..54fa849b1 100644
--- a/etc/inc/whitelist-1793-workaround.inc
+++ b/etc/inc/whitelist-1793-workaround.inc
@@ -23,6 +23,7 @@ noblacklist ${HOME}/.config/kio_httprc
23noblacklist ${HOME}/.config/kioslaverc 23noblacklist ${HOME}/.config/kioslaverc
24noblacklist ${HOME}/.config/ksslcablacklist 24noblacklist ${HOME}/.config/ksslcablacklist
25noblacklist ${HOME}/.config/qt5ct 25noblacklist ${HOME}/.config/qt5ct
26noblacklist ${HOME}/.config/qt6ct
26noblacklist ${HOME}/.config/qtcurve 27noblacklist ${HOME}/.config/qtcurve
27 28
28blacklist ${HOME}/.config/* 29blacklist ${HOME}/.config/*
diff --git a/etc/inc/whitelist-common.inc b/etc/inc/whitelist-common.inc
index fedfb2bc2..353a622d3 100644
--- a/etc/inc/whitelist-common.inc
+++ b/etc/inc/whitelist-common.inc
@@ -69,6 +69,7 @@ whitelist ${HOME}/.config/kio_httprc
69whitelist ${HOME}/.config/kioslaverc 69whitelist ${HOME}/.config/kioslaverc
70whitelist ${HOME}/.config/ksslcablacklist 70whitelist ${HOME}/.config/ksslcablacklist
71whitelist ${HOME}/.config/qt5ct 71whitelist ${HOME}/.config/qt5ct
72whitelist ${HOME}/.config/qt6ct
72whitelist ${HOME}/.config/qtcurve 73whitelist ${HOME}/.config/qtcurve
73whitelist ${HOME}/.kde/share/config/kdeglobals 74whitelist ${HOME}/.kde/share/config/kdeglobals
74whitelist ${HOME}/.kde/share/config/kio_httprc 75whitelist ${HOME}/.kde/share/config/kio_httprc
@@ -83,3 +84,4 @@ whitelist ${HOME}/.kde4/share/config/ksslcablacklist
83whitelist ${HOME}/.kde4/share/config/oxygenrc 84whitelist ${HOME}/.kde4/share/config/oxygenrc
84whitelist ${HOME}/.kde4/share/icons 85whitelist ${HOME}/.kde4/share/icons
85whitelist ${HOME}/.local/share/qt5ct 86whitelist ${HOME}/.local/share/qt5ct
87whitelist ${HOME}/.local/share/qt6ct
diff --git a/etc/inc/whitelist-usr-share-common.inc b/etc/inc/whitelist-usr-share-common.inc
index b4e5ac5d9..1dbaf8bdb 100644
--- a/etc/inc/whitelist-usr-share-common.inc
+++ b/etc/inc/whitelist-usr-share-common.inc
@@ -55,6 +55,7 @@ whitelist /usr/share/qt
55whitelist /usr/share/qt4 55whitelist /usr/share/qt4
56whitelist /usr/share/qt5 56whitelist /usr/share/qt5
57whitelist /usr/share/qt5ct 57whitelist /usr/share/qt5ct
58whitelist /usr/share/qt6ct
58whitelist /usr/share/sounds 59whitelist /usr/share/sounds
59whitelist /usr/share/tcl8.6 60whitelist /usr/share/tcl8.6
60whitelist /usr/share/tcltk 61whitelist /usr/share/tcltk