Core447

Results 226 comments of Core447

3c13e6efbd1b1241544a9bc438948a3d5e725bb6 adds the screensaver wake up behavior of the keys to the touchscreen and dials

> From my very light testing, this looks to be fixed with the commit on both emulated and physical deck 👍 Great! We can keep this issue open until the...

Added with e1a82edb15bc6365d233c32c413728c7aed06451

> What do you think about adding a reset to defaults button? Good idea, I'll add this

Closing this as this is now implemented

As mentioned in #31, it would be nice if you could test the examples provided by the python library I use: https://github.com/abcminiuser/python-elgato-streamdeck. I'll try Debian myself and report back.

I have tested StreamController on a fresh Debian 12 installation and it works fine: ![image](https://github.com/StreamController/StreamController/assets/100139110/2a37a999-d99b-4f66-a312-18f719510784)

Here are all the commands: 1. `git clone https://github.com/abcminiuser/python-elgato-streamdeck.git`. 2. `cd python-elgato-streamdeck`. 3. `cd src`. 4. `python -m venv .venv`. 5. `source .venv/bin/activate`. 6. `pip install Pillow`. 7. `python3 example_basic.py`....

> I dont know if I should tag the next block as Code or Quote: Code, I believe Does [streamdeck-linux-gui](https://github.com/streamdeck-linux-gui/streamdeck-linux-gui) work on your kde neon install? It is using the...

The installation instructions of streamdeck-linux-gui for Debian based systems can be found [here](https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/blob/main/docs/installation/ubuntu.md)