Package Details: streamcontroller 1.5.0beta11-1

Git Clone URL: https://aur.archlinux.org/streamcontroller.git (read-only, click to copy)
Package Base: streamcontroller
Description: An elegant Linux app for the Elgato Stream Deck with support for plugins
Upstream URL: https://github.com/StreamController/StreamController
Keywords: streamcontroller,steamdeck
Licenses: GPL-3
Conflicts: streamcontroller-git
Provides: streamcontroller
Submitter: NOSDuco
Maintainer: NOSDuco
Last Packager: NOSDuco
Votes: 2
Popularity: 0.24
First Submitted: 2024-07-30 04:00 (UTC)
Last Updated: 2025-06-06 01:41 (UTC)

Latest Comments

1 2 Next › Last »

brody commented on 2025-06-08 06:51 (UTC)

With update to beta 11 the issue with the missing icon is also gone. :)

brody commented on 2025-06-04 08:56 (UTC)

@NOSDuco thanks for your adjustment. The only thing which is not working is the missing icon in the status line of KDE/Plasma dark theme.

lixoman100 commented on 2025-06-03 17:52 (UTC)

@NOSDuco Issue seems fixed, thank you

NOSDuco commented on 2025-06-03 16:23 (UTC)

@brody fixed

3urobeat commented on 2025-06-03 16:14 (UTC)

This package has a bunch of pip dependency issues. I'd strongly recommend new users to install the streamcontroller-git package instead, it worked out of the box for me and might even be more up to date.

brody commented on 2025-06-03 07:28 (UTC)

Neither the missing package gobject-introspection is included in depends nor the provided file streamcontroller.desktop is included in the source array. Instead, the superfluous sed has now been included in the makedepends array, which is already provided by base-devel. :/

NOSDuco commented on 2025-06-03 02:32 (UTC)

Missing packages issue should be fixed now. venv directory was not persisting and should be now.

Myrik93 commented on 2025-06-02 22:21 (UTC)

Missed packages: loguru -> pyusb -> No module named 'StreamDeck'

lixoman100 commented on 2025-05-30 18:25 (UTC) (edited on 2025-05-30 18:42 (UTC) by lixoman100)

streamcontroller 1.5.0beta10-1

Traceback (most recent call last):
  File "/usr/lib/streamcontroller/main.py", line 26, in <module>
    from loguru import logger as log
  ModuleNotFoundError: No module named 'loguru'

Going back to 960be5b fixes it.

brody commented on 2025-05-29 20:05 (UTC)

The package is not buildable in a clean chroot environment. 1st) There is a missing dependency of gobject-introspection

../meson.build:31:9: ERROR: Dependency 'gobject-introspection-1.0' is required but not found.

2nd) The in the Git reposirtory provided streamcontroller.desktop file needs to be in the source array.