unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Timothy Sample <samplet@ngyro.com>
To: Tanguy Le Carrour <tanguy@bioneland.org>
Cc: Guix <guix-devel@gnu.org>
Subject: Re: Packaging Grisbi
Date: Sun, 02 Jun 2019 15:04:34 -0400	[thread overview]
Message-ID: <87pnnvsta5.fsf@ngyro.com> (raw)
In-Reply-To: <20190602170634.yxan6x7fw65xw327@melmoth> (Tanguy Le Carrour's message of "Sun, 2 Jun 2019 19:06:34 +0200")

Hi Tanguy,

Tanguy Le Carrour <tanguy@bioneland.org> writes:

> Hi Timothy,
>
>
> Le 05/30, Timothy Sample a écrit :
>> […]
>> >> > Tanguy Le Carrour <tanguy@bioneland.org> writes:
>> >> > > I get the following error message:
>> >> > >
>> >> > > ```
>> >> > > failed to commit changes to dconf:
>> >> > > GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:
>> >> > > The name ca.desrt.dconf was not provided by any .service files
>> >> > > ```
>> […]
>> I applied your patch below, and everything works great for me.  It seems
>> this is because I am running GNOME, and GNOME puts the dconf service
>> file in the system profile.
>> 
>> What desktop are you running?  How is D-Bus started?
>
> I'm running bspwm [1]. D-Bus seems to be running [2], but I have not clue
> how it's been started!? I just select the bspwm session from the login
> manager.
>
> [1]: snippet of my OS config
> ```
> ;; …
> ;; This is where we specify system-wide packages.
>   (packages (cons* nss-certs         ;for HTTPS access
>                    bspwm sxhkd       ;for desktop env
>                    fish neovim openssh wget recutils
>                    %base-packages))
> ;; …
> ```
>
> [2]: output of `env | ag DBUS`
> ```
> DBUS_FATAL_WARNINGS=0
> DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-783FOvFmx6,guid=63be5a9abc13dee04e494f3e5cf3fb36
> GDM_DBUS_DAEMON=/gnu/store/bp4zn8kx5p09ddn6dm7lsdlf4l0cj8g3-gdm-dbus-wrapper
> ```
>
> Any idea?!

What are the contents of the “$GDM_DBUS_DAEMON” file above?  It should
set it up so that D-Bus looks at the system profile and your user
profile.  Please check that the service file is available either in

  /run/current-system/profile/share/dbus-1/services/

or

  $HOME/.guix-profile/share/dbus-1/services/

There should be a symlink called “ca.desrt.dconf.service” in one of
those directories.


-- Tim

  reply	other threads:[~2019-06-02 19:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-12 12:11 Packaging Grisbi Tanguy Le Carrour
2019-05-12 20:09 ` Timothy Sample
2019-05-13  6:51   ` Tanguy Le Carrour
2019-05-29 15:38     ` Tanguy Le Carrour
2019-05-31  1:55       ` Timothy Sample
2019-06-02 17:06         ` Tanguy Le Carrour
2019-06-02 19:04           ` Timothy Sample [this message]
2019-06-08 13:23             ` Tanguy Le Carrour
2019-06-13  0:02               ` Timothy Sample
2019-06-30 12:01                 ` Tanguy Le Carrour

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87pnnvsta5.fsf@ngyro.com \
    --to=samplet@ngyro.com \
    --cc=guix-devel@gnu.org \
    --cc=tanguy@bioneland.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).