maintainer-feedback requested: [Bug 247039] devel/glib20: backport GSETTINGS_BACKEND=keyfile support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 7 05:10:43 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 247039: devel/glib20: backport GSETTINGS_BACKEND=keyfile support
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247039
--- Description ---
Gtk3 under Wayland seems to rely on Gsettings more. However, devel/dconf
depends on devel/dbus which maybe undesirable (bug 194460).
$ pkg install gtk3 gsettings-desktop-schemas
$ gsettings set org.gnome.desktop.interface text-scaling-factor 1.44
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not
be saved or shared with other applications.
$ gsettings get org.gnome.desktop.interface text-scaling-factor
GLib-GIO-Message: 04:59:21.388: Using the 'memory' GSettings backend. Your
settings will not be saved or shared with other applications.
1.0
$ gtk3-demo
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not
be saved or shared with other applications.
More information about the freebsd-gnome
mailing list