When logging into Gnome shell for the first time as a new user in FreeBSD 10.2-Release (not tested elsewhere), the user's ~/.config/gtk-3.0 directory, together with the settings.ini file, are not being created. This results in an "error in writing settings" message when attempting to switch to the Global Dark Theme in: Gnome tweak tool -> Appearance. The theme remains unchanged. The work around is for the new user to manually create the directory and file: $ mkdir ~/.config/gtk-3.0 && touch ~/.config/gtk-3.0/settings.ini Following creation of above, the theme changes correctly and the error is resolved.
Maintainer feedback?
Respective 10.2 is EOL. Maybe it's not relevant anymore?
I think it will be fixed when GNOME is updated to the latest version: https://bugzilla.gnome.org/show_bug.cgi?id=783304
Ok, thank you.
(In reply to Ting-Wei Lan from comment #3) > I think it will be fixed when GNOME is updated to the latest version: > https://bugzilla.gnome.org/show_bug.cgi?id=783304 A similar fix is part of deskutils/gnome-tweaks now, so I think we can close.