Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] national keyboard in open office
Date: Mon, 08 May 2006 18:25:17
Message-Id: 445F8BC7.4070801@xs4all.nl
In Reply to: Re: [gentoo-user] national keyboard in open office by Pawel K
1 Pawel K wrote on 08/05/06 17:57:
2
3 > Thanx all of You for help but it didn't help.
4 > I've selected both pl_PL and pl_PL.utf8
5
6 > maybe there is something wrong with my following
7 > option in xorg.conf:
8
9 Option "XkbOptions" "grp:switch"
10
11 > It is very important for me writing national
12 > characters. If You have any other ideas let me know
13
14 This is a snippet from my xorg.conf keyboard set-up. You'll probably
15 prefer to use XkbModel=pc105 rather than the logitech model I use.
16
17 My locale settings are LC_ALL=en_GB.utf8, but again, you might prefer
18 LC_ALL=en_US.utf8 to match your OpenOffice preferences.
19
20 Section "InputDevice"
21 Identifier "Keyboard0"
22 Driver "kbd"
23 Option "AutoRepeat" "500 30"
24 Option "CoreKeyboard"
25 Option "XkbModel" "logicdp"
26 Option "XkbLayout" "us_intl"
27 EndSection
28
29 I had this sort of problems only with OpenOffice, which misbehaved under
30 KDE, but worked fine under IceWM. Setting LC_ALL=en_US.utf8 fixed it.
31
32 Does composing the Polish characters work for you under applications
33 such as Mozilla Thunderbird?
34
35 What specific Polish characters are you missing, and how do normally
36 compose them? If you tell me how you expect to compose them, I'll test
37 to see if it works here.
38
39 Cheers, Dave
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] national keyboard in open office Pawel K <pawlaczus@×××××.com>