Command does not work in Ubuntu 18.04.5 LTS (Bionic Beaver)
See original GitHub issuePutting anything into the Command spot that fails breaks streamdeck-ui.
Steps to reproduce:
- Launch streamdeck either from CLI or from a Desktop launcher
- Add
gnome-terminal
to the Command section for a button - Press that button on the streamdeck and watch the terminal open
- Add
xdotool search --name '^Zoom Meeting$' windowactivate
to another button - I have tried this with a wrapper script, but that also breaks - Press that button on the streamdeck and it has no effect and now the terminal button it also broken
- Restart
streamdeck-ui
to fix (this sometimes fixes it, but sometimes you need to unplug and replug the streamdeck)
- I have tried running streamdeck from a CLI to get output for debugging, but it didn’t give me any output.
- The commands I have tried in the streamdeck work from the CLI
Issue Analytics
- State:
- Created 2 years ago
- Comments:18
Top Results From Across the Web
BionicBeaver/ReleaseNotes - Ubuntu Wiki
Press Alt+F2 and type update-manager -c into the command box. Update Manager should open up and tell you that Ubuntu 18.04 LTS is...
Read more >Ubuntu 18.04LTS full - chaos! a lot of customization problem ...
i am kind of new ubuntu user, not that new, i know and have used many terminal commands.. but when i comes with...
Read more >filesystem is read only, what command added to a config file ...
im using VERSION="18.04.5 LTS (Bionic Beaver) and everything goes well, but after a time it restarts and says filesystem is read-only. and i ......
Read more >11 Things To Do After Installing Ubuntu 18.04 LTS 'Bionic ...
Press the super key (also called a Windows key; or click the 'apps' button at the bottom of the dock) to open the...
Read more >How To Upgrade Ubuntu To 18.04 LTS Bionic Beaver
Upgrading from Ubuntu 16.04 LTS ... Start by executing the sudo do-release-upgrade command. In case you receive the No new release found message ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Well, looks like it’s a case of needing to upgrade python. I was on python3.6 and needed python3.8. Updated to 3.8 and then installed
libpython3.8-dev
and then I was able to grab1.0.7
and now everything works fine, including the grabbing focus.Thanks all for the assistance!
I’ve updated the README with clearer instructions. https://github.com/timothycrosley/streamdeck-ui/commit/bdab3db092f2996491b55561e56d09fbbb57be04
This is not possible since the underlying library we use requires Python 3.8. It is a bummer that pip does not provide any feedback that there is even the possibility of an upgrade.
Hopefully this helps the next person. Thanks all!