[Bug 247039] devel/glib20: backport GSETTINGS_BACKEND=keyfile support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 7 05:10:45 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247039

            Bug ID: 247039
           Summary: devel/glib20: backport GSETTINGS_BACKEND=keyfile
                    support
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

Created attachment 215308
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215308&action=edit
v1

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list