syncthing-gtk icon indicating copy to clipboard operation
syncthing-gtk copied to clipboard

GTK3 & python based GUI for Syncthing

Results 96 syncthing-gtk issues
Sort by recently updated
recently updated
newest added

I have folders with russian names. Daemon output window displays this: ``` Ready to synchronize "09 - Books" (09 - Books) (sendreceive) [K2KRE] 15:17:35 INFO: Ready to synchronize "97 -...

``` $ ./SyncthingGTK-0.9.4.4-x86_64.AppImage Traceback (most recent call last): File "", line 1, in File "/tmp/.mount_SyncthsSd05w/usr/lib/python2.7/site-packages/gi/__init__.py", line 42, in from . import _gi ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by...

When I stop the syncthing-gtk I get such an entry every second in my journal (`journalctl -f` - on Ubuntu 18.04): ``` Okt 21 19:46:47 techup nautilus-autostart.desktop[3360]: E Daemon g-io-error-quark:...

After giving execution permissions to the file and opening it with GUI, nothing happens. Running it from the CLI, we get some dependency errors: ``` [jc@threadnode appimages]$ ./SyncthingGTK-0.9.4.4-x86_64.AppImage Traceback (most...

When I exclude files and folders from Syncthing, they still have a normal Syncthing overlay icon which is confusing. Is it possible to have a different icon for excluded files/folders?...

enhancement

Running syncthing-gtk -m -v gives the following output: ``` I StatusIcon Using backend StatusIconGTK3 (primary) V Notifications Error notifications enabled V Notifications File update notifications enabled I App I App...

When I add folder names containing a `&` (did it via web UI), the whole folder name is not shown. ![image](https://user-images.githubusercontent.com/38460054/64424894-9be4ed80-d0aa-11e9-876a-2a6a92563605.png) Syncthing: v1.2.1 System: Ubuntu 18.04

TODO

For cases such as https://github.com/syncthing/syncthing-gtk/blob/master/syncthing_gtk/editordialog.py#L432 where a string is used with a numeric value, you need to use `ngettext` instead of regular `gettext` + conditions. Not all languages have the...

TODO

Hi, @kozec ! Can you, please, add all missing options to the advanced tab? From all folder options, there's a lot missing: - Auto Normalize - Copiers - ~~Devices~~ -...

Syncthing has had a built-in filesystem watcher for some time now. You can enable a folder to be watched in the web UI, and it will set rescan time to...

TODO