Before submitting
Platform
Linux
Description
Immediately after launching QBZ — with no user interaction at all — the
MPRIS PlaybackStatus property is Playing and Metadata is populated
with the previously loaded track, although nothing is being played and no
audio stream exists.
Steps to reproduce
- Play a track in QBZ, then quit QBZ completely.
- Start the following poll loop in a terminal:
(for i in $(seq 1 25); do printf '%2ds status=%s\n' "$i" \ "$(playerctl -p com.blitzfc.qbz status 2>&1)" sleep 1 done) & flatpak run com.blitzfc.qbz
Expected behavior
PlaybackStatus is Stopped (or Paused) until the user starts playback.
It should transition to Playing only when audio output actually begins.
Actual behavior
PlaybackStatus is Playing from the moment the MPRIS name appears, with
no audio being produced:
QBZ version
2.02
Installation method
Flatpak
Distribution / macOS version
CachyOS
Desktop environment / WM
KDE Plasma 6
Display server
Wayland
GPU
No response
Audio backend
PipeWire
Audio device / DAC
No response
Logs
qbz-playbug.log
Screenshots
No response
Additional context
No response
Before submitting
Platform
Linux
Description
Immediately after launching QBZ — with no user interaction at all — the
MPRIS
PlaybackStatusproperty isPlayingandMetadatais populatedwith the previously loaded track, although nothing is being played and no
audio stream exists.
Steps to reproduce
(for i in $(seq 1 25); do printf '%2ds status=%s\n' "$i" \ "$(playerctl -p com.blitzfc.qbz status 2>&1)" sleep 1 done) & flatpak run com.blitzfc.qbzExpected behavior
PlaybackStatusisStopped(orPaused) until the user starts playback.It should transition to
Playingonly when audio output actually begins.Actual behavior
PlaybackStatusisPlayingfrom the moment the MPRIS name appears, withno audio being produced:
QBZ version
2.02
Installation method
Flatpak
Distribution / macOS version
CachyOS
Desktop environment / WM
KDE Plasma 6
Display server
Wayland
GPU
No response
Audio backend
PipeWire
Audio device / DAC
No response
Logs
qbz-playbug.log
Screenshots
No response
Additional context
No response