summaryrefslogtreecommitdiffstats
path: root/debian/patches/new_release_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/new_release_check.patch')
-rw-r--r--debian/patches/new_release_check.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/new_release_check.patch b/debian/patches/new_release_check.patch
new file mode 100644
index 0000000..7b4b539
--- /dev/null
+++ b/debian/patches/new_release_check.patch
@@ -0,0 +1,19 @@
+Description: Disable checking for new upstream releases enabled by default
+ Users can still enable it through the preferences menus.
+Forwarded: not-needed
+Origin: vendor
+Author: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
+
+Index: deluge/deluge/core/preferencesmanager.py
+===================================================================
+--- deluge.orig/deluge/core/preferencesmanager.py 2019-08-25 12:15:43.673234687 -0400
++++ deluge/deluge/core/preferencesmanager.py 2019-08-25 12:16:35.742629247 -0400
+@@ -106,7 +106,7 @@
+ 'path_chooser_accelerator_string': 'Tab',
+ 'path_chooser_max_popup_rows': 20,
+ 'path_chooser_show_hidden_files': False,
+- 'new_release_check': True,
++ 'new_release_check': False,
+ 'proxy': {
+ 'type': 0,
+ 'hostname': '',