Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

notify-send(1) [opensolaris man page]

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)

Check Out this Related Man Page

subscriptions.conf(5)						    Apple Inc.						     subscriptions.conf(5)

NAME
subscriptions.conf - subscriptions file for cups DESCRIPTION
The subscriptions.conf file defines the local subscriptions that are active. It is normally located in the /etc/cups directory and is gen- erated automatically by the cupsd(8) program when subscriptions are created, renewed, or cancelled. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. DIRECTIVES
<Subscription NNN> ... </Subscription> Defines a subscription. Events name [ ... name ] Specifies the events that are subscribed. ExpirationTime unix-time Specifies the expiration time of a subscription as a UNIX time value in seconds since January 1st, 1970. Interval seconds Specifies the preferred time interval for event notifications in seconds. JobId job-id Specifies the job ID associated with the subscription. LeaseDuration seconds Specifies the number of seconds that the subscription is valid for. If 0, the subscription does not expire. NextEventId number Specifies the next notify-sequence-number to use for the subscription. NextSubscriptionId number Specifies the next subscription-id to use. Owner username Specifies the user that owns the subscription. PrinterName printername Specifies the printer or class associated with the subscription. Recipient uri Specifies the notify-recipient-uri value for push-type notifications. UserData hex-escaped-data Specifies user data to be included in event notifications. This is typically the "from" address in mailto: notifications. SEE ALSO
classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), printers.conf(5) http://localhost:631/help COPYRIGHT
Copyright 2007-2009 by Apple Inc. 30 April 2006 CUPS subscriptions.conf(5)
Man Page