On 13/01/2024 04:39, Valerio Vanni wrote:
Il 12/01/2024 17:24, Max Nikulin ha scritto:
On 12/01/2024 21:36, Valerio Vanni wrote:
dbus-send --print-reply --dest=org.mpris.kaffeine /Player
org.freedesktop.MediaPlayer.Stop
It seems implementation of MPRIS in kaffeine differs from what other KDE
components expect. E.g. media control buttons does not appear on the
lock screen.
What is baloo's tags.so doing with /dev/dvb devices accordingly to
lsof report? I still had a hope that there is a workarond against its
annoying behavior.
And this is one with a --lastchannel launch:
lrwx------ 1 valerio valerio 64 12 gen 20.52 34 ->
/dev/dvb/adapter0/frontend0
lsof for the same process may be more informative, but currently it does
not matter. Perhaps, opening devices in /dev/dvb, kaffeine does not set
the O_CLOEXEC flag for open(2) (or does not call fcntl with FD_CLOEXEC).
As a result, file descriptors leak to spawned processes. I suggest to
reach a community more close to kaffeine (or maybe baloo) developers and
ask if it could be improved.