#1059197 light-locker: disconnects the bluetooth devices when locking

Package:
light-locker
Source:
light-locker
Description:
simple screen locker for lightDM display manager
Submitter:
Vincent Lefevre
Date:
2025-11-17 03:27:02 UTC
Severity:
normal
#1059197#5
Date:
2023-12-21 03:15:04 UTC
From:
To:
light-locker disconnects the bluetooth devices when locking.

This is just a screen locker. Locking should not affect bluetooth.

#1059197#10
Date:
2025-11-16 14:04:53 UTC
From:
To:
If this issue is about Bluetooth *sound* disconnecting on locking, I
believe this is likely an undesired interaction between light-locker's
VT-switching for integration with lightdm [1] and per-user Wireplumber's
disconnecting Bluetooth on VT-switches (unless both VTs are owned by the
same user) [2].

[1] https://github.com/the-cavalry/light-locker/blob/master/README.md
[2]
https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/bluetooth.html

I don't have great ideas for a platform/code-level fix, but felt some
information on the mechanism might be useful here.

#1059197#15
Date:
2025-11-17 03:25:15 UTC
From:
To:
Thanks, yes, this is about audio devices. I'll have to try.
If the

wireplumber.profiles = {
  main = {
    monitor.bluez.seat-monitoring = disabled
  }
}

documented in [2] avoids sound disconnecting, this would be OK for
me, I think (with the benefit that this would also avoid the same
issue with other kind of VT switching, which I have not tried).
In such a case, I think that this should be documented in the
light-locker man page.