5 More Discussions You Might Find Interesting
1. Web Development
hi All
I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark.
Any suggestions ? (1 Reply)
Discussion started by: anil529
1 Replies
2. Programming
hi All
I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark.
Any suggestions ? (0 Replies)
Discussion started by: anil529
0 Replies
3. Programming
Hi All,
In my application, we are using Publish/subscribe model implemented in JAVA and when I implemented it on windows to windows os,it is working fine and able to publish the right data and even when I am trying the same between two different OS i.e between Windows and Solaris sparc or... (1 Reply)
Discussion started by: smartgupta
1 Replies
4. UNIX for Dummies Questions & Answers
Hi everyone,
When I use
echo "<textarea cols ="75" rows ="20" align="center">"
echo |cat xyz.sh
echo "</textarea>"
I am able to view the file xyz.sh in the text area
but when I try to echo an xml
echo "<textarea cols ="75" rows ="20" align="center">"
echo |cat xml.txt
echo... (3 Replies)
Discussion started by: Kashnaz
3 Replies
5. UNIX for Dummies Questions & Answers
Does anyone know how to publish a FrontPage site from a command line?
Thanks
Stewart (2 Replies)
Discussion started by: SHaddock
2 Replies
LEARN ABOUT OPENSOLARIS
notify-send
notify-send(1) User Commands notify-send(1)
NAME
notify-send - a CLI program to send desktop notifications
SYNOPSIS
notify-send [--help ] [--urgency=level] [--expire-time=time] [--icon=icon,icon...] [--category=type,type...] [--hint=type:name:value] [sum-
mary] [body]
DESCRIPTION
Using notify-send, you can send desktop notifications to the user via a notification daemon from the command line. The notifications are
used to inform the user about an asynchronous event or display some useful information without getting in the user's way.
OPTIONS
The following options are supported:
-?, --help Display help text.
-u, --urgency=level Specifies the urgency level, including low, normal and critical.
-t, --expire-time=time Specifies the timeout in milliseconds at which to expire the notification.
-i, --icon=icons Specifies an icon filename or stock icon to display.
-c, --category=types Specifies the notification category.
-h, --hint=hint Specifies basic extra data to pass. The format is type:name:value and valid types are int, double, string and byte
-v, --version Display version information.
EXIT STATUS
0 All information was written successfully.
>0 An error occurred.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-panel |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO
The Desktop Notification Spec on http://www.galago-project.org/specs/notification/.
NOTES
Written by Jedy Wang, Sun Microsystems Inc., 2007.
SunOS 5.11 28 Feb 2007 notify-send(1)