Open JoseskVolpe opened 2 years ago
Are you using Nemo as the file manager?This looks likes it's actually probably the file managers issue, not Cinnamons.
Yes, it came with Nemo after i installed Cinnamon to test my theme
This is easily reproduced by adding to ~/.config/gtk-3.0/gtk.css
.background {
color: #ffffff;
background-image: linear-gradient(to bottom, rgba(19, 19, 19, 1), rgba(9, 9, 9, 1));
}
Easily fixed by the theme author by using this in their theme
.background :not(nemo-desktop) {
color: #ffffff;
background-image: linear-gradient(to bottom, rgba(19, 19, 19, 1), rgba(9, 9, 9, 1));
}
or otherwise explicitly theming nemo-desktop.background
Unfortunately, it didn't worked :/ Desktop's background is still being overlayed
Make sure you restart nemo-desktop when testing - terminal command nemo-desktop -q
You may need to restart it again with command nemo-desktop
I've logged out user then logged in again. But i'll try it
Killing neno-desktop made that overlay to disappear, so i can confirm it is a Nemo's issue, however bringing nemo-desktop back makes it to overlay the desktop background again
Mmm OK - doesn't work actually using your theme, only when I use those snippets in the local gtk-override..
Try including this in your theme -
.nemo-desktop-window { background-image: none; }
¡Yeah it works! But partially, because it removes the gradient effect on applications background now
¿Should i move this issue to Nemo repository?
Issue Background image is overlayed by GTK theming if the theme is using "background-image" inside 'background' tag. By adding this line inside "gtk.css"
That result is received:
Steps to reproduce From the control panel, apply a application theme that uses "background-image" inside the "background" tag
Expected behaviour A GTK application theme should apply it's customization to the applications, but not to the whole desktop. In oher desktop environments like KDE Plasma and Gnome that configuration would only overlay application's backgrounds, while letting desktop background alone.
Other information
Configuration info, if applicable If this bug report is related to an Applet, Desklet or Extension, please paste (or use a pastebin service) the offending extension's settings, if it has any. You can obtain this by opening its configuration, clicking the 'hamburger' button in the upper-right corner of the window, and selecting "Export to a file". Please be sure to review the contents and remove any personal data it may contain.