mousetweaks-2.30.2

Introduction to mousetweaks

The mousetweaks package provides mouse accessibility enhancements for the GNOME desktop.

This package is known to build using an LFS 6.5 platform but has not been tested.

Package Information

mousetweaks Dependencies

Required

AT SPI-1.30.1 and GNOME Panel-2.30.2

Optional

Rarian-0.8.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mousetweaks

Installation of mousetweaks

Install mousetweaks by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --disable-scrollkeeper &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--disable-scrollkeeper: Do not make updates to the scrollkeeper database. Remove it if you have rarian installed.

Contents

Installed Programs: dwell-click-applet, mousetweaks, and pointer-capture-applet
Installed Libraries: None
Installed Directories: $GNOME_PREFIX/share/{gnome/help/mousetweaks/*, mousetweaks,omf/mousetweaks}

Short Descriptions

dwell-click-applet

is used to select click type when using dwell click.

mousetweaks

is a daemon that provides various enhancements for the mouse.

pointer-capture-applet

is used to create an area on the panel to capture the pointer.

Last updated on 2010-08-22 13:48:07 +0000