Will see the path searched, log files locations, LAX version, where the preferences are read from etc.
Showing posts with label gui. Show all posts
Showing posts with label gui. Show all posts
Sunday, May 20, 2012
Monday, August 9, 2010
Synergy Classic client GUI troubles
Trouble: classic client running on Linux RH 5 machine behaves oddly:
- right-click does not work,
- no way to select more than one item at at time (several files in the tree view, or two versions on history view),
- mouse single click responding as a double-click should,
- backspace character typing garbage,
- strange fonts ...
What helps:
1. Make sure NumLock key is disabled. Vendor also suggest checking the CapsLock key.
2. Synergy Classic client GUI is governed by the number of setup files, that define fonts, colors and other application GUI qualities.
If you do not have root over the Linux machine try to copy the Ccm file into your home directory:
user# cp $CCM_HOME/etc/Ccm ~/
Also,
- right-click does not work,
- no way to select more than one item at at time (several files in the tree view, or two versions on history view),
- mouse single click responding as a double-click should,
- backspace character typing garbage,
- strange fonts ...
What helps:
1. Make sure NumLock key is disabled. Vendor also suggest checking the CapsLock key.
2. Synergy Classic client GUI is governed by the number of setup files, that define fonts, colors and other application GUI qualities.
Original "CM Synergy - X Resource File" file Ccm is located in $CCM_HOME/etc contains the most of the setting. Upon machine setup this file has to be copied to the local X directory:
root# cp $CCM_HOME/etc/Ccm /usr/lib/X11/app-defaults
If you do not have root over the Linux machine try to copy the Ccm file into your home directory:
user# cp $CCM_HOME/etc/Ccm ~/
Also,
(found on vendor site)
If during ccm start, messages about undefined X attributes are displayed ...
If errors indicating undefined X attribtues are seen duing a Synergy session startp, it is possible the Ccm X app-defaults file isn't being found or was incorrectly installed, or there may be an incompatibility with the user's environment settings (i.e., XAPPLRESDIR, XFILESEARCHPATH or XUSERFILESEARCHPATH may be set).
This issue also can typically be resolved by copying the Ccm file from $CCM_HOME/etc to the user's $HOME directory. If the user is using XAPPLRESDIR, XFILESEARCHPATH or XUSERFILESEARCHPATH, add the location of the Ccm file to one of those paths. Stop and restart the CCM session to validate the solution.
Sunday, December 13, 2009
Fix the Motif issues on Synergy clients machines running CentOS
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.
Subscribe to:
Posts (Atom)