Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2020 09:52:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247042] editors/emacs: make GSETTINGS usable without DBUS
Message-ID:  <bug-247042-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247042

            Bug ID: 247042
           Summary: editors/emacs: make GSETTINGS usable without DBUS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: emacs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(emacs@FreeBSD.org)
          Assignee: emacs@FreeBSD.org

Created attachment 215312
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D215312&action=
=3Dedit
v1

GSettings itself doesn't use DBus, relying on the backend. GConf (deprecate=
d)
and DConf do need DBus unlike Memory (useless) and Keyfile (bug 247039). Le=
t's
drop synthetic dependency (originally added in ports r414447).

Example:

  $ gsettings set org.gnome.desktop.interface toolbar-style text
  $ emacsclient -e '(tool-bar-get-system-style)'
  text
  $ pgrep -a dbus || echo Not running
  Not running

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247042-7788>