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
Thank you for this package and I hope you can fix this bug. I don't know much about kde and stuff so I can't be helpful in the issue. This is the error that I'm receiving:
Uncaught (in promise) Error: Command failed: qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript
var allDesktops = desktops();
for (var i = 0; i < allDesktops.length; i++) {
var desktop = allDesktops[i];
desktop.wallpaperPlugin = 'org.kde.image';
desktop.currentConfigGroup = ['Wallpaper', 'org.kde.image', 'General'];
desktop.writeConfig('Image', '{hidden_image_path}');
}
Cannot find 'org.kde.PlasmaShell.evaluateScript' in object /PlasmaShell at org.kde.plasmashell
I'm on Linux mint 18.2 cinnamon 64bit. Cinnamon version: 3.4.3
The text was updated successfully, but these errors were encountered:
Thank you for this package and I hope you can fix this bug. I don't know much about
kde
and stuff so I can't be helpful in the issue. This is the error that I'm receiving:I'm on Linux mint 18.2 cinnamon 64bit. Cinnamon version: 3.4.3
The text was updated successfully, but these errors were encountered: