FreeBSD-fan
FreeBSD-fan
Did I format that wrong? Should I have quoted it, instead of marking it as code?
I ran into a dependency problem when installing from github: https://streamcontroller.github.io/docs/latest/installation/ dbus-gmain| Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2 dbus-gmain| Found CMake: /usr/bin/cmake (3.22.1) dbus-gmain| Run-time dependency dbus-1 found: NO (tried pkgconfig...
I am doing this Installation on Mint (because stream deck works on it) and I'm trying to get your examples to work. discovery works, basic fails due missing Released.png
Ok, I tried this under kde neon (where I haven't gotten stream deck to detect my deck yet. I dont know if I should tag the next block as Code...
./streamcontroller.sh --2024-04-17 10:03:26-- https://raw.githubusercontent.com/streamdeck-linux-gui/streamdeck-linux-gui/main/udev/60-streamdeck.rules Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 615 [text/plain] Saving to: ‘/etc/udev/rules.d/60-streamdeck.rules’ /etc/udev/rules.d/60-stream...
cat /etc/udev/rules.d/60-streamdeck.rules SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006c", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0080", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", TAG+="uaccess" KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess",...
sudo apt install streamdeck-linux-gui Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package streamdeck-linux-gui It seems neon is unaware of streamdeck-linux-gui...
OK, I got streamdeck-linux-gui working on kde neon. Your discovery script wprked (after a usbreset 'stream deck' ./discovery Found 1 Stream Deck(s). Deck 0 - Stream Deck Original. - ID:...
I was trying to follow instructions at: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/blob/main/docs/installation/source.md and got this error trying to clone the project: git clone bash: syntax error near unexpected token `newline'
Ok, I was able to clone the repository on Mint and got a directory called: streamdeck-linux-gui but there is no src directory under it.