Closed vector-vulture closed 7 months ago
If you want your whole system to have nord theme, just uzip the Nordic-darker-v40.tar.xz folder to ~/.themes folder and copy the files present in gtk-3.0 and gtk-4.0 (inside the nordic folder) to ~/.config/( gtk-3.0 and gtk-4.0) folders and change the occurences of ../assets/ in the gtk.css and gtk-dark.css to /home/user_name/.themes/Nordic-darker-v40/assets, it worked for me but there is one problem i.e. my background changed to grey.
If you want to keep your applied wallpaper then just unzip the theme to ~/.themes/ folder and apply it using gnome-tweak-tool. (in this case nordic theme is not applied to nautilus and settings app)
@Aman1337g thanks for your comment. Considering this is mostly a visual issue anyways, trading it for my wallpaper being broken is not really a good fix for me, I would like to keep my wallpaper.
Your second suggestion is indeed what I have done, and for me the settings menu is fine actually, but indeed for nautilus it is still not applied, which is what I would like to fix (without breaking wallpaper).
hi @DruidicBearClan
I successfully changed the GNOME native apps theme like nautilus. I'm using GNOME 43 in Debian 12.
Here's what I did:
.themes
folder.sudo apt install gnome-tweaks
)Here's my Nautilus in Nordic theme
@findrakecil thanks for your comment. I did as described in your steps, I always have the tweak tools installed and ran the script also. It was included in my original post btw. But I will be honest somewhere down the line this problem fixed itself somehow. However it was not fixed with these steps back then when I tried. However since a month or so I no longer have the problem, so this issue can now be closed! Thanks for the help anyways.
Problem fixed itself somehow, I did install tweaks tool like usual, then when I had issues I ran the mentioned script. Can provide info if desired, but for now my problem is recently fixed, forgot to report back here for a bit.
Hi!
I upgraded to Ubuntu 23.04 LTS which is using GNOME v. 44.3, and it seems some applications (so far just nautilus) don't respect the theme settings. I re-downloaded the newest version of the Nordic theme and placed it in ~/.themes. Then enabled the theme again via the tweaks menu, both for shell and legacy applications. I also ran the following commands:
gsettings set org.gnome.desktop.interface gtk-theme Nordic
and
gsettings set org.gnome.desktop.wm.preferences theme Nordic
I also tried to run this script:
https://github.com/odziom91/libadwaita-theme-changer
which first tried to remove existing gtk 4.0 css files which did not exist, then reported to have successfully installed the theme. however, while it seems to have fixed some things it did not cause nautilus to display correctly still.
When I run nautilus from the terminal I get the following errorlog:
When I run a journalctl and grep everything related to nautilus I get the same logs but also the following additional logs:
Just reporting this issue in the hopes it could be fixed and also to see if anyone has a solution for a temp fix?