Bug#954093: desktop-base: Integration with KDE Plasma on Debian 11 no longer works
Oliver Freyermuth <[email protected]> Thu, 16 Sep 2021 18:33:02 +0200
| Newsgroups | gmane.linux.debian.devel.desktop |
|---|---|
| Message-ID | <b045bfb8-9c4b-6149-0234-145656a2bcbe__6961.25141564465$1631813786$gmane$org@physik.uni-bonn.de> |
Hi,
after a quick investigation, I found that even for an initial profile (i.e. purged before),
the "Image" for [Wallpaper][org.kde.image][General] is already set to the default image of the utilized theme
before any Plasma script is actually executed.
So the if-condition:
if (!d[i].readConfig('Image')) {
will never be true.
Cheers,
Oliver