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
|
Source: xwrited
Section: x11
Priority: optional
Maintainer: Thomas Koch <thomas@koch.ro>
Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xsl-ns,
intltool,
libdbus-glib-1-dev,
libglib2.0-dev,
libnotify-dev,
libutempter-dev,
xsltproc,
Standards-Version: 3.9.6
Homepage: https://code.guido-berhoerster.org/projects/xwrited/
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/xwrited.git/
Vcs-Git: git://anonscm.debian.org/collab-maint/xwrited.git
Package: xwrited
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: display write and wall messages as desktop notifications
The xwrited utility displays write(1) and wall(1) messages as desktop
notifications. A notification daemon compliant to the freedesktop.org
Desktop Notification Specification draft needs to be running in order
to display the notifications.
.
This utility is useful e.g. to send (forward) broadcast (wall) messages
to all users from cronjobs or system daemons.
.
The xwrited daemon is automatically started for each new X session
after the installation of this package.
|