Jay Stevens
Jay Stevens
For completeness, here's the script I run: ``` #!/bin/bash # Check if /dev/video0 is being used by any process output=$(fuser /dev/video0) # Initialize variables sensor_state="false" # Check the length of...
Sorry - for some reason Github has stopped sending me emails! Somewhere like `docs/examples` would be good, in my opinion. People will be going into the docs anyway to learn...
Hello! I can see both sides of the problem here - on the one hand, yeah, this stuff all seems new and so it seems fine to need to compile...
> So, I've still compiled everything correctly, no issues and whatnot. However, when compiling `qtfb` I get a `qtfb` executable, I've just renamed this to `qtfb.so` but the makescript never...
GitHub (rightly!) doesn't let you attach executables or compiled libraries to comments, so they would need to be hosted in a repo somewhere. It may be worth contacting the owners...
Does anyone know if folks using the legacy Owner API will be affected? I haven't switched to the Fleet API since I only read the sensors; I never actually take...
Hi, yes, hello! I tried that earlier - it's the same result. Completely clearing the entire Mobile App device and redoing everything from scratch didn't seem to affect anything. Full...
The one I have right now seems to have all its sensors and has been holding up thus far. When I originally set it up on this distro, it was...
So the main challenge with Steam Deck is that Valve will periodically install a new image when you do a system update, and that wipes the /usr folder. The suggested...
The process using the most CPU (presumably a game, handles non-Steam games): ``` #!/bin/bash # Get the process ID of the process using the most CPU top_process=$(ps -eo pid,%cpu --sort=-%cpu...