aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-03-06 08:56:36 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-06 08:56:36 +0000
commit4c0dbfaf8669d17798a8a41497b9d6e4b5bfcc70 (patch)
tree0a8cbd95428d6a7b72748d79352d53ddec1b1705
parentNew profile: green-recoder.profile (#6237) (diff)
downloadfirejail-4c0dbfaf8669d17798a8a41497b9d6e4b5bfcc70.tar.gz
firejail-4c0dbfaf8669d17798a8a41497b9d6e4b5bfcc70.tar.zst
firejail-4c0dbfaf8669d17798a8a41497b9d6e4b5bfcc70.zip
profiles: remove blacklisting of qt5ct/qt6ct paths (#6266)
Blacklisting qt5ct/qt6ct configuration and data paths breaks styling in all apps that use them. This was working as expected before #6249 and #6250, so remove the blacklisting.
-rw-r--r--etc/inc/disable-programs.inc4
-rw-r--r--etc/profile-m-z/qt5ct.profile3
-rw-r--r--etc/profile-m-z/qt6ct.profile3
3 files changed, 0 insertions, 10 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 26f11470f..047c8441d 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -614,8 +614,6 @@ blacklist ${HOME}/.config/qBittorrent
614blacklist ${HOME}/.config/qBittorrentrc 614blacklist ${HOME}/.config/qBittorrentrc
615blacklist ${HOME}/.config/qnapi.ini 615blacklist ${HOME}/.config/qnapi.ini
616blacklist ${HOME}/.config/qpdfview 616blacklist ${HOME}/.config/qpdfview
617blacklist ${HOME}/.config/qt5ct
618blacklist ${HOME}/.config/qt6ct
619blacklist ${HOME}/.config/quodlibet 617blacklist ${HOME}/.config/quodlibet
620blacklist ${HOME}/.config/qupzilla 618blacklist ${HOME}/.config/qupzilla
621blacklist ${HOME}/.config/qutebrowser 619blacklist ${HOME}/.config/qutebrowser
@@ -1030,8 +1028,6 @@ blacklist ${HOME}/.local/share/psi
1030blacklist ${HOME}/.local/share/psi+ 1028blacklist ${HOME}/.local/share/psi+
1031blacklist ${HOME}/.local/share/qBittorrent 1029blacklist ${HOME}/.local/share/qBittorrent
1032blacklist ${HOME}/.local/share/qpdfview 1030blacklist ${HOME}/.local/share/qpdfview
1033blacklist ${HOME}/.local/share/qt5ct
1034blacklist ${HOME}/.local/share/qt6ct
1035blacklist ${HOME}/.local/share/quadrapassel 1031blacklist ${HOME}/.local/share/quadrapassel
1036blacklist ${HOME}/.local/share/qutebrowser 1032blacklist ${HOME}/.local/share/qutebrowser
1037blacklist ${HOME}/.local/share/remmina 1033blacklist ${HOME}/.local/share/remmina
diff --git a/etc/profile-m-z/qt5ct.profile b/etc/profile-m-z/qt5ct.profile
index 851dc651a..83d22c2cd 100644
--- a/etc/profile-m-z/qt5ct.profile
+++ b/etc/profile-m-z/qt5ct.profile
@@ -8,9 +8,6 @@ include globals.local
8 8
9blacklist /usr/libexec 9blacklist /usr/libexec
10 10
11noblacklist ${HOME}/.config/qt5ct
12noblacklist ${HOME}/.local/share/qt5ct
13
14include disable-common.inc 11include disable-common.inc
15include disable-devel.inc 12include disable-devel.inc
16include disable-exec.inc 13include disable-exec.inc
diff --git a/etc/profile-m-z/qt6ct.profile b/etc/profile-m-z/qt6ct.profile
index 4a978c997..5667c98a3 100644
--- a/etc/profile-m-z/qt6ct.profile
+++ b/etc/profile-m-z/qt6ct.profile
@@ -8,9 +8,6 @@ include globals.local
8 8
9blacklist /usr/libexec 9blacklist /usr/libexec
10 10
11noblacklist ${HOME}/.config/qt6ct
12noblacklist ${HOME}/.local/share/qt6ct
13
14include disable-common.inc 11include disable-common.inc
15include disable-devel.inc 12include disable-devel.inc
16include disable-exec.inc 13include disable-exec.inc