~ubuntu-branches/ubuntu/dapper/xfce-mcs-plugins/dapper

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-04-27 22:08:03 UTC
  • Revision ID: james.westby@ubuntu.com-20040427220803-vhxi3wkask9cku5d
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.