-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDNDfeatures.html
74 lines (72 loc) · 3.48 KB
/
DNDfeatures.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Index</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<style>
html {height:100%;}
body {font-family: Verdana, sans-serif; font-size:1.05em; background-color:#FFFFE0; height:100%;}
footer { font-family: Verdana, sans-serif; margin:5px; font-size:0.7em; background-color:gray; font-weight:bold; color:white; width: 100%;}
</style>
</head>
<body>
<header>
</header>
<tr>
<table width="100%">
<tr>
<td align="center"><h5><center><a href="https://github.com/nls1729/acme-code" target="_top">Github Repository</center></a></h5></td>
<td align="center"><h5><center><a href="./index.html" target="_top">Github Projects</center></a></h5></td>
<td align="center"><h5><center><a href="./DNDprefsimage.html" target="Right">Preferences Image</a></center></h5></td>
<td align="center"><h5><center><a href="./DNDlatestupdate_332.html" target="Right">Latest Update</a></center></h5></td>
</tr>
</table>
<table>
<tr>
<td>
<h4>Do Not Disturb Button Extension Features</h4>
<ul>
<li>A panel button is provided to toggle on or off the receipt of notifications.</li>
<li>A keyboard shortcut can be assigned to perform the toggle function.</li>
<li>An optional count of active notifications is displayed next to the panel button.</li>
<li>The position of the button on the panel is a preference setting.</li>
<li>The Busy or Available state is persistent and is maintained during the current session and on the next system restart depending on the
Busy State Override At Session Start preference.
</ul>
<p>
When the extension is in the Busy state non-critical notifications are not displayed to
the user as they are received. The extension detects unseen notifications and activates
the notification indicator dot <img src="./images/DNDdot.png"> after the time display in the panel to alert the user
to unseen notifications in the calendar notification area.
</p>
<p>
The ability to set a busy status for notifications was removed from Gnome Shell 3.16.
The Do Not Disturb Button extension provides a means to set the presence status for notifications.
It does not provide integrated presence setting with Online Accounts.
A later release of the Gnome Shell may provide an improved means for providing this function.
</p>
<p>
The discussion of this issue on the Fedora Desktop List lead to the creation of this extension.<br><br>
<a href="http://lists.fedoraproject.org/pipermail/desktop/2015-June/012417.html" target="_blank">"Do Not Disturb Thread"</a><br>
<a href="http://lists.fedoraproject.org/pipermail/desktop/2015-June/012527.html" target="_blank">"Do Not Disturb Thread Continued"</a><br>
</p>
<p>
Ubuntu 17.10 introduced a modified version of Gnome Shell to provide a 'Unity like experience'.
The Do Not Disturb Button Extension has been modified to be compatible with the Ubuntu default Ubuntu Session as of extension version 19.
</p>
</td>
</tr>
</table>
<p>For Bugs, issues, comments please see <a href="./index.html" target="_top"><b>Bugs... etc.</b></a><br>
<footer>
<br>
<center><a href="mailto:nls1729@gmail.com"><img src="images/mail-mark-unread-2.png" width="32" height="32" alt="">
nls1729@gmail.com</a></a></center>
<br>
</footer>
</body>
</html>