View Single Post
Posts: 281 | Thanked: 679 times | Joined on Feb 2010
#51
hm, locally compiled dbus-python.

Code:
[nemo@wilf site-packages]$ python3
Python 3.4.3 (default, Aug 10 2018, 07:11:41) 
[GCC 4.8.3 20140401 (Mer 4.8.3-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
>>> session_bus = dbus.SessionBus()
>>>
Looks like it's working

Now - again - looking for the freedesktop mpris definitions...

[Update] Bummer: can only work with Glib loop. Not Qt. :-(

Last edited by cy8aer; 2019-02-02 at 13:32.
 

The Following 3 Users Say Thank You to cy8aer For This Useful Post: