wayblueorg / wayblue

Fedora Atomic images for wayland compositors
Apache License 2.0
130 stars 18 forks source link

[question] how to change icon theme #45

Closed gmankab closed 1 month ago

gmankab commented 5 months ago

hello

there is default icon theme on wayblue:

cat /usr/share/icons/default/index.theme
[Icon Theme]
Inherits=ePapirus

how i can change it to adwaita? i tried to install gnonme-twaks and choose adwaita, but after relogin it was replaced by ePapirus

RoyalOughtness commented 5 months ago

It should be possible via gsettings set org.gnome.desktop.interface icon-theme, does this not work?

gmankab commented 5 months ago

It should be possible via gsettings set org.gnome.desktop.interface icon-theme, does this not work?

works until relogin

after relogin sets to ePapirus

RoyalOughtness commented 5 months ago

@gmankab Go to /etc/profile.d/settheming.sh and replace 'ePapirus'

gmankab commented 5 months ago

@gmankab Go to /etc/profile.d/settheming.sh and replace 'ePapirus'

thank you, it helped

fiftydinar commented 1 month ago

To fix this issue without requiring the user to edit /etc/profile.d/settheming.sh, wayblue should utilize gschema-overrides BlueBuild module, which will properly set gsettings defaults, while allowing users to normally override & reset settings to default.

So I would like this to be reopened, until this issue is solved.

I can make a PR for this later & test.