From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: Packaging Grisbi Date: Sun, 2 Jun 2019 19:06:34 +0200 Message-ID: <20190602170634.yxan6x7fw65xw327@melmoth> References: <20190512121101.qabhj5jdcnwgs6jp@melmoth> <87pnon4eqf.fsf@ngyro.com> <20190513065136.neexsffqgvwgyhev@rafflesia.localdomain> <20190529153800.6uhdsarrtt3dgzyt@melmoth> <87o93j5qvp.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXTwX-0003im-IV for guix-devel@gnu.org; Sun, 02 Jun 2019 13:06:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXTwW-0006ld-Gz for guix-devel@gnu.org; Sun, 02 Jun 2019 13:06:49 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:50349) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXTwW-0006fC-9X for guix-devel@gnu.org; Sun, 02 Jun 2019 13:06:48 -0400 Content-Disposition: inline In-Reply-To: <87o93j5qvp.fsf@ngyro.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Timothy Sample Cc: Guix Hi Timothy, Le 05/30, Timothy Sample a écrit : > […] > >> > Tanguy Le Carrour 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?! -- Tanguy