Difference between revisions of "Install Display Managers"
Views
Actions
Namespaces
Variants
Tools
→LightDM: i adjusted the config files according to this post: https://forum.manjaro.org/index.php?topic=19702.0
imported>Excalibur1234 |
imported>Excalibur1234 (→LightDM: i adjusted the config files according to this post: https://forum.manjaro.org/index.php?topic=19702.0) |
||
Line 186: | Line 186: | ||
First configure the Greeter in /etc/lightdm/lightdm.conf | First configure the Greeter in /etc/lightdm/lightdm.conf: | ||
sudo gedit /etc/lightdm/lightdm.conf | |||
[SeatDefaults] | |||
# This sets the lightDM-another-greeter: | |||
greeter-session=lightdm-another-gtk-greeter | |||
# Depends on Desktop it Sets to your standard desktop: | |||
user-session=xfce | |||
LightDM.conf is configured. Now we have to configure the greeter. This a few lines you have to search mostly there you see "#" before it. | LightDM.conf is configured. Now we have to configure the greeter. This a few lines you have to search mostly there you see "#" before it. | ||
Line 199: | Line 201: | ||
[appearance] | [appearance] | ||
# Greeter theme. Themes are located in “themes” directory (“/usr/share/lightdm-$ | # Greeter theme. Themes are located in “themes” directory (“/usr/share/lightdm-$"): | ||
greeter-theme=gtk-greeter-160 | greeter-theme=gtk-greeter-160 | ||
# Background color (#RRGGBB) or image | # Background color (#RRGGBB) or image: | ||
background=/usr/share/backgrounds/xfce/alone.jpg | background=/usr/share/backgrounds/xfce/alone.jpg | ||
# User styles file | # User styles file: | ||
#css-file= | #css-file= | ||
# Logo: “file_path” or “#icon_name” | # Logo: “file_path” or “#icon_name” | ||
#logo= | #logo= | ||
# Gtk theme to use | # Gtk theme to use (in this case "greenbird" theme is used): | ||
gtk-theme=greenbird | |||
gtk-theme=greenbird | # Icons theme to use: | ||
# Icons theme to use | icon-theme=kotenza | ||
icon-theme=kotenza | #Not so important font setting: | ||
font-name=comfortaa | font-name=comfortaa | ||
when | when all is done you can setup user icons. | ||
sudo systemctl enable accounts-daemon | sudo systemctl enable accounts-daemon | ||
Line 246: | Line 248: | ||
<br clear="all" /> | <br clear="all" /> | ||
=Troubleshooting= | =Troubleshooting= |