I upgraded to having a full size Streamdeck this January, and whlst getting it set up, I realized that the setup steps for the streamdeck have changed since I set up the mini, with a fork of the original project being the best bet now for the GUI application.
Initially when I did this, after much unplugging and rebooting, I got to a point where both streamdecks were plugged in and working. Unfortunately, I recently rebooted, and I can’t get the mini to work and get the following error message when I manually run the streamdeck GUI from the CLI:
------------------------
*** Problem detected ***
------------------------
A Stream Deck is attached, but it could not be opened.
Check installation instructions and ensure a udev rule has been added and loaded.
https://streamdeck-linux-gui.github.io/streamdeck-linux-gui/
It’s always the mini that has the issues, and not the full size one.
Works When Using Sudo
I noticed that if I run the application with sudo
:
sudo /home/programster/.local/pipx/venvs/streamdeck-linux-gui/bin/streamdeck
…then both will work, but will not load the profiles that had been set up, which would require a lot of setting up again. I know that I should not have to run the application with sudo
for the mini to work, so it just makes me think there is a permissions issue on one of the config files or something.
Does anyone know where the local config/files are kept, so I can potentially run some chown commands to try and fix it? Alternatively, any other suggestions are apprecieated. I have already tried force reinstalling the applicaiton with:
python3 -m pipx install --force streamdeck-linux-gui
I have also double checked the udev rules file as outlined by the installation instructions, and manually run sudo udevadm trigger
to make sure they were applied.