~ubuntu-branches/ubuntu/intrepid/xfce-mcs-plugins/intrepid-proposed

1 by Simon Huggins
Import upstream version 4.0.5
1
NOTES for XFree86 users:
2
------------------------
3
If you are running XFree86, it is most likely, that you have only a static
4
variant of libXxf86misc installed. That might cause problems with the keyboard
5
plugin. So, in order to create a shared variant of -lXxf86misc, become root
6
and type the following commands:
7
8
	cd /usr/X11R6/lib
9
	ld --whole-archive -share -o libXxf86misc.so.1 libXxf86misc.a
10
	ln -s libXxf86misc.so.1 libXxf86misc.so
11
12
After that you need to rebuild and reinstall the keyboard_plugin and restart
13
xfce-mcs-manager. If you have any problems with the above, please mail to
14
benedikt.meurer@unix-ag.uni-siegen.de.