Bug 375380

Summary: SDDM wallpaper keeps resetting, is not actually set.
Product: [Applications] systemsettings Reporter: petrk <pepko94>
Component: kcm_sddmAssignee: David Edmundson <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: samrog131
Priority: NOR    
Version: 5.8.95   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description petrk 2017-01-21 16:57:15 UTC
Wallpaper in SDDM seems to reset. Possibly related to the new logic introduced in 5.9.

I'm guessing that changing wallpaper should trigger file change in /usr/share/sddm/themes/breeze/theme.conf.

Probably from:


[General]
type=color
color=#1d99f3

to:

[General]
type=image
#color=#1d99f3
image=file-in-/usr/share/sddm/themes/breeze/name.png


Or something along the lines, there's also theme.conf.user which maybe was the target. 

I've got around it by setting it manually in theme.conf.
Comment 1 Rog131 2017-01-21 18:31:38 UTC
Probably dublicate of Bug 370521 - [Regresion] SDDM breeze theme unable to change backgound - https://bugs.kde.org/show_bug.cgi?id=370521
Comment 2 petrk 2017-01-21 20:57:35 UTC
Seems like the same problem. I need to step up my searching.

*** This bug has been marked as a duplicate of bug 370521 ***