~ubuntu-branches/ubuntu/saucy/gnash/saucy

« back to all changes in this revision

Viewing changes to debian/patches/00sensible

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-07-15 23:48:49 UTC
  • mfrom: (1.1.19) (3.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20120715234849-g9xlz3ql9acmcu2r
Tags: 0.8.11~git20120629-1ubuntu1
* Resynchronize with Debian.  Remaining changes:
  - Use mozilla-flashplugin as the alternative for now
  - Change xulrunner-dev build dep to firefox-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Replace xdg-open with sensible-browser.
 
2
Author: Gabriele Giacone <1o5g4r8o@gmail.com>
 
3
 
 
4
--- a/libbase/gnashrc.in
 
5
+++ b/libbase/gnashrc.in
 
6
@@ -175,7 +175,7 @@
 
7
 # NOTE that the NPAPI plugin provides an host request FD
 
8
 # to send url opening requests to.
 
9
 #
 
10
-# Default: xdg-open '%u'
 
11
+# Default: sensible-browser '%u'
 
12
 #
 
13
 #set urlOpenerFormat lynx '%u'
 
14
 
 
15
diff --git a/libbase/rc.cpp b/libbase/rc.cpp
 
16
index ef79d6e..2326810 100644
 
17
--- a/libbase/rc.cpp
 
18
+++ b/libbase/rc.cpp
 
19
@@ -75,7 +75,7 @@ RcInitFile::RcInitFile()
 
20
     _debugger(false),
 
21
     _verbosity(-1),
 
22
     // will be reset to something else if __OS2__x is defined:
 
23
-    _urlOpenerFormat("xdg-open '%u'"),
 
24
+    _urlOpenerFormat("sensible-browser '%u'"),
 
25
     _flashVersionString(
 
26
         DEFAULT_FLASH_PLATFORM_ID" "\
 
27
         DEFAULT_FLASH_MAJOR_VERSION","\