Advertisement
para_bellum

No login manager, sddm

Jul 26th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Using KDE, you can go for 'sddm':
  2. $ sudo apt-get instal sddm
  3.  
  4. Then, you need to check several things:
  5. 1/ Check you're booting into graphical mode:
  6. $ systemctl status default.target
  7. It should be 'graphical.target'. If not, go for 'systemctl set-default'
  8.  
  9. 2/ Check the display manager is pointing to sddm:
  10. $ sudo ln -s /etc/systemd/system/display-manager.service /usr/lib/systemd/system/sddm.service
  11.  
  12. Reference
  13. https://bbs.archlinux.org/viewtopic.php?id=213460
  14. https://wiki.archlinux.org/index.php/Display_manager#Loading_the_display_manager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement