[Bug 194964] deskutils/xfce4-xkb-plugin 0.5.6 missing russian (winkeys) layout

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 12 14:14:41 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194964

--- Comment #3 from Dmitry <dmitryluhtionov at gmail.com> ---
Oops. setxkbmap missing in xorg-minimal package.
I installed it manually and create file
/usr/local/etc/X11/xorg.conf.d/10-keyboard.conf with this contents:

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,ru(winkeys)"
        Option "XkbModel" "pc104"
        Option "XkbVariant" ","
        Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

All working with this settings, displayed in your screenshot.

But.
Problem with missing russian layout in xfce4-xkb-plugin is not go away.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-xfce mailing list