Main > Free Download Search >

Free notification software for linux

notification

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 391
Mail Notification 4.1

Mail Notification 4.1


Mail Notification is a status icon (aka tray icon) that informs you if you have new mail. more>>
Mail Notification is a status icon (aka tray icon) that informs you if you have new mail.
Mail Notification works with system trays implementing the freedesktop.org System Tray Specification, such as the GNOME Panel Notification Area, the Xfce Notification Area and the KDE System Tray.
Main features:
- multiple mailbox support
- mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support
- SASL authentication support
- APOP authentication support
- SSL/TLS support
- automatic detection of mailbox format
- immediate notification (the status icon is updated within seconds after a mailbox changes)
- a mail summary
- HIG 2.0 compliance.
<<less
Download (0.70MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
851 downloads
News notification 0.5 RC2

News notification 0.5 RC2


News notification is a RSS News notification via a popup window. more>>
News notification is a RSS News notification via a popup window.
Modeled after Mail Notification. RSS News your way!
Main features:
- Drag and drop to add feeds (into the news icon on status bar)
- Font setting
- Site icons
NOTE: FG/BG Color setting has not been implented yet, but its still in the prefs.
To add site icons, make sure news-notification is not running, otherwise your config will get overwritten.
1. Get the sites favicon.ico, http://www.website.com/favicon.ico or view the main page source and look in the header for "shortcut icon"
2. Load up favicon.ico on your favorite graphics editors, save it as a .png file
3. Copy the png file into $HOME/.news-notification
4. Edit $HOME/.news-notification/config
5. Under the proper feed channel add < icon >icon.png< /icon >
<<less
Download (0.34MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
875 downloads
Reliable Response Notification 2.0

Reliable Response Notification 2.0


Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. more>>
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. The project guarantees that every emergency will have one, and only one, person responding and taking charge of the recovery.
For integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
<<less
Download (MB)
Added: 2007-05-31 License: Other/Proprietary License Price:
878 downloads
GNotify 1.2

GNotify 1.2


GNotify is a little daemon written in C using GTK. more>>
GNotify is a little daemon written in C using GTK.
It provides (like the KDE KNotify-system) a notification-service for
Gnome/XFce/FVWM/Fluxbox/Enlightenment and other Desktop-Environments/WindowManagers.
Clients can connect from the local machine or from other machines in the network via TCP/IP-Sockets.
Main features:
- Threaded client management
- Easy TCP/IP protocol
- Showing the Application-Name/-Icon
- Network compatible (Notifications over TCP/IP)
- Soundplay-On-Notify
- Notify-Button
- System-wide usable
- Notify-Checkbox
- IP-Blocking
- Configuration-GUI
- Notification-moving
- And many more ...
Enhancements:
- LibXML2
<<less
Download (0.50MB)
Added: 2005-08-01 License: GPL (GNU General Public License) Price:
1550 downloads
PloneSubscription 1.2.2

PloneSubscription 1.2.2


PloneSubscription provides a tool supporting different levels of subscription and notification more>>
PloneSubscription provides a tool supporting different levels of subscription and notification

This product allows users to manage their subscriptions and to administrators manage group-wide subscriptions.

<<less
Download (0.73MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
evonotify 0.2.4

evonotify 0.2.4


evonotify is a little gtk-perl script to add panel-mail-notification. more>>
evonotify is a little gtk-perl script to add panel-mail-notification to evolution using a filter evonotify requires the perl modules "Gnome2", "Gnome2::Wnck" and "Gtk2::TrayIcon" to run.

In debian and ubuntu these are provided by libgnome2-perl, libgnome2-wnck-perl and libgtk2-trayicon-perl.

If new mail arrives evonotify is run by a evolution filter (see screenshot at bottom). evonotify then shows a little flashing letter in the notification area. Clicking the icon brings up evolution (either starts it or uniconifys the running evo window) and closes itself. Right clicking opens a context menu which offers configuration.

Sound and Tooltip text are customizable by a config interface.

To install evonotify download and unpack the tgz file, cd to the evonotify dir and run ./setup. The setup script will copy the files to the appropriate places and set up the evolution filter for you.

This will execute evonotify everytime new mail arrives. To avoid confusion the internal notification of evolution should be disabled (using the mail preferences).

<<less
Download (0.018MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1560 downloads
SVN::Notify 2.66

SVN::Notify 2.66


SVN::Notify is a Subversion activity notification. more>>
SVN::Notify is a Subversion activity notification.

Synopsis

Use svnnotify in post-commit:
svnnotify --repos-path "$1" --revision "$2"
--to developers@example.com [options]

svnnotify --repos-path "$1" --revision "$2"
--to-cx-regex i10n@example.com=I10N [options]
Use the class in a custom script:
use SVN::Notify;

my $notifier = SVN::Notify->new(%params);
$notifier->prepare;
$notifier->execute;

This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable to easily add new functionality. By default, A list of all the files affected by the commit will be assembled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment. See the with_diff and attach_diff options below.

<<less
Download (0.055MB)
Added: 2007-08-13 License: Perl Artistic License Price:
809 downloads
Commitfilter 0.9.1

Commitfilter 0.9.1


Commitfilter can be used by projects hosting source repositories and having a commit notification mailing list. more>>
Commitfilter program can be used by projects hosting source repositories and having a commit notification mailing list.
The service allows users to subscribe to only the relevant areas of the repository for which they want to get notifications.
Commitfilter has been in use for KDE for more than 2 years. It currently supports Subversion, but CVS support will be restored.
Enhancements:
- A Web frontend is now included, which is easily changed to integrate well with existing Web pages.
- The PHP code doesnt require register-globals anymore, and more configuration options are now available for better multi-project support.
<<less
Download (0.011MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1066 downloads
python-inotify 0.1.0

python-inotify 0.1.0


python-inotify project is a Python interface to the inotify file notification system present in Linux 2.6. more>>
python-inotify project is a Python interface to the inotify file notification system present in Linux 2.6.

<<less
Download (0.030MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1418 downloads
gaim-libnotify 0.12

gaim-libnotify 0.12


gaim-libnotify is a gaim plugin that enables popups when someone logs in or messages you. more>>
gaim-libnotify is a gaim plugin that enables popups when someone logs in or messages you.

gaim-libnotify works much like guification, but using the new notification framework, libnotify.

gaim-libnotify has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only.

<<less
Download (0.42MB)
Added: 2006-10-22 License: GPL (GNU General Public License) Price:
1098 downloads
netbiff 0.9.18

netbiff 0.9.18


netbiff is a mail notification utility, like the traditional xbiff, but designed to handle multiple mailboxes. more>>
netbiff is a mail notification utility, like the traditional xbiff, but designed to handle multiple mailboxes. It can provide a graphical interface and/or execute shell commands when new mail is received.

netbiff is the main interface program which comunicates with several mail checkers. It can use GTK or a terminal to display messages to user.

netbiffd-imap checks for mail on an IMAP connection. It supports checking multiple folders, and can connect using TCP, SSL, or an SSH tunnel.

netbiffd-file checks for updates to a specific file using its mtime field. The behavior is identical to the original xbiff.

<<less
Download (0.026MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1232 downloads
pidgin-libnotify 0.13

pidgin-libnotify 0.13


pidgin-libnotify is a pidgin plugin that enables popups when someone logs in or messages you. more>>
pidgin-libnotify is a pidgin plugin that enables popups when someone logs in or messages you.

pidgin-libnotify works much like guifications, but using the new notification framework, libnotify.

The project has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only.

<<less
Download (0.35MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
564 downloads
stalonetray 0.6.5

stalonetray 0.6.5


stalonetray project is a STAnd-aLONE system tray (notification area). more>>
stalonetray project is a STAnd-aLONE system tray (notification area). It only depends on Xlib at build-time and run-time. Stalonetray runs under virtually any window manager.

<<less
Download (0.13MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
Nightwatch 0.12

Nightwatch 0.12


Nightwatch is a build scheduler that can be scheduled to do builds for several build styles, including Maven, Make, and Ant. more>>
Nightwatch is a build scheduler that can be scheduled to do builds for several build styles, including Maven, Make, and Ant.
The tool is pluggable, so any build style can easily be added. The build results can be published as a Web site, where individual builds can create their own project sites.
For builds generating reports (like Maven), nightwatch can generate trend reports for long term reporting. Notification of the build results can be created.
Enhancements:
- This release adds an improved GUI and notification.
- Note that notification is mainly to be used on Linux systems.
- Solaris users will have to wait for a future upgrade.
<<less
Download (0.068MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1416 downloads
GNOME Media Applet 0.4

GNOME Media Applet 0.4


A gnome applet to easily mount/unmount removable media more>>
GNOME Media Applet 0.4 offers you an outstanding and very useful application which can easily manage disks and devices on your system. GNOME Media Applet is a panel applet for GNOME to easily mount/unmount removable media. Its similar (in the purpose) to the drivemount applet but with a nice user interface. It is based on ejecter 0.0.9 a small utility to unmount removable media, by Federico Pelloni.

Major Features:

  1. Easily manage your devices
  2. support actions on devices
  3. support notifications
  4. support network devices
  5. Shiny user intereface
  6. Written in Vala

Enhancements:

  • Media-applet can run either as a normal application (with an icon in the notification area) or as an applet
  • Unmount all partitions of a removable device with one click
  • File Monitor: update the size and free space of a device dinamically
  • Better notification system: you can enable/disable notifications (and notifications actions) using the gconf keys (/apps/media-applet/show_notifications and apps/media-applet/show_actions). Notification messages look also more human :)
  • "Open with Nautilus" as default action: clicking on each device will always open a new nautilus window for it
  • bug fixing: #323813,#318254,#317856 and others
  • media-applet is translated in 17 languages
  • Updated to vala 0.5.7

Requirements: vala 0.5.7

<<less
Added: 2009-02-28 License: GPL Price: FREE
20 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5