You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function is built that way because of multi-monitor support. KDE had a glitch where it sometimes wouldn't set the wallpaper for the second desktop. I assume this still works but I'm not familiar with KDE script, can you confirm it still works?
Sorry, I don't have multiple monitors right now. But there's an issue switching wallpaper. When I use the same command twice (for the same file path with the new wallpaper) the wallpaper doesn't change even with a single monitor. So that's why I thought to use random name for each wallpaper.
I noticed that you have used a weird method to switch wallpaper in KDE. Which is kinda slow.
I instead suggest you to use
wallpaper="${cachedir}/${RANDOM}.jpg"
and use this as the KDE function
Note that this method will pile up downloaded wallpapers inside cache directory.(which is not too bad)
But theres a way to fix this issue : https://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/
The text was updated successfully, but these errors were encountered: