Package: eric / 21.1+ds1-1

01_path_fix.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: "Gudjon I. Gudjonsson" <gudjon@gudjon.org>
Date: Fri, 27 Apr 2018 22:52:20 +0200
Subject: _path_fix

Fix paths and toolname extensions.

Last-Update: 2020-07-21
---
 eric/eric6/Preferences/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eric/eric6/Preferences/__init__.py b/eric/eric6/Preferences/__init__.py
index 30a98e1..c576ca1 100644
--- a/eric/eric6/Preferences/__init__.py
+++ b/eric/eric6/Preferences/__init__.py
@@ -870,9 +870,9 @@ class Prefs(object):
     # defaults for the help settings
     helpDefaults = {
         "CustomViewer": "",
-        "PythonDocDir": "",
-        "Qt5DocDir": "",
-        "PyQt5DocDir": "",
+        "PythonDocDir": "/usr/share/doc/python3-doc/html/index.html",
+        "Qt5DocDir": "/usr/share/qt5/doc/qtdoc/index.html",
+        "PyQt5DocDir": "/usr/share/doc/pyqt5-doc/index.html",
         "PySide2DocDir": "",
         "EricDocDir": "",
     }