emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69928: closed ([PATCH] gnu: sonata: Add gvfs as an input.)


From: GNU bug Tracking System
Subject: bug#69928: closed ([PATCH] gnu: sonata: Add gvfs as an input.)
Date: Wed, 03 Apr 2024 17:15:02 +0000

Your message dated Wed, 03 Apr 2024 18:14:43 +0100
with message-id <875xwyl664.fsf@cbaines.net>
and subject line Re: [bug#69928] [PATCH] gnu: sonata: Add gvfs as an input.
has caused the debbugs.gnu.org bug report #69928,
regarding [PATCH] gnu: sonata: Add gvfs as an input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69928: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69928
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sonata: Add gvfs as an input. Date: Thu, 21 Mar 2024 12:18:15 +0000
I'm getting the following error and this change resolves it:

  /gnu/store/rw6n86c008xqdbjs3nk4i7ggf6srdpgs-python-wrapper-3.10.7/bin/python:
  symbol lookup error:
  /run/current-system/profile/lib/gio/modules/libgvfsdbus.so: undefined
  symbol: g_task_set_static_name

Change-Id: I6f74a5a867ba7c3b3d7b233916af0e75d9e5501f
---
 gnu/packages/mpd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index e16c6bb964..3916d4c406 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -410,6 +410,7 @@ (define-public sonata
            gsettings-desktop-schemas
            gobject-introspection
            adwaita-icon-theme
+           gvfs
            python-pygobject))
     (synopsis "Elegant client for the Music Player Daemon")
     (description "Sonata is an elegant graphical client for the Music Player

base-commit: 69951a61a1d8f1f2135ea2dc836738be282b97bc
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69928] [PATCH] gnu: sonata: Add gvfs as an input. Date: Wed, 03 Apr 2024 18:14:43 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Christopher Baines <mail@cbaines.net> writes:

> I'm getting the following error and this change resolves it:
>
>   
> /gnu/store/rw6n86c008xqdbjs3nk4i7ggf6srdpgs-python-wrapper-3.10.7/bin/python:
>   symbol lookup error:
>   /run/current-system/profile/lib/gio/modules/libgvfsdbus.so: undefined
>   symbol: g_task_set_static_name
>
> Change-Id: I6f74a5a867ba7c3b3d7b233916af0e75d9e5501f
> ---
>  gnu/packages/mpd.scm | 1 +
>  1 file changed, 1 insertion(+)

Pushed to master as d439deae12959f6d254f088107a9f40ea82dd5a7.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]