GNOME Bugzilla – Bug 762228
Icon view broken in Adwaita dark, view preferences ignored
Last modified: 2016-03-02 15:40:36 UTC
Created attachment 321554 [details] misrendered list-view with adwaita dark This is probably two bugs, but they appeared at the same time. (nautilus a464da1e, gtk: 0298d50) 1. With dark Adwaita (gtk-application-prefer-dark-theme = true) the icon view is broken: Background is rendered all white (as, or at least I think, in Adwaita vanilla) and so are the names unless selected, see screenshot. 2. Nautilus now instantly forgets the view preference. If I open dconf-editor, go to its preferences and set default-folder-viewer to the offered list_view (plus delete ~/.local/share/gvfs-metadata and pkill -9 nautilus for good measure), I can actually watch it being reset to icon-view upon opening any other folder after nautilus's start.
Please report bugs in different bug reports. Let's use this one for the one in the title. This needs in CSS to use theme vars.
Created attachment 322854 [details] [review] Adwaita.css: Fix dark theme background The problem was that when the theme was switched from Adwaita light to Adwaita dark, the background was kept on white. The solution was to switch from the white background color, that was always set for Adwaita to the corresponding theme_base_color of the theme.
Review of attachment 322854 [details] [review]: yep thanks!
Attachment 322854 [details] pushed as 044c4ec - Adwaita.css: Fix dark theme background