Manjaro Difference between revisions of "Install Display Managers"

Difference between revisions of "Install Display Managers"

From Manjaro
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       # depend on which greeter you always set it here
First configure the Greeter in /etc/lightdm/lightdm.conf:


  sudo gedit /etc/lightdm/lightdm.conf
sudo gedit /etc/lightdm/lightdm.conf
 
 
  [SeatDefaults]
[SeatDefaults]
  greeter-session=lightdm-another-gtk-greeter              # This sets the lightDM-another-greeter    
# This sets the lightDM-another-greeter:
  user-session=xfce                                        # Depends on Desktop it Sets to your standard desktop
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               # theme of the greeter.
   greeter-theme=gtk-greeter-160
   # Background color (#RRGGBB) or image
   # Background color (#RRGGBB) or image:
   background=/usr/share/backgrounds/xfce/alone.jpg   # path to the background.
   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 to use
   gtk-theme=greenbird
   gtk-theme=greenbird             #  depend on your theme but i use greenbird for it :)
   # Icons theme to use:
   # Icons theme to use
   icon-theme=kotenza
   icon-theme=kotenza               # these are my own likings but this you choose your icons settings
  #Not so important font setting:
   font-name=comfortaa               #  you can probably leave an # in front.
   font-name=comfortaa




when al is done you can setup user icons.
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=
Cookies help us deliver our services. By using our services, you agree to our use of cookies.