From 5cd33325b9fe491f76a002df84b681e4684c37e1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 6 May 2024 02:20:10 -0700 Subject: [PATCH] qt5ct not needed in dom0 Signed-off-by: Tommy --- dom0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom0.sh b/dom0.sh index dbfcf59..8c8c7d0 100644 --- a/dom0.sh +++ b/dom0.sh @@ -22,9 +22,9 @@ sudo systemctl enable --now fstrim.timer # After a reboot, run qt5ct and set the theme to gtk-2 -sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins +sudo qubes-dom0-update qubes-ctap-dom0 qt5-qtstyleplugins -echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment +echo 'QT_QPA_PLATFORMTHEME=gtk2' | sudo tee -a /etc/environment # Add extra gtk theming - this is probably not necessary, but why not