-
Notifications
You must be signed in to change notification settings - Fork 21
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
Nautilus on GNOME 45 looks broken #51
Comments
I was able to workaround this by adding the following CSS to /* Temp workaround */
.nautilus-window .content-pane {
background-color: rgb(245, 245, 245);
} This will at least make Nautilus usable until a proper patch is applied. |
In my case the sidebar was also transparent, so I needed an extra selector .nautilus-window .content-pane,
.nautilus-window .sidebar-pane {
background-color: rgb(42, 42, 42);
} Though I'm pretty sure |
4JX
added a commit
to 4JX/nixos-config
that referenced
this issue
Nov 25, 2023
Until witalihirsch/Mono-gtk-theme#51 is resolved/full Gnome 45 support exists
4JX
added a commit
to 4JX/nixos-config
that referenced
this issue
Jan 22, 2024
Until witalihirsch/Mono-gtk-theme#51 is resolved/full Gnome 45 support exists
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to GNOME 45, Nautilus seems broken with the background's transparency. All other GTK4 apps work fine.
For example, Easy Effects (which is on GTK4) works fine with no issues.
The text was updated successfully, but these errors were encountered: