From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Evince Date: Tue, 15 Oct 2013 09:44:22 +0200 Message-ID: <20131015074422.GA4462@debian.eduroam.u-bordeaux.fr> References: <20131014201855.GA5663@debian> <87iowzh844.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVzIv-0003t8-EL for guix-devel@gnu.org; Tue, 15 Oct 2013 03:44:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVzIo-0002qE-4S for guix-devel@gnu.org; Tue, 15 Oct 2013 03:44:33 -0400 Content-Disposition: inline In-Reply-To: <87iowzh844.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Oct 14, 2013 at 11:10:03PM +0200, Ludovic Courtès wrote: > > ** (evince:5791): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files I think this one is harmless for the time being; it means that acessibility will not work, I suppose. The same message occured with brasero, if I remember well. > > GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Same for this one. > > Error registering document: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.evince.Daemon was not provided by any .service files I think this could be the real error. Other than that, no idea what it means... Andreas