Jump to content

i want to replace gdm3 with the Simple Desktop Display Manager

 

(SDDM) on ubuntu 24.04lts as iv some on going boot / crash login loops with lightdm

 

  for sddm
  following these steps how an what should input correctly to the file at the end of step 1
 
 1. Install and Configure


Initially, to install SDDM, we use apt:


$ apt-get install sddm


Then, we ensure it’s selected as the current DM with dpkg-reconfigure:


$ dpkg-reconfigure sddm


Usually, the configuration file is /etc/sddm.conf:

 

$ cat /etc/sddm.conf
[...]
[Autologin]
User=<USERNAME>
Session=<DENAME>.desktop
Relogin=false

 

Here, we replace the USERNAME and DENAME with the appropriate user and desktop environment names.


In addition, /usr/lib/sddm/sddm.conf.d/ and /etc/sddm.conf.d/ may also contain settings.

 

QUESTION

 

i run ubutnu 24.04lts on wayland with gdm3 & the ubuntu-advantage-desktop-daemon which of those names goes in the DENAME slot

& is anything suppose to go in the [...] brackets

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×