GNOME Magnifier-0.16.1

Introduction to GNOME Magnifier

The GNOME Magnifier includes a screen magnifier, which allows you to zoom in on portions of the desktop. It is expressly designed for users with low vision who wish to use the GNOME desktop.

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

Package Information

GNOME Magnifier Dependencies

Required

AT SPI-1.30.1

Optional (to Build the Colorblind Applet)

GNOME Desktop-3.2.1, colorblind, PyGTK-2.17.0 (including the gtk and gtk.libglade modules), PYORBit-2.24.0, Gnome-Python-2.28.1, Gnome-Python-Desktop-2.30.2.

Optional

Doxygen-1.7.5

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-mag

Installation of GNOME Magnifier

If Doxygen-1.7.5 is installed, the reference documentation is automatically generated. Install GNOME Magnifier by running the following commands:

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

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$GNOME_PREFIX: Setting the prefix using this parameter will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=$GNOME_SYSCONFDIR: Setting the sysconfdir using this parameter will ensure that the sysconfdir is consistent with the installation environment and the package will be installed in the correct location.

Contents

Installed Program: magnifier
Installed Libraries: libgnome-mag.so and GNOME_Magnifier_module.so
Installed Directories: $GNOME_PREFIX/{include/gnome-mag-1.0/magnifier, share/{doc/gnome-mag-0.16.1/reference/html,gnome-mag/{1_32,dbus}, idl/gnome-mag-1.0}}

Short Descriptions

magnifier

is a screen zooming utility.

libgnome-mag.so

contains the GNOME Magnifier API functions.

GNOME_Magnifier_module.so

is an ORBit2 module.

Last updated on 2012-01-25 19:26:52 +0000