From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [WIP 0/8] GNOME Maps Date: Mon, 02 May 2016 10:37:06 +0200 Message-ID: <87oa8oc0ul.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ax9M7-0003kc-D6 for guix-devel@gnu.org; Mon, 02 May 2016 04:37:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ax9Lv-0008WD-Ie for guix-devel@gnu.org; Mon, 02 May 2016 04:37:21 -0400 In-Reply-To: (Leo Famulari's message of "Fri, 15 Apr 2016 23:02:21 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > $ gnome-maps > ** (org.gnome.Maps:14112): WARNING **: Failed to load shared library 'lib= goa-1.0.so.0' referenced by the typelib: libgoa-1.0.so.0: cannot open share= d object file: No such file or directory It says =E2=80=9Cwarning=E2=80=9D, but that=E2=80=99s probably a significan= t issue since libgoa is the =E2=80=9CGNOME Online Accounts=E2=80=9D library. I suppose this can= be fixed by adding =E2=80=98gnome-online-accounts=E2=80=99 to the LD_LIBRARY_PATH. Cou= ld you try this? ( says it uses OSM, so I hope it doesn=E2=80=99t encourage the use of Google=E2=80=99s service, which is wha= t GOA would be about, I guess.) HTH, Ludo=E2=80=99.