Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second user unable to disable bluetooth #193

Open
ayoungethan opened this issue Mar 3, 2022 · 1 comment
Open

Second user unable to disable bluetooth #193

ayoungethan opened this issue Mar 3, 2022 · 1 comment

Comments

@ayoungethan
Copy link

What Happened?

User B is unable to disable bluetooth if User A is already logged in with bluetooth active. Dmesg spammed with "Bluetooth: hci0: MSFT filter_enable is already on" as accounts fight for control over bluetooth (#177)? Is there a way to give all users permissions to access all bluetooth devices?

Steps to Reproduce

  1. Log into one user account
  2. Log into another user account
  3. Try to disable bluetooth in the second account
  4. Watch the bluetooth indicator struggle and toggle back and forth as the accounts fight for bluetooth control!

Expected Behavior

  1. Log into one user account
  2. Log into second user account
  3. Disable bluetooth in second user account
  4. Bluetooth is disabled for that user's session until they re-enable it, without affecting the first user's session (which is currently paused)

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

@ayoungethan
Copy link
Author

$ fuser /dev/rfkill 
/dev/rfkill:          3324  3489
$ ps aux | grep 3324
ayounge+    1262  0.0  0.0 168812  3324 ?        S    12:20   0:00 (sd-pam)
ayounge+    3324  0.0  0.0 494992  6092 ?        Sl   12:21   0:00 /usr/libexec/gsd-rfkill
ayounge+   11356  0.0  0.0  46932   724 pts/0    S+   14:01   0:00 grep --color=auto 3324
$ ps aux | grep 3489
ayounge+    3489  0.0  0.2 1402472 65312 ?       Sl   12:21   0:01 io.elementary.wingpanel
ayounge+   11365  0.0  0.0  46932  2672 pts/0    S+   14:01   0:00 grep --color=auto 3489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant