Problems with sddm. #59
|
I have now run the install script 3 times, but the sddm theme is just not applied, can someone explain how to set it up. |
Answered by
pratikrath126
Feb 22, 2026
Replies: 1 comment 1 reply
|
Hey! If the install script didn't apply the theme, you might need to manually set it in the SDDM config. Check if the theme files were copied to /usr/share/sddm/themes/iNiR. If they are there, edit /etc/sddm.conf (or create a file in /etc/sddm.conf.d/) and make sure the [Theme] section has Current=iNiR. You can also verify the theme path with sddm-greeter --test-mode --theme /usr/share/sddm/themes/iNiR to see if it loads correctly. Hope this helps! |
1 reply
Answer selected by
bhimio1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! If the install script didn't apply the theme, you might need to manually set it in the SDDM config. Check if the theme files were copied to /usr/share/sddm/themes/iNiR. If they are there, edit /etc/sddm.conf (or create a file in /etc/sddm.conf.d/) and make sure the [Theme] section has Current=iNiR. You can also verify the theme path with sddm-greeter --test-mode --theme /usr/share/sddm/themes/iNiR to see if it loads correctly. Hope this helps!