Lines 1-4
Link Here
|
1 |
--- syncthing_gtk/configuration.py.orig 2015-10-06 17:40:00 UTC |
1 |
--- syncthing_gtk/configuration.py.orig 2017-07-03 19:06:48 UTC |
2 |
+++ syncthing_gtk/configuration.py |
2 |
+++ syncthing_gtk/configuration.py |
3 |
@@ -30,7 +30,7 @@ class _Configuration(object): |
3 |
@@ -30,7 +30,7 @@ class _Configuration(object): |
4 |
"autokill_daemon" : (int, 2), # 0 - never kill, 1 - always kill, 2 - ask |
4 |
"autokill_daemon" : (int, 2), # 0 - never kill, 1 - always kill, 2 - ask |
Lines 6-11
Link Here
|
6 |
"max_cpus" : (int, 0), # 0 for all cpus |
6 |
"max_cpus" : (int, 0), # 0 for all cpus |
7 |
- "syncthing_binary" : (str, "/usr/bin/syncthing"), |
7 |
- "syncthing_binary" : (str, "/usr/bin/syncthing"), |
8 |
+ "syncthing_binary" : (str, "%%LOCALBASE%%/bin/syncthing"), |
8 |
+ "syncthing_binary" : (str, "%%LOCALBASE%%/bin/syncthing"), |
|
|
9 |
"syncthing_arguments" : (str, ""), |
9 |
"minimize_on_start" : (bool, False), |
10 |
"minimize_on_start" : (bool, False), |
10 |
"folder_as_path" : (bool, True), |
11 |
"folder_as_path" : (bool, True), |
11 |
"use_inotify" : (list, []), |
|
|