Skip to content

Commit

Permalink
profiles: remove blacklisting of qt5ct/qt6ct paths (#6266)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
glitsj16 authored Mar 6, 2024
1 parent a456e51 commit 4c0dbfa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions etc/profile-m-z/qt5ct.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions etc/profile-m-z/qt6ct.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c0dbfa

Please sign in to comment.