You are not logged in.

#1 2025-03-24 18:58:13

sloppyperfectionist
Member
From: Graz, Austria
Registered: 2011-01-05
Posts: 10
Website

[SOLVED] Gnome Music fails to run

I installed gnome-music 1:48beta-1 from the official repository but when I try to launch it it fails with this error message:

Traceback (most recent call last):
  File "/usr/bin/gnome-music", line 45, in <module>
    gi.require_version('GIRepository', '2.0')
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/gi/__init__.py", line 132, in require_version
    raise ValueError('Namespace %s not available for version %s' %
                     (namespace, version))
ValueError: Namespace GIRepository not available for version 2.0

Does anybody have an idea what could cause this?


Update: I found out that the issue is being adressed here: https://gitlab.gnome.org/GNOME/gnome-mu … te_2388353

I guess I'll have to wait until a new build arrives in the repository, or is there anything I can do to fix this myself?

Last edited by sloppyperfectionist (2025-03-27 19:22:03)

Offline

#2 2025-03-26 21:06:38

svierne
Member
Registered: 2022-08-02
Posts: 1

Re: [SOLVED] Gnome Music fails to run

As a workaround, you could edit /usr/bin/gnome-music and set the required GIRepository version to 3.0 (line 45).

Offline

#3 2025-03-27 19:22:19

sloppyperfectionist
Member
From: Graz, Austria
Registered: 2011-01-05
Posts: 10
Website

Re: [SOLVED] Gnome Music fails to run

Thanks - that solved it for now.

Offline

Board footer

Powered by FluxBB