Hi,
I followed KDE (desktop environment) — Qubes OS Documentation to setup KDE in dom0. There are three points which are unclear to me:
- In the “Login manager” section, the documentation mentions editing
/etc/sddm.confto set a custom X parameter. However the section[XDisplay]mentioned in the Qubes documentation does not exist, but there is a[X11]section which probably could be used instead. Is[XDisplay]a mistake in the documentation or something Qubes-specific and should[X11]be used instead? - The “Installation” section mentions
if [ “$XDG_SESSION_DESKTOP” = “KDE” ]; thenin the script snippet, butecho $XDG_SESSION_DESKTOPoutputsplasmax11. ShouldKDEin the snippet get replaced byplasmax11? - Should templates also be modified to contain a KDE DE package like
plasma-desktop?