[Pkg-mozext-commits] [flashgot] 03/03: Set option firstRunRedirection to false to prevent automatic accessing of homepage.

Michael Meskes meskes at moszumanska.debian.org
Sun Apr 13 14:03:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

meskes pushed a commit to branch master
in repository flashgot.

commit 6fafc6b93bf98066b2fb3db89b704bdf957a23d6
Author: Michael Meskes <meskes at debian.org>
Date:   Sun Apr 13 15:47:28 2014 +0200

    Set option firstRunRedirection to false to prevent automatic accessing of homepage.
    
    Closes: #739022
---
 debian/changelog        |  2 ++
 debian/patches/redirect | 14 ++++++++++++++
 debian/patches/series   |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27683a6..fd21be1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 flashgot (1.5.5.98+dfsg-1) unstable; urgency=medium
 
   * Imported Upstream version 1.5.5.98+dfsg
+  * Set option firstRunRedirection to false to prevent automatic accessing of
+    homepage. (Closes: #739022)
 
  -- Michael Meskes <meskes at debian.org>  Sun, 13 Apr 2014 15:41:08 +0200
 
diff --git a/debian/patches/redirect b/debian/patches/redirect
new file mode 100644
index 0000000..6a58afc
--- /dev/null
+++ b/debian/patches/redirect
@@ -0,0 +1,14 @@
+Description: Disable automatic redirection to homepage
+Author: Michael Meskes <meskes at debian.org>
+
+--- flashgot-1.5.5.98+dfsg.orig/defaults/preferences/flashgot.js
++++ flashgot-1.5.5.98+dfsg/defaults/preferences/flashgot.js
+@@ -15,7 +15,7 @@ pref("flashgot.bypassCombo", true);
+ pref("flashgot.detect.auto", true);
+ pref("flashgot.extfilter", false);
+ pref("flashgot.fakeReferrer", "");
+-pref("flashgot.firstRunRedirection", true);
++pref("flashgot.firstRunRedirection", false);
+ pref("flashgot.hide-autotest", true);
+ pref("flashgot.hide-icons", false);
+ pref("flashgot.hide-tabs", true);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..422c616
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+redirect

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/flashgot.git



More information about the Pkg-mozext-commits mailing list