https://bugs.kde.org/show_bug.cgi?id=378693
Nicolas Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |3d1febd3813b4fe0fdf8f958e6f | |f4a6f433dfd21 --- Comment #8 from Nicolas Fella <[email protected]> --- Git commit 3d1febd3813b4fe0fdf8f958e6ff4a6f433dfd21 by Nicolas Fella. Committed on 08/09/2026 at 09:54. Pushed by nicolasfella into branch 'master'. [activitymananger] Fix activity background image The code looks into the appletsrc file to load the wallpaper for a given activity. However that only worked when a custom image was specified by full path. When any of the built-in wallpapers is used the Image key instead points to the wallpaper package folder, not any specific image. Also when the default wallpaper is used the key is empty. Fix all of these cases by selecting one image when given a folder, and fall back to the default wallpaper (called Next) when no config is present. Also when using a color background use the actual default color instead of black M +73 -8 imports/activitymanager/sortedactivitiesmodel.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/3d1febd3813b4fe0fdf8f958e6ff4a6f433dfd21 -- You are receiving this mail because: You are watching all bug changes.
