Notgnoshi / dotfiles

Personal dotfiles and shell scripts

Home Page:https://agill.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon theme reverts to Yaru after opening Appearance settings

Notgnoshi opened this issue · comments

https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968213

A coworker suggested something like

sudo mkdir -p /etc/dconf/db/local.d/locks
sudo bash -c 'echo "/org/gnome/desktop/interface/icon-theme" > /etc/dconf/db/local.d/locks/icons'
sudo bash -c "sudo cat > /etc/dconf/db/local.d/icons" << EOF
[org/gnome/desktop/interface]
icon-theme='Numix-Circle'
EOF
sudo bash -c "sudo cat > /etc/dconf/profile/user" << EOF
user-db:user
system-db:local
EOF
sudo dconf update

Or even adding

fix_theme() {
    gsettings set org.gnome.desktop.interface icon-theme "Numix-Circle"
}

to my ~/.bashrc or similar

This isn't a problem on my home fedora system