Package Details: exaile 4.1.3-8

Git Clone URL: https://aur.archlinux.org/exaile.git (read-only, click to copy)
Package Base: exaile
Description: A full-featured Amarok-style media player for GTK+
Upstream URL: https://exaile.org
Licenses: GPL-2.0-only
Submitter: xyproto
Maintainer: UnicornDarkness
Last Packager: UnicornDarkness
Votes: 145
Popularity: 0.000003
First Submitted: 2011-12-14 17:02 (UTC)
Last Updated: 2025-03-25 16:18 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

UnicornDarkness commented on 2025-03-24 20:08 (UTC)

@Mikhail: https://github.com/exaile/exaile/issues/962

UnicornDarkness commented on 2025-03-24 18:24 (UTC)

@oldherl: I see a /usr/share/gir-1.0/GIRepository-2.0.gir file in libgirepository 1.84.0-1 and I do not have this issue on my computer. Ok I am removing python-deadlib.

Mikhail commented on 2025-03-24 18:23 (UTC)

If someone have github account, create an issue, who dont want to wait, change in /usr/lib/exaile/xl/main.py line gi.require_version('GIRepository', '2.0') on gi.require_version('GIRepository', '3.0') and Exaile will start again.

oldherl commented on 2025-03-24 06:51 (UTC)

It is still failing. It's because libgirepository in Arch is now providing GIRepository 3.0, not 2.0

And you probably should not list python-deadlib as a dependency.

UnicornDarkness commented on 2025-03-23 11:14 (UTC) (edited on 2025-03-23 11:14 (UTC) by UnicornDarkness)

@Mikhail: Ok, I see the GIRepository-2.0.typelib file is provided by libgirepository. I ran namcap I and updated dependencies.

Mikhail commented on 2025-03-23 10:10 (UTC)

@UnicornDarkness: 3.52.3-2

UnicornDarkness commented on 2025-03-23 08:58 (UTC)

@Mikhail: what is your python-gobject version?

Mikhail commented on 2025-03-23 08:20 (UTC) (edited on 2025-03-23 08:23 (UTC) by Mikhail)

After last update (Gnome 48 and other packages) Exaile dont start:

Traceback (most recent call last):
  File "/usr/local/lib/exaile/exaile.py", line 64, in <module>
    main()
    ~~~~^^
  File "/usr/local/lib/exaile/exaile.py", line 60, in main
    exaile = main.Exaile()
  File "/usr/local/lib/exaile/xl/main.py", line 465, in __init__
    _do_heavy_imports()
    ~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/exaile/xl/main.py", line 57, in _do_heavy_imports
    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

oldherl commented on 2025-02-28 06:32 (UTC)

The upstream website is now only accessible from exaile.org not www.exaile.org

Astronaut_Sloth commented on 2025-01-31 06:09 (UTC)

May be worth updating the dependency list or at least documenting this: I needed to install the gvfs package in order to be able to add new radio stations or open files via URL. Was running into the issue described by this old github issue: https://github.com/exaile/exaile/issues/664