Skip to content
New issue

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

Failed to set wallpaper on linux mint cinnamon #41

Closed
ZeroX-DG opened this issue Sep 28, 2018 · 3 comments
Closed

Failed to set wallpaper on linux mint cinnamon #41

ZeroX-DG opened this issue Sep 28, 2018 · 3 comments

Comments

@ZeroX-DG
Copy link

ZeroX-DG commented Sep 28, 2018

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

@Ronalses
Copy link

Ronalses commented Sep 29, 2018

Hi, I had the same problem but I already solve it
You can download my fork here #39

Or here https://github.com/Ronalses/wallpaper

I hope this helps :D

@ZeroX-DG
Copy link
Author

Thanks, I'll check it out

@sindresorhus
Copy link
Owner

Closing because of #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants