1
0
Fork 0

Allowing impatience to be enabled system-wide by default.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 20:58:41 +02:00
parent 5d763a0429
commit 295cdb850c
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 18 additions and 0 deletions

View 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;
}

View file

@ -1 +1,2 @@
gnome48.patch
progress-linux/0001-default-enabled.patch