aramg
aramg
This hasn't come up in the past. Which part was failing without kernel-devel?
Debian has removed libappindicator, while most distros still support it. Could you try this workaround: https://github.com/signalapp/Signal-Desktop/issues/4761#issuecomment-778144713
Main concern is other distros, and older systems. People will be trying to get the client for all kinds of machines. So far the client has been generically available; it...
> Is it possible to have a configure script to allow both libraries like other projects do? Do you have an example of a similar-ish project using both, just for...
master branch updated with option to compile against ayatana-appindicator
This can be scripted, eg. ``` #!/bin/bash -e LOG="/dev/shm/droidcam.out" stdbuf -i0 -o0 -e0 droidcam $@ >$LOG 2>&1 & pid=$! sleep 5 ps -p $pid > /dev/null if [ $? -eq...
> I can't get this script to work with the graphical version of droidcam, since it doesn't output its audio device on stdout. Right, I had a debug build which...
> That's why I think automatically loading the module is a much better solution, since it could account for every specific case where the loading would normally fail, because Droidcam...
Yes. Audio needs to be reimplemented with more modern codecs.
The project has been somewhat intentionally kept out of package management tracks. Primary reason, those (some, maybe all) will inevitably get outdated and I don't want to be the one...