CentOS 5.4 is not officially supported by the Synergy Classic GUI 6.5, so occasionally you may get Motif related warnings and errors while using special keys.
E.g. pressing BackSpace would print special chars instead of deleting the last char in the current string on the cursor.
E.g. pressing BackSpace would print special chars instead of deleting the last char in the current string on the cursor.
The problem is most likely with the application that is not able to locate the XKeysymDB database on the spot it is looking on.
To solve this issue you will need the root permissions on your machine.On CentOS the file is located in /usr/share/X11/.
To solve this issue you will need the root permissions on your machine.On CentOS the file is located in /usr/share/X11/.
Follow these steps to build a link to the XKeysymDB in the place an application is expecting it.
1. mkdir -p /usr/X11R6/lib/X11
2. cd /usr/X11R6/lib/X11
3. ln -s /usr/share/X11/XKeysymDB XKeysymDB
3. ln -s /usr/share/X11/XKeysymDB XKeysymDB
This should be it.
No comments:
Post a Comment