Alexander Pyhalov <[email protected]> wrote: >Hello. >I've solved problems with xkb and gnome keyboard applet. Everything >works good with several hacks (maybe not all of them are necessary): > >1) files xkb/symbols/{group,ru} and xkb/keycodes/usb should be changed >by this files taken from normal X11 distribution, there should be >sun.xml in xkb/rules and rules file itself (xorg) should contain the >following strings: >! model = keycodes geometry symbols types compat > pc105 = usb(104) pc(pc104) us(pc104)+%l%(v) complete complete > >2)compile and install libxklavier,libgnomekbd,gswitchit from >gnome-applets. While compiling libxklavier set >--with-xkb-base=/usr/X11/lib/X11/xkb. >3) /*Dirty hack*/ before compiling of libxklavier change in >libxklavier-3.5/libxklavier/xklavier_config.c, in >xkl_config_rec_split_layouts() function string >xkl_strings_split_comma_separated(&data->layouts, merged) to >xkl_strings_split_comma_separated("US,RU", merged); //Or your layouts >4) In .dtprofile add string: /usr/X11/bin/setxkbmap -symbols >'us(pc105)+ru(winkeys)+group(rwin_toggle)' -compat 'complete >+ledscroll(group_lock)' > >And now it works as good as earlier. Now you may say goodbye to IIIMD.
Excellent - so you have OpenSolaris 2008.11 "usable" with Sun Ray? Could you give a quick summary/HOWTO detailing the changes? Many thanks. -- -- Regards Sean Clarke --------------------------------------------- SEC Consulting Limited Phone: +44 (0)23 8040 5599 Website: http://www.sec-consulting.co.uk Email: [email protected] SEC Consulting is a Sun Partner Advantage Member: Sun, keeping 10 moves ahead. http://www.sec-consulting.co.uk/Sun/index.html _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
