Hi all,
Yesterday I realized I could not adjust my font scaling via terminal anymore. gsettings set org.gnome.desktop.interface text-scaling-factor appeared to work, as I could get or monitor the values and confirm the input was being registered, but the interface would not react.
I then tried dconf watch / and confirmed that my changes were not being received correctly.
After a bit of digging, I realized homebrew seems to be the source of my problem:
> which gsettings
/home/linuxbrew/.linuxbrew/bin/gsettings
Turns out I have glib installed, which I am pretty sure it came as a dependency of openjdk, which I installed a couple of days ago.
Now, I don’t need openjdk anymore and can solve the problem by removing it. Before doing so, I was wondering if anyone has opinions as to how I would need to tackle this problem if I needed openjdk.
Thanks!