annotate data/xwrited.desktop.in @ 13:eb97cafe34e5
Try to prevent messages from being chopped up into multiple notifications
Read data into a buffer and only send a notification when 250ms have passed
since the first read instead of sending a notification immediately after each
read. This is an attempt to prevent messages from being chopped up into
multiple notifications. A (rather negligible) downside of this approach is
that multiple messages rapidly following each other are coalesced into a
single notification.
author |
Guido Berhoerster <guido+xwrited@berhoerster.name> |
date |
Mon, 16 Mar 2015 23:54:20 +0100 |
parents |
f0c7f45022c0 |
children |
|
rev |
line source |
5
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
1 [Desktop Entry]
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
2 Encoding=UTF-8
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
3 _Name=xwrited
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
4 _Comment=Display write and wall messages as desktop notifications
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
5 Exec=xwrited
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
6 Terminal=false
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
7 Type=Application
|
Guido Berhoerster <guido+xwrited@berhoerster.name>
parents:
diff
changeset
|
8 Categories=System;Monitor;
|