all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: How to handle required plugins and dbus services for GNOME Programs?
Date: Thu, 25 Jun 2015 14:16:52 +0200	[thread overview]
Message-ID: <CAKrPhPMEmSh1+r4HVmM03JBOfe9axX+6jG22SfPycD1XrKbbeA@mail.gmail.com> (raw)
In-Reply-To: <87zj3ohutd.fsf@gnu.org>

On Thu, Jun 25, 2015 at 1:49 PM, Ludovic Courtès <ludo@gnu.org> wrote:
> Federico Beffa <beffa@ieee.org> skribis:
>
>> ludo@gnu.org (Ludovic Courtès) writes:
>
> [...]
>
>>> Really?  In Evince, I can change the state of various things (such as
>>> whether or not to view documents continuously), but those changes are
>>> lost across restarts.  However, changes made via dconf-editor are not
>>> lost.  Weird no?
>>
>> 'dconf' is responsible for handling the program configuration. For
>> writes, it contacts D-Bus, for read it doesn't need D-Bus.
>>
>> https://developer.gnome.org/dconf/0.22/dconf-overview.html
>>
>> If 'dconf' is not available, the program reverts to a 'memory' back-end
>> and configuration is lost upon exit.
>
> In this last sentence, are you referring to dconf-the-program,
> dconf-the-library, or dconf-the-service?
>
> dconf-the-package is in my profile, so I would expect Evince to
> automatically dbus-launch it when it needs to save its settings, but
> apparently that doesn’t happen.

I'm not sure about the terminology, but if you do

GIO_EXTRA_MODULES=/gnu/store/...-dconf-0.22.0/lib/gio/modules evince

it should work. (See comments in the 'glib-or-gtk-build-system'.)

>
>> For this reason 'dconf' should be available to all GLib programs
>> (implicit input to 'glib-or-gtk-build-system'?).
>
> dconf-the-program?

See above.

>
> Thanks,
> Ludo’.

  reply	other threads:[~2015-06-25 12:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25  7:28 How to handle required plugins and dbus services for GNOME Programs? Federico Beffa
2015-06-25 11:49 ` Ludovic Courtès
2015-06-25 12:16   ` Federico Beffa [this message]
2015-06-29 11:35     ` Ludovic Courtès
2015-06-30  6:52       ` Federico Beffa
2015-06-30 16:01         ` Mark H Weaver
2015-06-30 18:05           ` Federico Beffa
2015-06-30 19:28             ` Ludovic Courtès
2015-07-01 18:11               ` Federico Beffa
2015-07-23 18:16         ` Cook, Malcolm
2015-07-23 19:33           ` Federico Beffa
2015-07-24 18:41             ` Cook, Malcolm
2015-07-27 20:13               ` Federico Beffa
2015-06-25 14:34   ` Mark H Weaver
  -- strict thread matches above, loose matches on Subject: below --
2015-06-21  4:21 [PATCHES] Add totem Mark H Weaver
2015-06-22 19:24 ` Ludovic Courtès
2015-06-24  5:58   ` How to handle required plugins and dbus services for GNOME Programs? Mark H Weaver
2015-06-24 15:45     ` 宋文武
2015-06-25  4:07       ` Mark H Weaver
2015-06-25  7:42         ` 宋文武
2015-06-24 20:47     ` Ludovic Courtès
2015-06-25  5:00     ` David Hashe
2015-07-09  6:30     ` Mark H Weaver
2015-07-09 13:00       ` 宋文武
2015-07-10 21:24       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKrPhPMEmSh1+r4HVmM03JBOfe9axX+6jG22SfPycD1XrKbbeA@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.