Sander Sweers
Sander Sweers
The combined joycon device exposes the proper direction, X-> North, Y-> West, A -> East, B-> South. You will need to fix this in Steam. I think you can define...
Yuzu and ryujinx use the raw input devices through sdl2 gamepad not the hid_nintendo driver. The secondary evdev device is how hid_nintendo (and playstation) expose the gyro and accel, this...
Yeah, the joycond udev rules break yuzu. If the virtual device is supposed to allow for this then it's not working.
Linux only cares about multiple slashes if you start a path with more than one. Otherwise they will be treated as one. Should it be avoided, sure, but it won't...
Here is a one that handles joycond not backgrounding itself. Does joycond really need a working network interface or it happy with `0.0.0.0`? ``` #!/sbin/openrc-run depend() { need net }...
Recent [requests](http://docs.python-requests.org/en/master/user/advanced/#proxies) module supports SOCKS through the additional PySocks dep. Perhaps worth the contemplating moving to it.
First devicemenu attempt with popover. Search button to headerbar. Also changed the animation to slide which looks much better to me. [Peek 2022-11-13 19-58.webm](https://user-images.githubusercontent.com/3465730/201539368-ea2e6d48-4ae7-4fee-a8d4-c52697b41399.webm)
Yup, everything works with your latest git build.
Yeah, this is a reasonable approach for now. I think the icon is fine so ok with me.
The `RSSI` and `TxPower` properties are invalidated when not available anymore on the bus but we ignore this (see #620). It will require a rework of `bluez/Base.py` (stop subclassing Gio.DBusProxy...