Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Hi, One of my customer has a VS3100 with Desktop-VMS V1.1. When he tries to change the keyboard mapping with the customize keyboard option in the session manager, in the list box he gets the keyboard names prefixed with the path name, i.e. [SYS$KEYMAP.DECW.SYSTEM]SPANISH LK201LS DP. If he tries to select a different keyboard than the default, doesn't work, because writes in DECW$SM_GENERAL.DAT the name of the new keyboard along with the directory: Keyboard_dialect: [SYS$KEYMAP.DECW.SYSTEM]SPANISH LK201LS DP. Has anybody seen this before? Is there a way of getting rid of the pathname in the list box? Thanks in advance for any help. Rafael Martinez, TSC Madrid, Spain. PS: Cross-posted in ELKTRA::DESKTOP-VMS
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3414.1 | check decw$keymap | STAR::ORGOVAN | Vince Orgovan | Thu Oct 04 1990 19:28 | 5 |
I don't ever remeber seeing the behavior you reported. A fast scan of the sources didn't provide any clues. Any chance you've got a non-standard definition of the DECW$KEYMAP logical name? | |||||
3414.2 | hmmmm | CVG::PETTENGILL | mulp | Fri Oct 05 1990 01:42 | 8 |
I have the same problem, I think, with V5.4. I think that DTVMS redefines sys$sysroot to add the CDROM to the search list. I've also done the same thing so that I can run field test versions of VMS on my workstation without the rest of the cluster being upgraded and without my having to install the 40-50 layered products that I expect to be around. Most things work, but this is one that doesn't seem to. I have no idea why changing the search list causes problems, but it seems to. | |||||
3414.3 | LATINA::RAFA | Rafael Mart�nez, TSC Madrid, Spain | Fri Oct 05 1990 07:18 | 23 | |
.1> Any chance you've got a non-standard definition of the DECW$KEYMAP .1> logical name? DECW$KEYMAP = DECW$SYSCOMMON:[SYS$KEYMAP.DECW.USER] = DECW$SYSCOMMON:[SYS$KEYMAP.DECW.SYSTEM] DECW$SYSCOMMON = $1$DKA300:[SYS0.SYSCOMMON] both defined in DECW$LOGICAL_NAMES table. .2> I have no idea why changing the search list causes problems, but it .2> seems to. Right, I have defined DECW$KEYMAP pointing to the directory where the keymaps are: $1$DKA300:[SYS0.SYSCOMMON.SYS$KEYMAP.DECW.SYSTEM] and worked out. My customer is happier. Thanks for your hints. Is this the expected behavior when using search list? BTW, DTVMS version is 1.1A. Rafael Martinez. |