Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties cannot properly be read with qdbus #4

Open
CounterPillow opened this issue Sep 16, 2015 · 1 comment
Open

Properties cannot properly be read with qdbus #4

CounterPillow opened this issue Sep 16, 2015 · 1 comment

Comments

@CounterPillow
Copy link

While they show up in the qt qDBusViewer, qdbus cannot read the mpv script's properties in that they never return anything. Players, such as Amarok, implementing the same interface, work as expected; there seems to be a difference between them which I am unable to locate.

✓ fratti@archbook ~ $ qdbus org.mpris.MediaPlayer2.mpv.instance0x41266fd8 /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Identity
✓ fratti@archbook ~ $ 
✓ fratti@archbook ~ $ qdbus org.mpris.MediaPlayer2.amarok /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Identity
Amarok

For scripts which rely on qdbus to work (e.g. Konversation's media script), this is a big issue.

@mathstuf
Copy link

mathstuf commented Apr 6, 2016

My guess is that the org.freedesktop.DBus.Properties and org.freedesktop.DBus.Introspectable APIs are missing. The Lua DBus library should be the thing to implement that API properly (also probably needs to implement org.freedesktop.DBus.Peer too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants