startup-notification-0.8

Introduction to startup-notification

The startup-notification package contains startup-notification libraries. These are useful for building a consistent manner to notify the user through the cursor that the application is loading.

Package Information

startup-notification Dependencies

Required

X (XFree86-4.5.0 or X.org-6.8.2)

Installation of startup-notification

Install startup-notification by running the following commands:

./configure --prefix=/usr &&
make

Now, as the root user:

make install &&
install -v -m644 -D doc/startup-notification.txt \
    /usr/share/doc/startup-notification-0.8/startup-notification.txt

Contents

Installed Programs: None
Installed Library: libstartup-notification-1.[so,a]
Installed Directories: /usr/include/startup-notification-1.0 and /usr/share/doc/startup-notification-0.8

Short Descriptions

libstartup-notification-1.[so,a]

provides the functions to assist applications in communicating with the cursor system to provide feedback to the user that the application is loading.

Last updated on 2005-08-01 13:29:19 -0600