×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

[Solved]Keyboard layout

  • Posts: 335
  • Thank you received: 19
Hi everybody,

I want to use a french layout keyboard with Stellarmate,  So I define it into the Raspberry config -localization.  But at the next session, the keyboard comes again to qwerty and not azerty. Why ?
I use also raspi-config witth the same result.
Thank you for your help.
Last edit: 2 years 4 months ago by MORELLI.
2 years 5 months ago #76996

Please Log in or Create an account to join the conversation.

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Keyboard layout

Noone can solve this issue ?
2 years 4 months ago #77294

Please Log in or Create an account to join the conversation.

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Keyboard layout

This issue comes when I use Nomachine for connection to the hotspot. No issue with VNC !

I look around parameters into Nomachine unsuccessfuly.

An idea ?
2 years 4 months ago #77482

Please Log in or Create an account to join the conversation.

  • Posts: 71
  • Thank you received: 6

Replied by TuxAstro on topic Keyboard layout

Hello,

Try in command line:
nano /etc/locale.gen and remove # before language you want
if that doesn't work try:
dpkg-reconfigure locales

may be you need sudo before ...

Gérard
2 years 4 months ago #77496

Please Log in or Create an account to join the conversation.

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Keyboard layout

No way. In fact, it is a bug of X11. The solution is to add a script to /etc/xdg/lxsession/LXDA-pi/autosart

#!/bin/bash
sudo setxkbmap "code langage" fr for french
2 years 4 months ago #77523

Please Log in or Create an account to join the conversation.

Time to create page: 0.799 seconds