pattontim

Results 31 comments of pattontim

It was a consequence of starting `scc-osd-keyboard `executable every time after making a shell script which passes mouse location args. With the goal of having the keyboard follow the mouse....

@kozec I don't quite understand the details and the implications for operation across different distributions, but if I add the line `204 Gtk.Window.set_opacity(self, 0.5)` to `scc/osd/__init__.py` I get working transparency...

> Is there any possibility you've set moving keyboard to pressing thumbstick down I just retried with the following configuration: ``` Stick: Move keyboard Advanced: Stick Movement: Move keyboard Stick...

@kozec If you know any further debug steps, let me know. I have checked the system and xserver logs and I'm not seeing anything strange. My desktop environment is Pantheon...

The current dependency deltas to run with tensor 1.X and install with python 3.7. Python 3.6 didn't work because some packages were no longer served (?) ` absl-py==0.4 attrs==19.2.0 gast==0.2.2...

The internal buffer was exactly the culprit, I saw the 65 byte requirement in another SC library but hadn't thought about changing the internal one. I just tested it on...

Reopening as I haven't pushed to the main c branch, in my windows-osd fork there is a driver for BT support on Windows implemented. I'm working on squaring off the...

I am observing similar behaviour when using the SD prerelease and a steam controller over Bluetooth. Maybe related to the version shipping with OS Holo?

On the SD, BT mode exhibits this exact same behaviour when both Steam is closed or running and also when I undid the BT change. This leads me to believe...

Steam OS Holo returns caps for the BT address, here's my hotfix. End of day now so will try to push tomorrow, device_monitor.py: ``` if node_addr == addr: return node...