summarylogtreecommitdiffstats
path: root/fix-notification-timeout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-notification-timeout.patch')
-rw-r--r--fix-notification-timeout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-notification-timeout.patch b/fix-notification-timeout.patch
new file mode 100644
index 000000000000..e457d739d03b
--- /dev/null
+++ b/fix-notification-timeout.patch
@@ -0,0 +1,11 @@
+diff -ura package.orig/src/background/notifications.js package.new/src/background/notifications.js
+--- package.orig/src/background/notifications.js 2019-02-13 15:37:30.716402425 +0100
++++ package.new/src/background/notifications.js 2019-02-13 15:38:08.933377619 +0100
+@@ -86,7 +86,6 @@
+ body: body && this.escapeBody(body),
+ icon: icon ? path.resolve(icon) : 'info',
+ appName: app.getName(),
+- timeout: 24 * 60 * 60 * 1000,
+ sound: silent ? undefined : 'message-new-instant',
+ actions: process.env.XDG_CURRENT_DESKTOP !== 'Unity' ? {
+ default: '',