kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.29k stars 140 forks source link

can not delete repo #547

Open jerome-diver opened 4 years ago

jerome-diver commented 4 years ago

There is a "delete" item selection on repo right click menu...

When user try to delete an existing repo, it should just remove it (without delete the linked directory but maybe ask for recovery storage directories to be deleted with or not). Instead, it doesn't do nothing.

try to delete repo

Syncthing Version: v1.3.2-1 OS Version: archlinux Browser Version: gtk or web ui the same

How to reproduce:

  1. create a repo to sync

  2. add a remote computer to synch with from this new repo configuration

  3. allow new repo to sync from remote computer defined one step before

  4. define the directory linked with sync new repo on remote machine

  5. let them sync...

  6. during process, delete a repo from remote or from master machine doesn't delete repo (and that is to bad).

How to remove it ?

  1. open xml syncthing config file from local home directory .config/syncthing/config.xml

  2. remove repos manualy does delete theml also on the gtk and web ui.