Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down