On 12/01/24 at 15:38, Valerio Vanni wrote:
~$ busctl --user tree | grep mprisService org.mpris.kaffeine:Another question, can Kaffeine stop the video? Do you have a "Stop" button to click over?Yes, it has play/stop button.
I saw that in another post you have find the dbus object and method to stop/play Kaffeine:
> Tried, it works on DVB play. >> dbus-send --print-reply --dest=org.mpris.kaffeine /Player org.freedesktop.MediaPlayer.Stop
As Max replied to that post saying that you could avoid to kill Kaffeine now you can try to:
- stop Kaffeine - rmmod the module (what happens if you force unloading: -f option) - suspend - resume - modprobe the module - play Kaffeine but I bet you've already realized that :)You can also try to not remove the module and check if stop Kaffeine, suspend/resume, play Kaffeine is enough.
-- Franco Martelli