From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54401) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKf3z-0003zT-NS for guix-patches@gnu.org; Sat, 04 Apr 2020 05:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKf3y-0005eV-MC for guix-patches@gnu.org; Sat, 04 Apr 2020 05:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKf3y-0005eN-JI for guix-patches@gnu.org; Sat, 04 Apr 2020 05:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKf3y-0003wC-Dt for guix-patches@gnu.org; Sat, 04 Apr 2020 05:26:02 -0400 Subject: [bug#38931] gnu: Add gnome-music. Resent-Message-ID: From: Pierre Neidhardt In-Reply-To: <874ku09w8p.fsf@cbaines.net> References: <36da2cf9e00e842d4c654140978e1891@disroot.org> <87y2rcqtoi.fsf@ambrevar.xyz> <874ku09w8p.fsf@cbaines.net> Date: Sat, 04 Apr 2020 11:24:57 +0200 Message-ID: <877dyvob6e.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Christopher Baines Cc: 38931@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks, Chris, this was a good tip. I've made some progress. With the following arguments (no need for a gsettings-desktop-schemas input anymore): =2D-8<---------------cut here---------------start------------->8--- (arguments `(#:glib-or-gtk? #t #:phases (modify-phases %standard-phases (add-after 'install 'wrap (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (wrap-program (string-append out "/bin/gnome-music") `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH") ,(string-append out "/lib/python" ,(version-major+= minor (package-versi= on python)) "/site-packages"= ))) `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH")= )) `("GRL_PLUGIN_PATH" ":" prefix (,(getenv "GRL_PLUGIN_PATH")= )))) #t))))) =2D-8<---------------cut here---------------end--------------->8--- gnome-music starts. Sadly it displays "GNOME Music could not connect to Tracker" Tracker is part of the inputs but I guess that's not enough. I tried installing gnome-music to my default profile, then run it from a GNOME session, to no avail. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl6IUmkACgkQm9z0l6S7 zH8TJAgAj9pBQSpLOo62/OaLzfg0OkUZwFNGn+keO7L/VMD2zug+QFVGGopcU4hh atKj8AWkwOWjg4REAy9Fok9tR5VzQBceV1pXvxZTIv0qQ1GTSvGZgZy7MFXQ+PPs GGjkIJ/bzq/iv9fjuJr5jFkdzEifAzhkMcyBguMxZFbV87rXE0XCBWXzIdFXLWZ2 76FO7z4Qc1Ko1Fe3xbeHPyy2lHab20LtAsqyfJsvUrkhluRwAisyfkW43nkxOFgz m28IpTk6vlGBjXlSqgFgLt/cfbiYsvxI1dXnbOZ33H78vxtHtoUeHvPHTmK9NgHm tAGw3DodTamFD7lZPosnOzf0vdpkzg== =ypU8 -----END PGP SIGNATURE----- --=-=-=--