gnome-shell-extension-syncthing
gnome-shell-extension-syncthing copied to clipboard
Request: Add an option to the Syncthing Icon Configuration _"Launch Syncthing on Startup"_ Expected behavior: Activating the _"Launch Syncthing on Startup"_ Option would automatically activate Syncthing after the Syncthing Icon...
It would be nice to add an option to enable the systemd user service in the extension settings.
**Describe the bug** The syncthing icon extension does not work or behaves wrongly when syncthing has been set up as a system service as in [the docs](https://docs.syncthing.net/users/autostart.html#how-to-set-up-a-system-service). Either of these...
Hi! Thanks for your useful extension, I used it quite a lot so far! Now I switched to the snap version of syncthing on ubuntu since it is always updated...
Syncthing generates a self-signed certificate so that you can use the web client over a TLS / SSL connection. Using the command line `syncthing -browser-only`, the web client launches in...
Fix #74. GNOME Shell 45 moved to ESM. See also [Port Extensions to GNOME Shell 45](https://gjs.guide/extensions/upgrading/gnome-shell-45.html).
**Describe the bug** It would be much appreciated if support for Gnome 44 is added. thanks **Screenshots** n/a **Version information:** n/a **Logs** n/a
**Describe the bug** I've been using this one for a while and keep updating `shell-version` in the extension `metadata.json`, but starting with Gnome 45, this is no longer enough. The...
Tested it locally and seems to be working.
Replace deprecated call to add_actor() with the recommended add_child(). Declare compatibility with version 46. This is based on #75 and includes those changes.