From eeb934b666b21887eb5165ad1f7606ba587ef242 Mon Sep 17 00:00:00 2001 From: Daniel Hast Date: Tue, 10 Feb 2026 12:07:06 -0500 Subject: [PATCH] docs: update FAQ item for KDE splash screen Update commands to reflect changes made in secureblue/secureblue#1926. --- content/FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/FAQ.md b/content/FAQ.md index a155cbb..c7d0df6 100644 --- a/content/FAQ.md +++ b/content/FAQ.md @@ -506,10 +506,12 @@ For any other issues you experience with Trivalent, visit Trivalent's dedicated ### [Why is my splash screen disabled on KDE?](#kde-splash-disabled) {: #kde-splash-disabled} -The KDE splash screen is currently [broken](https://github.com/secureblue/secureblue/issues/926) if Xwayland is disabled (which is the default on secureblue), due to an [upstream bug](https://discuss.kde.org/t/how-to-disable-xwayland-for-the-plasma-wayland-session/19325/6). secureblue automatically disables it for every user to work around this. If you don't want the splash screen to be automatically disabled, run the following command: +The KDE splash screen is currently [broken](https://github.com/secureblue/secureblue/issues/926) if Xwayland is disabled (which is the default on secureblue), due to an [upstream bug](https://discuss.kde.org/t/how-to-disable-xwayland-for-the-plasma-wayland-session/19325/6). secureblue automatically disables it for every user to work around this. If you don't want the splash screen to be automatically disabled, run the following commands: ``` -systemctl disable --user disable-kde-splash.service +mkdir -p ~/.config/user-tmpfiles.d +ln -s /dev/null ~/.config/user-tmpfiles.d/ksplashrc.conf +chmod u+w ~/.config/ksplashrc ``` ### [Why is my virtual machine integration broken?](#vm-integration)