Bug 486687 - Applying autologin breaks SDDM solid color as background
Summary: Applying autologin breaks SDDM solid color as background
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_sddm (show other bugs)
Version: 6.0.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-06 20:24 UTC by medin
Modified: 2024-05-06 21:53 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2024-05-06 20:24:40 UTC
I always set the default SDDM background to solid gray color to avoid hurting my eyes when I boot my laptop in a room with low brightness.

So my file "/usr/share/sddm/themes/breeze/theme.conf.user" contains this:

[General]
background=
color=#1c1e21

But if I enabled autologin in Plasma Settings/SDDM/Behavior page, then click on that Apply button, it adds another line to the file above and becomes:

[General]
background=
color=#1c1e21
type=image

This will force that default cartoonish wallpaper.

Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.9-1-MANJARO (64-bit)
Graphics Platform: Wayland
Comment 1 Nate Graham 2024-05-06 21:53:23 UTC
Huh, I didn't know SDDM supported solid colors like that.