| Summary: | Unable change desktop or lockscreen wallpapers | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | acidrums4 <acidrums4+stuff> |
| Component: | Image & Slideshow wallpaper plugins | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.13.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Screenshot from right-click->Desktop settings->Desktop wallpaper
Screenshot from Settings->Desktop behavior->Lockscreen->Visual |
||
|
Description
acidrums4
2018-08-07 21:24:41 UTC
Please include: - a screenshot - ls of /usr/share/plasma/wallpapers Created attachment 114366 [details]
Screenshot from right-click->Desktop settings->Desktop wallpaper
Created attachment 114367 [details]
Screenshot from Settings->Desktop behavior->Lockscreen->Visual
(In reply to David Edmundson from comment #1) > Please include: > - a screenshot > - ls of /usr/share/plasma/wallpapers Thank you so much for your quick answer. Here's the ls output: ls -alLh /usr/share/plasma/wallpapers total 40K drwxr-xr-x 6 root root 124 ago 7 16:46 . drwxr-xr-x 11 root root 4,0K may 12 2017 .. -rw-r--r-- 1 root root 33K nov 4 2017 kpluginindex.json drwxr-xr-x 3 root root 101 ago 7 07:02 org.kde.color drwxr-xr-x 4 root root 87 ago 7 07:02 org.kde.image drwxr-xr-x 3 root root 64 jul 14 07:02 org.kde.plasma.worldmap drwxr-xr-x 3 root root 64 ago 7 07:02 org.kde.slideshow > kpluginindex.json
try either deleting this
or running
sudo kpackagetool5 --generate-index -g
And if you can read gentoo packaging to see if the emerge is calling something like that last line explicitly that would be much appreciated. It's not from any KDE code.
(In reply to David Edmundson from comment #5) > > kpluginindex.json > > try either deleting this or running sudo kpackagetool5 --generate-index -g It did it! Thank you so much :) > And if you can read gentoo packaging to see if the emerge is calling > something like that last line explicitly that would be much appreciated. > It's not from any KDE code. Well, I just did: grep -r kpackagetools5 /usr/portage grep -r kpackagetools5 /var/lib/layman/kde grep -r kpluginindex.json /usr/portage grep -r kpluginindex.json /var/lib/layman/kde and all of them returned nothing. Not sure if that's what you meant but I guess it didn't came from any KDE ebuild but rather from an plasma widget I got from the store quite time ago. However, than you so much for your help. Leaving this as invalid, as I could finally confirm this wasn't related to upstream. |