xfce4-xkb-plugin-0.5.6

Introduction to Xfce4 Keyboard Plugin

If your system has a standard (US) keyboard, you probably do not need to install this plugin.

The Xfce4 Keyboard Plugin package contains a very customizable and useful Xfce4 Panel plugin to setup and use multiple (currently up to 4 due to X11 protocol limitation) keyboard layouts and switch between them, individually by application, individually by window, or globally for the desktop and all applications and windows.

This package is known to build and work properly using an LFS-7.7 platform.

Package Information

Xfce4 Keyboard Plugin Dependencies

Required

librsvg-2.40.7, libxklavier-5.4, and xfce4-panel-4.10.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xfce4-xkb-plugin

Installation of Xfce4 Keyboard Plugin

Install Xfce4 Keyboard Plugin by running the following commands:

./configure --prefix=/usr    \
            --disable-debug  \
            --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-debug: This switch disables debugging support.

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: xfce4-xkb-plugin
Installed Library: None
Installed Directory: /usr/share/xfce4/xkb

Short Descriptions

xfce4-xkb-plugin

is the Xfce keyboard layout plugin.

Last updated on 2015-02-22 14:34:08 -0800