alex2108
alex2108
I think this is something for [SyncTrayzor](https://github.com/canton7/SyncTrayzor) or other wrappers to add, syncthing is platform independent and this feature maybe does not even exist for all operating systems. (on android...
sounds strange, and I don't know if I can do anything then. I only know the bug that the text on the menu is not updated on Ubuntu which is...
You always need a apikey since some v0.13.x version (not sure what version exactly). Leaving this open since I should add it to the readme.
command line arguments are separated by comma in go (see https://golang.org/pkg/os/exec/#Command) so you need something like (untested) ``` out,err := exec.Command("sudo","-u","www-data","php", "-f",config.occpath,"files:scan","--path="+config.ocuser+"/files/"+file) ```
probably not a good idea since that possibility may be gone soon, see https://forum.syncthing.net/t/proposal-for-hashing-api-keys/7493/1
Not sure if I can do something about that. Sounds like a bug in trayhost or tint2 similar to the bug I see in ubuntu, there the icon is updated...
there should be a menu when right clicking, this is what does not always update on ubuntu. Mouseover at least exists for me on windows (just says syncthing-tray, so nothing...
ok next try: https://www.dropbox.com/s/5k7hblehebtkj6n/syncthing-tray-linux32.tar.gz?dl=0
another try: https://www.dropbox.com/s/5k7hblehebtkj6n/syncthing-tray-linux32.tar.gz?dl=0 empty icon sounds like the file does not exist, try something like this with the new version (path has to exists, otherwise it will crash) ./syncthing-tray -icondir="/home/alex/trayhost-icons"...
You can build without gcc using https://github.com/getlantern/systray (replace it in main.go). Like this it will use a dll file built with visual studio, which is even more ugly in my...