-
Notifications
You must be signed in to change notification settings - Fork 740
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
cinnamon-settings and adwaita.xml failed #5586
Comments
Cinnamon 3.0.7 here on Arch though, same issue happening. My desktop background is also corrupted but the selected wallpaper do get displayed correctly on the lock screen though. |
Same issue here with Cinnamon 3.2.4, 3.4.1 and bleeding-edge git version as well. Currently working with Nemo 3.4.2 on Arch Linux 64 bits. |
My fix was to change
Before the change, there were no Adwaita backgrounds at all within cinnamon-settings/backgrounds. Now the background shows up and works as expected. |
@sparkasaurusRex thanks for this fix! |
@icarter09, will this fix be implemented in the source code? |
@ranolfi thanks for the update because I thought it was already implemented. I take it you are still having this issue? @sparkasaurusRex did you put up a PR with your fix? |
I am indeed, @icarter09. This has not been pulled into the main repo. |
@ranolfi feel free to put a PR together containing this fix. If you aren't able to, let me know. |
Will do - unless of course @sparkasaurusRex wants to do the honors! :) |
No worries. I'm a fan of whatever it takes to make Mint and Cinnamon better. :) @ranolfi if you do happen to do it, make sure to tag this issue in the PR. |
Thanks @ranolfi I can make a PR. Not sure why I didn't do that when I found the fix. |
@sparkasaurusRex no worries and thanks for doing that. |
The python script `cs_backgrounds.py` was failing because an array was not checked to be empty before being indexed. Fixes linuxmint#5586
The python script `cs_backgrounds.py` was failing because an array was not checked to be empty before being indexed. Fixes #5586
Cool, thanks for submitting a PR. ;) I just uploaded the fixed package to archlinux's community repository, so within the next couple of hours (depending on when your current mirror syncs) you can get the fix by running:
|
os: gentoo
cinnamon 3.0.7
gentoo use patch
when i run cinnamon-settings
Loading Backgrounds module
Failed to read filename from /usr/share/backgrounds/gnome/adwaita-timed.xml: list index out of range
Failed to detect mimetype for None: execv() arg 2 must contain only strings
yes. i'm was reproduce it on cinnamon distro: install gnome-backgrounds and drop adwaita.xml into /usr/share/cinnamon-background-properties. looks like cs_backgrounds.py was trying work with xml as with regular image file
The text was updated successfully, but these errors were encountered: