manual/source/3/3.1/3.1.9/sddm_configuration.rst

45 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2019-02-19 17:43:13 -08:00
Chapter 3.1.9 SDDM configuration
================================
Sddm is the display manager that shows up when you first log in to Lubuntu or logout or choose to another session. This has no graphical application to do this.
2019-05-13 14:44:40 -07:00
Usage
------
2019-02-21 08:56:14 -08:00
If you have autologin enabled and want to disable autologin open the file /etc/sddm.conf as root. To do this run
.. code::
lxqt-sudo featherpad
2019-02-21 09:03:22 -08:00
and open /etc/sddm.conf. Then to disable autologin remove the entire line [autologin].
2019-02-21 08:56:14 -08:00
To test your sddm configuration and make sure it is a valid one so you can log in run
2019-02-19 17:43:13 -08:00
.. code::
2019-02-21 08:31:23 -08:00
sddm-greeter --test-mode
2019-05-20 10:43:59 -07:00
To change the picture for your user when you login simply copy the file you want as your user picture to in your home folder with the name .face.icon .
If you want to install other themes for sddm in muon or from the command line search for packages that start their name with sddm-theme. The theme will be stored in /usr/share/sddm/theme/. To test and see what this new theme looks like run
.. code::
2019-05-21 11:33:29 -07:00
sddm-greeter --test-mode --theme /path/to/theme
2019-05-23 11:33:04 -07:00
from the command line. To set this new theme as your default theme for sddm see alternatives in chapter 3.2.17 and update the sddm-ubuntu-theme group of alternatives. From the command line to switch this setting you can run
.. code::
sudo update-alternatives --config sddm-ubuntu-theme
from the command line. To add a new background for a particular theme copy that image into the theme folder as root. Then in your theme edit the file theme.conf as root and change the line background= with the path to your image. To edit theme.conf as root run
.. code::
sudo nano /usr/share/sddm/themes/lubuntu/theme.conf
However to copy the image file since this is not in your home system copying and saving a background to this folder will require root permissions as well.