diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-12 11:39:19 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-12 11:39:19 +0200 |
| commit | eb85ab42f26809370bc9591ce637fe6c9b93c963 (patch) | |
| tree | 242425c19a23f0480324323c1f3d2d6c5c3c6888 /volume-osd | |
| parent | 3b6043ebc34974f5e71715a55582b58ca7c3edf0 (diff) | |
| download | quickshell-eb85ab42f26809370bc9591ce637fe6c9b93c963.tar.gz quickshell-eb85ab42f26809370bc9591ce637fe6c9b93c963.zip | |
docs(volume-osd): Signal implements no MPRIS, so it can never appear
Playing an attachment in Signal Desktop claims no org.mpris.MediaPlayer2.*
name; the only DBus name it owns is its tray StatusNotifierItem. The track
row staying hidden is correct behaviour rather than a filter or detection
bug, and there is nothing to add here. Recorded so it does not get retested
as an open question.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TvHeJEXJzdfAaCCYqURAWp
Diffstat (limited to 'volume-osd')
| -rw-r--r-- | volume-osd/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/volume-osd/README.md b/volume-osd/README.md index cce2ace..f0a8313 100644 --- a/volume-osd/README.md +++ b/volume-osd/README.md @@ -62,7 +62,10 @@ everything into `xesam:title` ("Roxanne - The Police - Navidrome") leaving `xesam:artist` empty. Neither is worked around, a title like that cannot be split back apart without guessing where a real dash ends. -Signal is untested. +Signal publishes no MPRIS bus at all: playing an attachment claims no +`org.mpris.MediaPlayer2.*` name, only its tray `StatusNotifierItem`, so the +track row stays hidden and there is nothing here to fix. Any player that never +publishes is invisible to this component by construction. ## No keybinds to change |
