Package Details: streamdeck-ui 4.1.2-1

Git Clone URL: https://aur.archlinux.org/streamdeck-ui.git (read-only, click to copy)
Package Base: streamdeck-ui
Description: A Linux compatible UI for the Elgato Stream Deck
Upstream URL: https://streamdeck-linux-gui.github.io/streamdeck-linux-gui/
Keywords: deck elgato streamdeck streamer streaming
Licenses: MIT
Provides: streamdeck-ui
Submitter: GI_Jack
Maintainer: dhtseany
Last Packager: dhtseany
Votes: 7
Popularity: 0.62
First Submitted: 2021-05-14 15:27 (UTC)
Last Updated: 2024-04-15 18:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

fdaciuk commented on 2022-03-16 18:00 (UTC)

Hey! After the latest Manjaro Gnome update, I'm receiving this error when try to run "streamdeck":

Traceback (most recent call last):
  File "/usr/bin/streamdeck", line 33, in <module>
    sys.exit(load_entry_point('streamdeck-ui==1.1.3', 'console_scripts', 'streamdeck')())
  File "/usr/bin/streamdeck", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/streamdeck_ui/gui.py", line 11, in <module>
    from PySide2 import QtWidgets
ImportError: libshiboken2.abi3.so.5.15: cannot open shared object file: No such file or directory

dhtseany commented on 2022-03-11 13:14 (UTC)

@foxite I intend to however I have a ticket opened upstream for a problem with 2.0.3 and once I clear that hurdle the next commit I push will include the .desktop file as well.

foxite commented on 2022-03-11 09:22 (UTC)

Why not just add the .desktop file to the package?

dhtseany commented on 2022-03-09 19:17 (UTC)

Update: I now see that a new version, 2.0.3, has been released. I'm working on testing the PKGBUILD for compatibility so I've marked the package out of date myself which I'll fix the flag once I've verified the work.

dhtseany commented on 2022-03-08 21:10 (UTC)

I use this package extensively for work purposes so I'm motivated to see this package maintained. I wasn't expecting it to go orphaned so I grabbed it up quick to keep it alive. I'll review the PKGBUILD code and see what upstream's been up to and I'll get things updated accordingly. Thanks to GI_Jack for their work up to date!

unmet_dependancy commented on 2022-02-03 04:31 (UTC)

@dhtseany Nice write up. My only issue is the potential security risk of $ sudo usermod -aG input <username> I worry because on a user account that is likely to use streamdeck this might cause some issues.

I've not experienced the issue you have with scripts not writing to the home directory, it sounds like an access control issue. Have you checked the terminal running streamdeck or syslog after making the attempt?

That Archwiki page sounds like it would be cool. You should do it.

dhtseany commented on 2022-01-30 22:01 (UTC) (edited on 2022-01-30 22:01 (UTC) by dhtseany)

Anyone else having a problem with the streamdeck not being able to write the output of sh scripts to the home directory? If I run the same script from the terminal it'll write to the file as expected but if the same script is run by the stream deck it gets a permission denied error.

dhtseany commented on 2022-01-23 22:25 (UTC) (edited on 2022-03-09 14:35 (UTC) by dhtseany)

If you have problems please leave a comment and I'll do my best to assist.

I plan on making a proper Archwiki page for Stream Decks in general for but for right now use the following instructions to install this thing:

  1. Install streamdesk-ui from AUR

  2. Add yourself to the input group:


$ sudo usermod -aG input <username>

3. Reload the udev rules:


sudo udevadm control --reload-rules

4. Test if it runs:


$ streamdeck

5. To allow the app to launch in Gnome without the terminal:


$ sudo nano /usr/share/applications/streamdeck-ui.desktop

Then copy/paste the following:


[Desktop Entry]
Version=1.1.2-2
Name=Stream Deck UI
GenericName=Stream Deck UI
Comment=Application used to configure Elgato Stream Deck products
Terminal=false
Type=Application
Exec=python /usr/bin/streamdeck
MimeType=application/x-executable;
Categories=Network;

...then reboot (I think) to get the .desktop recognized, all should work after that.

If I find anything else missing I'll edit this comment with the update otherwise I'll circle back here with the link to the relevant Archwiki page once it's published.

xXPerditorXx commented on 2021-11-06 17:24 (UTC)

If you got the problem dephell: command not found just run sudo pacman -S python-dephell

mothran commented on 2021-10-29 01:44 (UTC)

Just a note, for the Streamdeck MK.2 the following rule should be added:

SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0080", GROUP="users", MODE="0666"