diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:20:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:20:33 +0000 |
commit | 9d35babe751f746f57214520235df7bc3c4f499a (patch) | |
tree | e4af2313073776810a7d2c130b1b7c3252548a92 /debian/patches | |
parent | Updating vcs fields. (diff) | |
download | gnome-shell-extension-impatience-9d35babe751f746f57214520235df7bc3c4f499a.tar.xz gnome-shell-extension-impatience-9d35babe751f746f57214520235df7bc3c4f499a.zip |
Allowing impatience to be enabled system-wide by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/progress-linux/0001-default-enabled.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-default-enabled.patch b/debian/patches/progress-linux/0001-default-enabled.patch new file mode 100644 index 0000000..18dc95c --- /dev/null +++ b/debian/patches/progress-linux/0001-default-enabled.patch @@ -0,0 +1,17 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Allowing impatience to be enabled system-wide by default. + +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 +@@ -44,10 +44,6 @@ Ext.prototype.disable = function() { + }; + + Ext.prototype.set_speed = function(new_speed) { +- if(!this.enabled) { +- LOG("NOT setting new speed, since the extension is disabled."); +- return; +- } + if(new_speed !== undefined) { + this.modified_speed = new_speed; + } diff --git a/debian/patches/series b/debian/patches/series index 76a5fe8..23b00d3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ metadata-Add-support-for-GNOME-Shell-43.patch +progress-linux/0001-default-enabled.patch |