Hello everyone! I am currently running Manjaro GNOME edition and have applied the catppuccin-mocha-standard-green-dark theme using the tweaks application. However, in some applications, the selected theme is not present, rather the default theme is being used.
Attached: screenshot with the tweaks application and example of the issue.
Thank you.
The reason is simply that nautilus is gtk4, therefore not legacy. You can can set the theme here like:
export GTK_THEME=Arc-solid
nautilus -q
nautilus
Just put GTK_THEME=Arc-solid
into your ~/.profile
file.
The file didn’t exist, so I created one and wrote what you said. Still didn’t work.
See the upstream instructions: For GTK 4 users
Worked, thank you!
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.