File: do-not-use-plugininstaller-by-default.patch

package info (click to toggle)
gajim 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,592 kB
  • sloc: python: 74,160; sh: 423; xml: 67; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: do not use plugin installer by default
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2022-05-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gajim/common/setting_values.py
+++ b/gajim/common/setting_values.py
@@ -215,8 +215,8 @@
     'notify_on_file_complete': True,
     'plugins_auto_update': False,
     'plugins_notify_after_update': True,
-    'plugins_repository_enabled': True,
-    'plugins_update_check': True,
+    'plugins_repository_enabled': False,
+    'plugins_update_check': False,
     'positive_184_ack': False,
     'preview_allow_all_images': False,
     'preview_anonymous_muc': False,