Allowing impatience to be enabled system-wide by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
5d763a0429
commit
295cdb850c
2 changed files with 18 additions and 0 deletions
17
debian/patches/progress-linux/0001-default-enabled.patch
vendored
Normal file
17
debian/patches/progress-linux/0001-default-enabled.patch
vendored
Normal file
|
@ -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
|
||||
@@ -39,10 +39,6 @@ export default class Impatience extends
|
||||
};
|
||||
|
||||
set_speed(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;
|
||||
}
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
|||
gnome48.patch
|
||||
progress-linux/0001-default-enabled.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue