Summary: | SDDM-kcm doesn't change the breeze sddm theme background if the new background image name is same as the old name | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Rog131 <samrog131> |
Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | bugseforuns, mrjoeharris, nate, ndrzj1gbo, postix, RaitaroHikami |
Priority: | NOR | ||
Version: | 5.9.4 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://cgit.kde.org/sddm-kcm.git/commit/?id=dc1922e6aa486500cb3d4cfeb0243bb2f5fdeb25 | Version Fixed In: | 5.15.0 |
Description
Rog131
2017-03-28 20:16:40 UTC
*** This bug has been marked as a duplicate of bug 381382 *** sorry, that's not quite the same. I did get around this by having the image for the SDDM a link instead. Keep in mind that you have to make the link in /usr/share/sddm/themes/breeze/ for this to work properly. The gist of it: `ln -s 1.jpg /usr/share/sddm/themes/breeze/` After this you can change 1.jpg in any way you want and SDDM will listen to you. For more info see here: https://github.com/RaitaroH/KDE-Terminal-Wallpaper-Changer This bug persists in plasma 5.15.2. I used files named "2.jpg" instead of "1.jpg". Operating System: Arch Linux KDE Plasma Version: 5.15.2 KDE Frameworks Version: 5.55.0 Qt Version: 5.12.1 We check the file name every time to save uploading a new wallpaper if we've adjusted something unrelated like the cursors. Should be fixable if we track the dirty state client side. Once a new SDDM theme is selected and rebooted, the correct theme shows while logging in. Once the laptop sleeps and is awakened it reverts back to the default SDDM theme. |