mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
a456e5182c
commit
4c0dbfaf86
3 changed files with 0 additions and 10 deletions
|
|
@ -614,8 +614,6 @@ blacklist ${HOME}/.config/qBittorrent
|
|||
blacklist ${HOME}/.config/qBittorrentrc
|
||||
blacklist ${HOME}/.config/qnapi.ini
|
||||
blacklist ${HOME}/.config/qpdfview
|
||||
blacklist ${HOME}/.config/qt5ct
|
||||
blacklist ${HOME}/.config/qt6ct
|
||||
blacklist ${HOME}/.config/quodlibet
|
||||
blacklist ${HOME}/.config/qupzilla
|
||||
blacklist ${HOME}/.config/qutebrowser
|
||||
|
|
@ -1030,8 +1028,6 @@ blacklist ${HOME}/.local/share/psi
|
|||
blacklist ${HOME}/.local/share/psi+
|
||||
blacklist ${HOME}/.local/share/qBittorrent
|
||||
blacklist ${HOME}/.local/share/qpdfview
|
||||
blacklist ${HOME}/.local/share/qt5ct
|
||||
blacklist ${HOME}/.local/share/qt6ct
|
||||
blacklist ${HOME}/.local/share/quadrapassel
|
||||
blacklist ${HOME}/.local/share/qutebrowser
|
||||
blacklist ${HOME}/.local/share/remmina
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@ include globals.local
|
|||
|
||||
blacklist /usr/libexec
|
||||
|
||||
noblacklist ${HOME}/.config/qt5ct
|
||||
noblacklist ${HOME}/.local/share/qt5ct
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@ include globals.local
|
|||
|
||||
blacklist /usr/libexec
|
||||
|
||||
noblacklist ${HOME}/.config/qt6ct
|
||||
noblacklist ${HOME}/.local/share/qt6ct
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue