Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 13.59.0.231
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
help /
fr /
zenity /
Delete
Unzip
Name
Size
Permission
Date
Action
figures
[ DIR ]
drwxr-xr-x
2022-01-26 17:33
calendar.page
3.53
KB
-rw-r--r--
2018-10-30 18:06
color-selection.page
2.58
KB
-rw-r--r--
2018-10-30 18:06
entry.page
2.69
KB
-rw-r--r--
2018-10-30 18:06
error.page
1.96
KB
-rw-r--r--
2018-10-30 18:06
file-selection.page
3.34
KB
-rw-r--r--
2018-10-30 18:06
forms.page
3.56
KB
-rw-r--r--
2018-10-30 18:06
index.page
1.95
KB
-rw-r--r--
2018-10-30 18:06
info.page
2
KB
-rw-r--r--
2018-10-30 18:06
intro.page
2.21
KB
-rw-r--r--
2018-10-30 18:06
legal.xml
3.14
KB
-rw-r--r--
2018-10-30 18:06
list.page
4.06
KB
-rw-r--r--
2018-10-30 18:06
message.page
1.72
KB
-rw-r--r--
2018-10-30 18:06
notification.page
3.32
KB
-rw-r--r--
2018-10-30 18:06
password.page
2.47
KB
-rw-r--r--
2018-10-30 18:06
progress.page
3.53
KB
-rw-r--r--
2018-10-30 18:06
question.page
1.98
KB
-rw-r--r--
2018-10-30 18:06
scale.page
3.36
KB
-rw-r--r--
2018-10-30 18:06
text.page
3.47
KB
-rw-r--r--
2018-10-30 18:06
usage.page
9.95
KB
-rw-r--r--
2018-10-30 18:06
warning.page
2.02
KB
-rw-r--r--
2018-10-30 18:06
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="notification" xml:lang="fr"> <info> <link type="guide" xref="index#dialogs"/> <desc>Utiliser l'option <cmd>--notification</cmd>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Christophe Bliard</mal:name> <mal:email>cbliard@gmail.com</mal:email> <mal:years>2005</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Vincent Untz</mal:name> <mal:email>vuntz@gnome.org</mal:email> <mal:years>2005</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Claude Paroz</mal:name> <mal:email>claude@2xlibre.net</mal:email> <mal:years>2009</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Bruno Brouard</mal:name> <mal:email>annoa.b@gmail.com</mal:email> <mal:years>2011</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Mickael Albertus</mal:name> <mal:email>mickael.albertus@gmail.com</mal:email> <mal:years>2012</mal:years> </mal:credit> </info> <title>Icône de notification</title> <p>Utilisez l'option <cmd>--notification</cmd> pour créer une icône de notification.</p> <terms> <item> <title><cmd>--text</cmd>=<var>texte</var></title> <p>Spécifier le texte affiché dans la zone de notification.</p> </item> <item> <title><cmd>--listen</cmd>=icon: « <var>texte</var> », message: « <var>texte</var> », tooltip: « <var>texte</var> », visible: « <var>texte</var> »,</title> <p>Attend une commande sur l'entrée standard. Au moins une commande doit être précisée. Les commandes sont séparées par des virgules. Une commande doit être suivie d'un double-point et d'une valeur.</p> <note style="tip"> <p>La commande <cmd>icon</cmd> accepte aussi quatre valeurs spéciales de noms d'icônes qui sont <var>error</var> (erreur), <var>info</var>, <var>question</var> et <var>warning</var>.</p> </note> </item> </terms> <p>Le script d'exemple suivant montre comment créer une icône de notification :</p> <code> #!/bin/sh zenity --notification\ --window-icon="info" \ --text="Mise à jour du système nécessaire !" </code> <figure> <title>Exemple d'icône de notification</title> <desc>Exemple d'icône de notification <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-notification-screenshot.png"/> </figure> <p>Le script d'exemple suivant montre comment créer une icône de notification avec <cmd>--listen</cmd> :</p> <code> #!/bin/sh cat <<EOH| zenity --notification --listen message: ceci est le texte du message EOH </code> <figure> <title>Exemple d'icône de notification avec <cmd>--listen</cmd></title> <desc>Exemple d'icône de notification <app>Zenity</app> avec <cmd>--listen</cmd></desc> <media type="image" mime="image/png" src="figures/zenity-notification-listen-screenshot.png"/> </figure> </page>