You are not logged in.
In xfceI can't use letters like:
ć, ń, ó, ś, ź
I have them in tty.
Normal shortcut is alt+c for ć
In my situation in (for example firefox) it opens top bar menu with c shortcut under c. Pomoc
I tried to find solution. In Arch wiki and in google.
my locale.conf:
LANG=pl_PL.UTF-8
My locale.gen:
...
#pap_CW UTF-8
pl_PL.UTF-8 UTF-8
#pl_PL ISO-8859-2
...
My vconsole.conf
KEYMAP=pl
FONT=Lat2-Terminus16
FONT_MAP=8859-2
It's fresh install. During installation, I checked everything many times (it was my second installation on real hardware).
Last edited by 860lacov (2020-05-05 09:51:46)
Offline
I tried to find solution. In Arch wiki and in google.
Did you find https://wiki.archlinux.org/index.php/Xo … figuration ?
Offline
Is it the same behaviour with both Alt keys?
Usually rightAlt+c should produce ć, and leftAlt+c should activate the Pomoc menu.
Offline
I tried to find solution. In Arch wiki and in google.
Did you find https://wiki.archlinux.org/index.php/Xo … figuration ?
No I didn't so thank you.
I wanted to convert wiki example to my situation
/etc/X11/xorg.conf.d/00-keyboard.conf
ection "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "pl"
EndSectionIt didn't help. After restart keyboard didn't work.
Is it the same behaviour with both Alt keys?
Usually rightAlt+c should produce ć, and leftAlt+c should activate the Pomoc menu.
Maybe usually. In my case both alts open menu.
I checked xfce keyboard settings.
There was English language slected.
I changed it to Polish and it is working.
But I don't know why I couldn't achieve this with arch wiki way.
Offline
Well... You've just learned something by checking that by yourself. This is the 'Arch way'. ![]()
Please, be so kind and mark the thread as solved.
Offline
Well... You've just learned something by checking that by yourself. This is the 'Arch way'.
Please, be so kind and mark the thread as solved.
And I of course will mark it.
But I would like to clarify something.
I thought that after setting up the system during installation - setting for Polish language - everything should be installed to work with this language.
XFCE has been installed in Polish. keyboard not.
Because of seth tim I thought that this is the solution:
/etc/X11/xorg.conf.d/00-keyboard.conf
ection "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "pl"
EndSection
But it didn't change nothing. Is that xfce thing or I missed something?
Offline
Is that xfce thing
Apparently: "Also".
Note: XKB options can be overridden by the tools provided by some desktop environments such as GNOME and KDE.
or I missed something?
No.
Thetruearchway™ would be to write an xinitrc that starts a nifty lean WM and maybe runs setxkbmap, but you know: mass appeal ;-)
Offline