Nick Bartos
Nick Bartos
I ended up making a script called `ssh` in `~/.config/org.sparkleshare.SparkleShare/bin/` and changing the PATH environment variable for sparkleshare to put that directory first. It's gross, but it's the only way...
Inside whatever .desktop file launches it at the start. For me, this is `~/.config/autostart/sparkleshare.desktop`: ``` [Desktop Entry] Name=SparkleShare Type=Application Exec=env PATH=/home/username/.config/org.sparkleshare.SparkleShare/bin:/usr/sbin:/usr/bin:/sbin:/bin sparkleshare Icon=shotwell #Icon=org.sparkleshare.SparkleShare Terminal=false X-GNOME-Autostart-enabled=true X-AppStream-Ignore=true ``` Note that...
I have also looked at frigate, which looked very promising as a general project. The only problem I see with it is the apparent lack of an Android app. I...