> I have a Sun Ultra 20 M2 running Solaris 10 u6 with a > Sun Type 7 (unix layout, english) keyboard. If I > login under CDE the left most 2 columns of keys > (which include Front, Open, Copy, Paste, Cut) work as > expected. However if I login and use JDS then these > keys apparently don't do anything. Which really sucks > because the aforementioned 5 keys are probably the 5 > most used keys on the keyboard for me and all my > users (at least on sparc...). > > On a sparc workstation these keys work fine under > JDS.
I did file a bug report on this issue. The response was that it was a minor problem that was not likely to be fixed. Here's how to do it yourself: First, replace /etc/gconf/schemas/metacity.schemas on Solaris 10 x86 with the same file from a Solaris 10 SPARC workstation. The files are only slightly different. Then, run: env GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/metacity.schemas > /dev/null That's all one line. You'll likely need to reboot the computer to get the changed defaults. -- This message posted from opensolaris.org
