We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the steps but I cannot make it work for KDE plasma.
The text was updated successfully, but these errors were encountered:
Hey from a quick google search this stackoverflow question showed up to me. I do not have plasma to test it, but can you try the following:
python3 dynwalls setcmd 'qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript '"'"'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://{}")}'"'"
It's a very long command and I am not 100% sure about escaping the quotation marks.
Let me know the results :)
Sorry, something went wrong.
No branches or pull requests
I followed the steps but I cannot make it work for KDE plasma.
The text was updated successfully, but these errors were encountered: