Search Criteria
Package Details: streamcontroller-git r1856.0967bb2a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/streamcontroller-git.git (read-only, click to copy) |
|---|---|
| Package Base: | streamcontroller-git |
| Description: | An elegant Linux app for the Elgato Stream Deck with support for plugins |
| Upstream URL: | https://github.com/StreamController/StreamController |
| Licenses: | GPL-3 |
| Conflicts: | streamcontroller |
| Provides: | streamcontroller |
| Submitter: | NOSDuco |
| Maintainer: | NOSDuco |
| Last Packager: | NOSDuco |
| Votes: | 3 |
| Popularity: | 0.48 |
| First Submitted: | 2025-05-29 03:21 (UTC) |
| Last Updated: | 2026-03-10 15:38 (UTC) |
Dependencies (10)
- gobject-introspection
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal
- libportal-gtk4
- python
- xdg-desktop-portal (xdg-desktop-portal-gitAUR, xdg-desktop-portal-minimal-gitAUR)
- xdg-desktop-portal-gtk (xdg-desktop-portal-gtk-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-pip (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
Latest Comments
NOSDuco commented on 2026-03-10 15:42 (UTC)
@tsmith good catch! applied fixes based on your write up. thx.
tsmith commented on 2026-03-08 23:33 (UTC) (edited on 2026-03-08 23:36 (UTC) by tsmith)
The package installs the desktop file as streamcontroller.desktop with Icon=streamcontroller, but the app registers its GApplication ID as com.core447.StreamController. This causes two breakages on Wayland:
Tray icon missing — SNI looks up the icon by app-id (com.core447.StreamController) but only streamcontroller.png exists in hicolor.
Dock/taskbar icon missing — compositors match the window class com.core447.StreamController to a desktop file by name; streamcontroller.desktop is never found.
The upstream flatpak/launch.desktop already has the correct Icon=com.core447.StreamController. The fix is to use that file (patching only Exec) and install both the desktop file and icon under the reverse-domain name. Suggested change to package():
Replace these two lines:
With:
Also remove "streamcontroller.desktop" from the source array and its corresponding checksum in sha256sums.
Recommended PKGBUILD change (the actual diff):
ciara commented on 2026-01-31 02:39 (UTC)
Yea i'm also getting issues with the tray icon not being there. And also if i try deleting the settings and starting over the app fails to launch until i manually create the folder ~/.var/app/com.core447.StreamController/data/pages/backups
AntiApple4life commented on 2026-01-17 02:43 (UTC)
When using this package, the tray icon is missing, and is blank instead.
brody commented on 2025-06-08 14:02 (UTC) (edited on 2025-06-08 14:03 (UTC) by brody)
With this pkgver function the version number is more in sync with your other package
streamcontroller. As long as upstream is usingbetain their git tags.