summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0002-default-speed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/progress-linux/0002-default-speed.patch')
-rw-r--r--debian/patches/progress-linux/0002-default-speed.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-default-speed.patch b/debian/patches/progress-linux/0002-default-speed.patch
new file mode 100644
index 0000000..84099ef
--- /dev/null
+++ b/debian/patches/progress-linux/0002-default-speed.patch
@@ -0,0 +1,26 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting default speed to 0.25.
+
+diff -Naurp gnome-shell-extension-impatience.orig/impatience/extension.js gnome-shell-extension-impatience/impatience/extension.js
+--- gnome-shell-extension-impatience.orig/impatience/extension.js
++++ gnome-shell-extension-impatience/impatience/extension.js
+@@ -1,6 +1,6 @@
+ const St = imports.gi.St;
+ const Gio = imports.gi.Gio;
+-const DEFAULT_SPEED = 0.75;
++const DEFAULT_SPEED = 0.25;
+ const ExtensionUtils = imports.misc.extensionUtils;
+ const Extension = ExtensionUtils.getCurrentExtension();
+ const Settings = Extension.imports.settings;
+diff -Naurp gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
+--- gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
++++ gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
+@@ -2,7 +2,7 @@
+ <schemalist>
+ <schema id="org.gnome.shell.extensions.net.gfxmonk.impatience" path="/org/gnome/shell/extensions/net/gfxmonk/impatience/">
+ <key type="d" name="speed-factor">
+- <default>0.75</default>
++ <default>0.25</default>
+ <summary>speed factor</summary>
+ <description/>
+ </key>