@FurtadoPires the -steamo3 flag means, "I am running on SteamOS and I'd like steam to control some of my system settings".
In this case what is probably happening is that steam is turning off bluetooth when it starts with that flag. As that is the SteamOS default. You can go to the Settings->Bluetooth panel and turn on Bluetooth. And that way Steam will know you want to keep BT on.
the
-steamo3flag means, "I am running on SteamOS and I'd like steam to control some of my system settings".
Yes I'm aware of that and I'm doing it only for test purposes. Even so, this parameter shouldn’t break things in the user side, specially something not related to the client itself.
Let's say I only have Bluetooth’s mouse and keyboard, then running this would lock me from having any kind of input in my system.
That flag always resets bluetooth for me.
I have a wrapper script for whenever my controller connects to my system. Adding a null path to "DBUS_SYSTEM_BUS_ADDRESS" causes Steam to not toggle bluetooth. I am unaware of any other side effects.
export DBUS_SYSTEM_BUS_ADDRESS="unix:path=/dev/null"
Nothing extracted yet.
System information
I'm using a Bluetooth mouse (specifically a Logitech M350s) in a KDE Wayland session, if I try to launch steam in the terminal using
steam -steamos3then my mouse will instantly lost connection to the Bluetooth dongle. My keyboard (Logitech k270) which has wireless connection through a dedicated receptor wasn't affected.Restarting makes it work again, but it will happen every time I use the
-steamos3parameter.Steps for reproducing this issue:
steam -steamos3