Search Criteria
Package Details: streamdeck-ui-git 4.1.3.r2.gdecda13-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/streamdeck-ui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | streamdeck-ui-git |
| Description: | Frontend for the Elgato Stream Deck |
| Upstream URL: | https://github.com/streamdeck-linux-gui/streamdeck-linux-gui |
| Licenses: | MIT |
| Conflicts: | streamdeck-ui |
| Provides: | streamdeck-ui |
| Submitter: | hexptr |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-18 18:13 (UTC) |
| Last Updated: | 2025-12-24 17:42 (UTC) |
Dependencies (13)
- pyside6
- python
- python-cairosvg
- python-elgato-streamdeckAUR
- python-evdev
- python-filetype
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional) – tray icon support gnome-shell
Latest Comments
« First ‹ Previous 1 2 3 4
fsyy commented on 2021-04-09 18:40 (UTC) (edited on 2021-04-09 18:43 (UTC) by fsyy)
installs fine here and works too.
there are some recent changes to the repo, a new version was released too.
https://github.com/timothycrosley/streamdeck-ui
https://timothycrosley.github.io/streamdeck-ui/CHANGELOG/
coolapso commented on 2021-03-30 10:55 (UTC)
installation failing, somewhere it is validation chardet version as < 4.0, currently installed on arch is 4.0.0-1
Traceback:
Chardet:
fubarhouse commented on 2020-10-30 01:12 (UTC)
Will be receiving my StreamDeck next week, but I can't seem to run this one.
skerit commented on 2020-09-30 16:55 (UTC)
I had several issues installing this due to miniconda. I eventually just removed all the miniconda stuff, but even then I got errors when trying to launch the application:
Gonzo2028 commented on 2020-08-21 06:44 (UTC) (edited on 2020-08-21 08:01 (UTC) by Gonzo2028)
Hello,
i am running into the following issue. I have some php-functions saved as text, when i insert them to sublime text, some chars got corrupt. I ve reinstalled arch, it was working before (with an older version?).
.streamdeck_ui.json ... "1": { "write": "if ( $var === true ) {\n\n}\n\n", "text": "IF", "switch_page": 0, "icon": "", "command": "" }, ...
will result in
if ( $var === true ) {
0
}
Any idea where to start with this?
Edit: this is an issue of sublime-text-dev, installing sublime-text fixed it for me. so you can ignore it.
FuzzyMidnight commented on 2020-08-04 07:18 (UTC)
Thanks for putting together this package. Unplug then re-plug in the device seemed to work for me with the udev rules, no need for a reboot. I also ran
udevadm control --reload-rulesbut I'm not sure if it was required.<deleted-account> commented on 2020-07-26 16:48 (UTC)
@hexptr: You're completely right. When I installed it manually on Mint, I had to do the same... However, I had to restart my system, but now it works like a charm =) Thank you!
hexptr commented on 2020-07-25 22:28 (UTC)
@sawrz: The package was missing a set of udev rules. I've added them now, could you update and try again? (You should not need to reboot; the "Reloading device manager configuration" hook should automatically load the udev rules on install.)
<deleted-account> commented on 2020-07-24 13:23 (UTC)
Hi, running into the following issue:
I found the same issue on the git repositories issue #41. However, the guy claims a reboot did the job. I can confirm that on Mint 20, however, it doesn't help here.
To install it, I did the following:
Had to remove python-mccabe for some reason
yay -S python-elgato-streamdeck
yay -S streamdeck-ui-git
Any idea what went wrong?
« First ‹ Previous 1 2 3 4