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.
Download (HTTP): http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.5/xfce4-xkb-plugin-0.5.6.tar.bz2
Download MD5 sum: bc4a43aa7f9ee1759562f92727a95cc4
Download size: 800 KB
Estimated disk space required: 8.1 MB
Estimated build time: 0.1 SBU
librsvg-2.40.7, libxklavier-5.4, and xfce4-panel-4.10.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xfce4-xkb-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
--disable-debug
: This
switch disables debugging support.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2015-02-22 14:34:08 -0800