mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-14 08:49:45 -05:00
KDE default login manager
added section: how to change the login manager "back" to KDE default.
This commit is contained in:
parent
7c67ef6517
commit
ab1ce56123
@ -12,11 +12,26 @@ Installation
|
||||
------------
|
||||
|
||||
Prior to R3.2, KDE was the default desktop environment in Qubes. Beginning with
|
||||
R3.2, however, XFCE is the new default desktop environment. Nonetheless, it is
|
||||
R3.2, however, [XFCE is the new default desktop environment](https://github.com/QubesOS/qubes-issues/issues/2119). Nonetheless, it is
|
||||
still possible to install KDE by issuing this command in dom0:
|
||||
|
||||
$ sudo qubes-dom0-update @kde-desktop-qubes
|
||||
|
||||
You can also change your default login manager (lightdm) to the new KDE default: sddm
|
||||
* first you need to edit the `/etc/sddm.conf` to make sure if the custom X parameter is set according to Qubes needs:
|
||||
~~~
|
||||
[XDisplay]
|
||||
ServerArguments=-nolisten tcp -background none
|
||||
~~~
|
||||
* disable the lightdm service:
|
||||
~~~
|
||||
$ sudo systemctl disable lightdm
|
||||
~~~
|
||||
* enable the sddm service:
|
||||
~~~
|
||||
$ sudo systemctl enable sddm
|
||||
~~~
|
||||
* reboot
|
||||
|
||||
Window Management
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user