You are not logged in.

#1 2024-03-19 09:52:52

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

[SOLVED] sddm image not updated after upgrade to Plasma 6

I upgraded KDE Plasma to version 6 on my desktop. I use the breeze theme and haven't changed it. It keeps displaying the Plasma 5 image in the login screen. In /usr/share/sddm/themes/breeze, there is a file named 5120x2880.png that contains the old (Plasma 5) image (the one with the mountains). There is also a file named preview.png that contains the new (Plasma 6) image. Also, the old (Plasma 5) image is displayed when I issue the following command:

 sddm-greeter-qt6 --test-mode --theme /usr/share/sddm/themes/breeze 

Reinstalling breeze does not solve the issue. Is there an easy way to make sddm display the updated (Plasma 6) breeze image? Thank you.

Last edited by cribari (2024-03-19 11:56:50)


Linux, street photography and Baroque music enthusiast.

Offline

#2 2024-03-19 10:55:14

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 276

Re: [SOLVED] sddm image not updated after upgrade to Plasma 6

Same for me, it probably isn't in the package (minor bug) so if you really want it or a different, image you'll just have to download one.

Go into System Settings -> Colors & Themes -> Login Screen (SDDM)
There is a change background button on each theme.


Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma

Offline

#3 2024-03-19 11:03:21

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,550
Website

Re: [SOLVED] sddm image not updated after upgrade to Plasma 6

What owns that file?

$ pacman -Qo /usr/share/sddm/themes/breeze/5120x2880.png

The breeze package does contain a couple of files by that name, but neither are in the path you specified:

$ pacman -F 5120x2880.png
extra/breeze 6.0.2-3 (plasma) [installed]
    usr/share/wallpapers/Next/contents/images/5120x2880.png
    usr/share/wallpapers/Next/contents/images_dark/5120x2880.png
extra/plasma-workspace-wallpapers 6.0.2-3 (plasma) [installed]
    usr/share/wallpapers/Altai/contents/images/5120x2880.png
    usr/share/wallpapers/IceCold/contents/images/5120x2880.png
    usr/share/wallpapers/Kay/contents/images/5120x2880.png
    usr/share/wallpapers/Kay/contents/images_dark/5120x2880.png
    usr/share/wallpapers/MilkyWay/contents/images/5120x2880.png
    usr/share/wallpapers/Mountain/contents/images/5120x2880.png
    usr/share/wallpapers/Mountain/contents/images_dark/5120x2880.png
    usr/share/wallpapers/Patak/contents/images/5120x2880.png

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2024-03-19 11:19:35

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

Re: [SOLVED] sddm image not updated after upgrade to Plasma 6

This is what I have:

[cribari@rao ~]$ pacman -Qo /usr/share/sddm/themes/breeze/5120x2880.png
error: No package owns /usr/share/sddm/themes/breeze/5120x2880.png
[cribari@rao ~]$ pacman -F 5120x2880.png
warning: database file for 'core' does not exist (use '-Fy' to download)
warning: database file for 'extra' does not exist (use '-Fy' to download)
[cribari@rao ~]$ 

EDIT: I updated the database:

[cribari@rao ~]$ sudo pacman -Fy
:: Synchronizing package databases...
 core                     1070.4 KiB  1305 KiB/s 00:01 [############################] 100%
 extra                      40.1 MiB  23.2 MiB/s 00:02 [############################] 100%
[cribari@rao ~]$ pacman -F 5120x2880.png
extra/breeze 6.0.2-3 (plasma) [installed]
    usr/share/wallpapers/Next/contents/images/5120x2880.png
    usr/share/wallpapers/Next/contents/images_dark/5120x2880.png
extra/plasma-workspace-wallpapers 6.0.2-3 (plasma) [installed]
    usr/share/wallpapers/Altai/contents/images/5120x2880.png
    usr/share/wallpapers/IceCold/contents/images/5120x2880.png
    usr/share/wallpapers/Kay/contents/images/5120x2880.png
    usr/share/wallpapers/Kay/contents/images_dark/5120x2880.png
    usr/share/wallpapers/MilkyWay/contents/images/5120x2880.png
    usr/share/wallpapers/Mountain/contents/images/5120x2880.png
    usr/share/wallpapers/Mountain/contents/images_dark/5120x2880.png
    usr/share/wallpapers/Patak/contents/images/5120x2880.png
[cribari@rao ~]$

EDIT 2: These are the files I have:

[cribari@rao ~]$ cd /usr/share/sddm/themes/breeze
[cribari@rao breeze]$ ls -lh 
total 6.4M
-rw-r--r-- 1 root root 5.7M Sep 12  2023 5120x2880.png
-rw-r--r-- 1 root root 1.4K Mar 13 09:11 Background.qml
-rw-r--r-- 1 root root 5.6K Mar 13 09:11 default-logo.svg
drwxr-xr-x 2 root root 4.0K Mar 18 10:25 faces
-rw-r--r-- 1 root root 1.8K Mar 13 09:11 KeyboardButton.qml
-rw-r--r-- 1 root root 5.3K Mar 13 09:11 Login.qml
-rw-r--r-- 1 root root  21K Mar 13 09:11 Main.qml
-rw-r--r-- 1 root root 2.7K Mar 13 09:11 metadata.desktop
-rw-r--r-- 1 root root 652K Mar 13 09:11 preview.png
-rw-r--r-- 1 root root 1.5K Mar 13 09:11 SessionButton.qml
-rw-r--r-- 1 root root  208 Mar 13 09:11 theme.conf
-rw-r--r-- 1 root root   46 Sep 12  2023 theme.conf.user
[cribari@rao breeze]$ 

Last edited by cribari (2024-03-19 11:50:44)


Linux, street photography and Baroque music enthusiast.

Offline

#5 2024-03-19 11:56:18

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

Re: [SOLVED] sddm image not updated after upgrade to Plasma 6

[SOLVED] Removing theme.conf.user and 5120x2880.png from /usr/share/sddm/themes/breeze solved the issue. Thank you.


Linux, street photography and Baroque music enthusiast.

Offline

Board footer

Powered by FluxBB