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.9 platform.
Download (HTTP): http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.7/xfce4-xkb-plugin-0.7.1.tar.bz2
Download MD5 sum: 2f68e0d53baf68ecc1a7165ad33c26a9
Download size: 820 KB
Estimated disk space required: 7.8 MB
Estimated build time: less than 0.1 SBU
librsvg-2.40.13, libxklavier-5.4, and xfce4-panel-4.12.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xfce4-xkb-plugin
Install Xfce4 Keyboard Plugin by running the following commands:
sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \ -i panel-plugin/{Makefile.in,xkb-plugin.desktop.in.in} && ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --disable-debug && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -e ...
xkb-plugin.desktop.in.in} and --libexecdir=/usr/lib
: The sed and
the switch are necessary to place the xkb-plugin in the default
Xfce4 panel plugins directory.
--disable-debug
: This
switch disables debugging support.
Last updated on 2016-02-25 17:45:38 -0800