diff options
Diffstat (limited to 'debian/patches/03_change_default_browser.patch')
| -rw-r--r-- | debian/patches/03_change_default_browser.patch | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/03_change_default_browser.patch b/debian/patches/03_change_default_browser.patch new file mode 100644 index 0000000..facd20f --- /dev/null +++ b/debian/patches/03_change_default_browser.patch @@ -0,0 +1,19 @@ +Description: change options/browser +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Forwarded: not-needed +Last-Update: 2014-07-06 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/lib/gcstar/GCOptions.pm +=================================================================== +--- trunk.orig/lib/gcstar/GCOptions.pm	2012-01-25 06:24:36.000000000 +0100 ++++ trunk/lib/gcstar/GCOptions.pm	2014-07-06 12:39:12.332643339 +0200 +@@ -127,7 +127,7 @@ +                 autosave         => 1, +                 noautoload       => 0, +                 programs         => "system", +-                browser          => "firefox", ++                browser          => "x-www-browser", +                 player           => "mplayer", +                 audio            => "xmms", +                 imageEditor      => "gimp",  | 
