Commit 9b771c20 authored by Florent Revest's avatar Florent Revest

lipstick: Disable USB mode notifications on connect

parent 519054e9
From 356916fcbbd151eb06bc5fcc72916c09331800d2 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 13 Apr 2017 11:48:18 +0200
Subject: [PATCH] Disable USB mode notifications on connect
---
src/notificationcategories/device.added.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf
index 508bd806..cd061671 100644
--- a/src/notificationcategories/device.added.conf
+++ b/src/notificationcategories/device.added.conf
@@ -1,4 +1,4 @@
x-nemo-icon=usb
-urgency=2
+urgency=0
transient=true
x-nemo-feedback=accessory_connected
--
2.11.0
...@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24" ...@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24"
SRC_URI = "git://github.com/AsteroidOS/lipstick.git;protocol=https \ SRC_URI = "git://github.com/AsteroidOS/lipstick.git;protocol=https \
file://0001-Disables-tests-and-doc.patch \ file://0001-Disables-tests-and-doc.patch \
file://0004-notificationcategories-use-ion-icons.patch" file://0002-notificationcategories-use-ion-icons.patch \
file://0003-Disable-USB-mode-notifications-on-connect.patch"
SRCREV = "0274da621e9a26b1386c624fc841fcae89a3f3ac" SRCREV = "0274da621e9a26b1386c624fc841fcae89a3f3ac"
PR = "r1" PR = "r1"
PV = "+git${SRCPV}" PV = "+git${SRCPV}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment