Re: [gentoo-user] national keyboard in open office

2006-05-09 Thread Grzegorz Kubiak
Friday 05 May 2006 17:30 Pawel K wrote:
 Hello
 How to force open office to type national (Polish)
 fonts. I can see them on the screen when opening the
 document containing them but when I press the
 combination right alt-char it doesn't work. I've
 installed open office as english(USA) version and
 itshould stay like that. I want to be able to type
 Polish characters only.

 Additional information about my system:
 1) system: linux Gentoo
 2) open office 2.0
 3) window manager: fluxbox
 4) xorg.conf contains:
 Option XkbRules xorg
 Option XkbModel pc105
 Option XkbLayout pl
 Option XkbOptions grp:switch
 5) /etc/conf.d/keymaps contains KEYMAP=pl2

 thank You for help

I have an another idea. Maybe there is something wrong with XKB
keyboard description compiler? What is the output of

$ setxkbmap -print | xkbcomp - foo.xkm

AFAIK if it works properly there should be only warnings similar 
to this one:

Warning:   No symbols defined for SYRQ (keycode 92)

Check also if command above creates file foo.xkm and what size it 
is.

-- 
regards,
Grzegorz Kubiak
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eix problem after portage upgrade

2006-02-05 Thread Grzegorz Kubiak
On Mon, Feb 06, 2006 at 04:32:16AM +0100, Bo Andresen wrote:
 Hi
 
 I'm running stable primarily but recently I decided to go to Portage
 2.1.  After doing that I am having problems with eix. eix considers
 all ebuild hard masked. It prints SRC_URI in the hopepage field and
 it prints dependencies in the description field. I have posted som
 info below that I hope will help troubleshoot this problem. If any
 further info is required please ask for it.  Thanks in advance for
 any replies to this mail.

Portage 2.1 uses a new caching method, so you should inform eix
about this by adding line:
PORTDIR_CACHE_METHOD=backport
to /etc/eixrc

After update-eix everything should be ok.

Grzegorz

-- 
gentoo-user@gentoo.org mailing list