From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUrDD-0005Io-PC for guix-patches@gnu.org; Tue, 11 Jul 2017 05:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUrD8-00085L-6z for guix-patches@gnu.org; Tue, 11 Jul 2017 05:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUrD8-00085F-3u for guix-patches@gnu.org; Tue, 11 Jul 2017 05:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUrD7-0001bo-Vl for guix-patches@gnu.org; Tue, 11 Jul 2017 05:12:01 -0400 Subject: bug#27002: [PATCH] gnu: Add lollypop. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170619.105201.530471110194945540.post@thomasdanckaert.be> <20170626.103939.2091171281627964628.post@thomasdanckaert.be> Date: Tue, 11 Jul 2017 11:11:03 +0200 In-Reply-To: <20170626.103939.2091171281627964628.post@thomasdanckaert.be> (Thomas Danckaert's message of "Mon, 26 Jun 2017 10:39:39 +0200 (CEST)") Message-ID: <877ezfz6c8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Thomas Danckaert Cc: 27002-done@debbugs.gnu.org Hi, Thomas Danckaert skribis: > I don't think that was the problem, because I have all the > gst-plugins-xyz libraries installed, too. The patch didn't change the > result. Perhaps someone else can check and possibly apply this patch > (perhaps the patch is fine and it's a problem on my system :-/ ) I went ahead and applied this patch since it had been sitting here for a while already. I moved it to gnome.scm, which seems more appropriate than mpd.scm (it=E2=80=99s not an MPD client AIUI). Apparently it requires a full GNOME desktop to run so I couldn=E2=80=99t te= st it. If you notice something=E2=80=99s wrong, we can always fix it. Thank you! Ludo=E2=80=99.