Closed Philipoo0 closed 7 months ago
did you also set the url in the setting to HTTPS?
If you switch to HTTPS but keep the URL to the HTTP default, the tray icon will fail to check the service state.
Indeed, it was the problem. Issue is solved. Thanks a lot for your job !
Hello,
On steamDeck after installing background service
mkdir -p ~/.config/systemd/user wget https://raw.githubusercontent.com/zocker-160/SyncThingy/master/linux_packaging/syncthingy.service -O ~/.config/systemd/user/syncthingy.service systemctl --user enable --now syncthingy
Syncthing start correctly on gaming mode but I get an error when switching to desktop mode Syncthing failed to start! exit code (1)
It looks like it is a tray indicator issue only as the server is running despite the error, but i do not have the icon I have HTTPS enabled in the server and autostart option activated in the syncthingy setting
Thanks in advance