From 4c0dbfaf8669d17798a8a41497b9d6e4b5bfcc70 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 6 Mar 2024 08:56:36 +0000 Subject: 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. --- etc/inc/disable-programs.inc | 4 ---- etc/profile-m-z/qt5ct.profile | 3 --- etc/profile-m-z/qt6ct.profile | 3 --- 3 files changed, 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 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 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 blacklist /usr/libexec -noblacklist ${HOME}/.config/qt5ct -noblacklist ${HOME}/.local/share/qt5ct - include disable-common.inc include disable-devel.inc include 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 blacklist /usr/libexec -noblacklist ${HOME}/.config/qt6ct -noblacklist ${HOME}/.local/share/qt6ct - include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf