eonpatapon / mpDris2

MPRIS V2.1 support for mpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLib has no MainLoop()

nfrid opened this issue · comments

Recently mpDris2 stopped working in my system after one of the updates. Whenever I try to run it, I get this error:

Traceback (most recent call last):
  File "/usr/local/bin/mpDris2", line 1482, in <module>
    loop = GLib.MainLoop()
AttributeError: module 'glib' has no attribute 'MainLoop'

I use Manjaro Linux w/ fresh packages.

As always, the problem were updated libraries - libffi was updated to version 8 while gi depends on version 7. Installing it from aur solved the issue.