all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Christopher Baines <mail@cbaines.net>
Cc: 38931@debbugs.gnu.org
Subject: [bug#38931] gnu: Add gnome-music.
Date: Sat, 04 Apr 2020 11:24:57 +0200	[thread overview]
Message-ID: <877dyvob6e.fsf@ambrevar.xyz> (raw)
In-Reply-To: <874ku09w8p.fsf@cbaines.net>

[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

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):

--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-version python))
                                                           "/site-packages")))
                `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH")))
                `("GRL_PLUGIN_PATH" ":" prefix (,(getenv "GRL_PLUGIN_PATH")))))
            #t)))))
--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.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2020-04-04  9:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 23:44 [bug#38931] gnu: Add gnome-music Raghav Gururajan
2020-01-13 17:20 ` Danny Milosavljevic
2020-01-14 23:13 ` Raghav Gururajan
2020-01-14 23:13 ` Raghav Gururajan
2020-04-03 19:02 ` Pierre Neidhardt
2020-04-03 19:59   ` Christopher Baines
2020-04-04  9:24     ` Pierre Neidhardt [this message]
2020-04-04  9:25       ` Pierre Neidhardt
2020-04-04 10:17         ` Pierre Neidhardt
2020-08-22 10:34           ` Pierre Neidhardt
2020-08-22 16:34             ` bug#38931: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dyvob6e.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=38931@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.