Warning: translation table syntax error: Unknown keysym name: osfCancel
Warning: ... found while parsing '<Key>osfCancel:ListKbdCancel()'
Warning: translation table syntax error: Unknown keysym name: osfLeft
Warning: ... found while parsing '~c ~s <Key>osfLeft:ListLeftChar()'
...
1) Get a the SunOS OpenWindows jumbo patch 100444-76 from Sun
Microsystems which allows the Motif applications to run under the OpenLook
Window Manager. To get the patch, you can:
Get the patch via the web with the following URL:
http://access1.sun.com/patch.recommended/patch.bin/100444-76.tar.Z
See Tech Note 760 for the patch 100444-76 README, which can also be accessed with the following URL.
2) To eliminate the numerous XKeysymDB warning messages when running the applications, the user will have to perform the following steps:
# cp /usr/openwin/lib/XKeysymDB /usr/openwin/lib/XKeysymDB.orig
# cat XKeysymDB.island >> /usr/openwin/lib/XKeysymDB
The XKeysymDB file is commonly found in /usr/openwin/lib on SunOS systems without MIT X11 installed.
Motif applications typically expect to find the XKeysymDB file in /usr/lib/X11. If you don't have an XKeysymDB there, then you can set the XKEYSYMDB environment variable to point to where your XKeysymDB resides. On SunOS systems without MIT X11 installed, the XKeysymDB file is located in /usr/openwin/lib. If this is the case, you will have to set the XKEYSYMDB environment variable in your environment before starting Island's Motif-based products.
In csh: % setenv XKEYSYMDB /usr/openwin/lib/XKeysymDB
In sh/ksh: % XKEYSYMDB=/usr/openwin/lib/XKeysymDB ; export XKEYSYMDB
To avoid having to set XKEYSYMDB, you can create /usr/lib/X11 with an XKeysymDB file the machine you will run the applications on.
Then, start the application...
--------------------------% snip snip %---------------------------------
! XKeysymDB.island
!
! Begin Key Definitons for Island Software Applications
!
osfCopy:
1004FF02
osfCut:
1004FF03
osfPaste:
1004FF04
osfBackTab:
1004FF07
osfBackSpace:
1004FF08
osfClear:
1004FF0B
osfEscape:
1004FF1B
osfAddMode:
1004FF31
osfPrimaryPaste: 1004FF32
osfQuickPaste:
1004FF33
osfPageLeft:
1004FF40
osfPageUp:
1004FF41
osfPageDown:
1004FF42
osfPageRight:
1004FF43
osfActivate:
1004FF44
osfMenuBar:
1004FF45
osfLeft:
1004FF51
osfUp:
1004FF52
osfRight:
1004FF53
osfDown:
1004FF54
osfEndLine:
1004FF57
osfBeginLine:
1004FF58
osfEndData:
1004FF59
osfBeginData:
1004FF5A
osfPrevMenu:
1004FF5B
osfNextMenu:
1004FF5C
osfPrevField:
1004FF5D
osfNextField:
1004FF5E
osfSelect:
1004FF60
osfInsert:
1004FF63
osfUndo:
1004FF65
osfMenu:
1004FF67
osfCancel:
1004FF69
osfHelp:
1004FF6A
osfSelectAll:
1004FF71
osfDeselectAll:
1004FF72
osfReselect:
1004FF73
osfExtend:
1004FF74
osfRestore:
1004FF78
osfDelete:
1004FFFF
!
! End Key Definitions for Island Software Applications
!