File: sensible_browser

package info (click to toggle)
drpython 1%3A3.11.1-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,400 kB
  • ctags: 2,366
  • sloc: python: 16,315; makefile: 5; sh: 1
file content (18 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEBIAN-SPECIFIC
Use sensible-browser instead of mozilla in default preferences.
http://bugs.debian.org/299959

Index: drpython-3.11.0/drPreferences.py
===================================================================
--- drpython-3.11.0.orig/drPreferences.py	2009-04-06 23:50:15.000000000 +0200
+++ drpython-3.11.0/drPreferences.py	2009-04-06 23:50:38.000000000 +0200
@@ -523,7 +523,7 @@
         self.printtabwidth = 4
 
         #Documentation Settings
-        self.documentationbrowser = "mozilla"
+        self.documentationbrowser = "/usr/bin/sensible-browser"
         if self.platform_is_windows:
             self.documentationbrowser = "<os.startfile>"
         if (os.access("/usr/share/doc/python/html/index.html", os.F_OK)):