OPSI .vmdk for non German speaking users

Antworten
mirkt
Beiträge: 95
Registriert: 05 Jun 2013, 09:39
Wohnort: Lithuania

OPSI .vmdk for non German speaking users

Beitrag von mirkt »

Hello,

Today I needed a temporary OPSI server for testing so I have downloaded a version of the opsi-depotserver as a VMWare machine and noticed some difficulties for users who do not speak German..

During the first boot I have chosen „en“, nevertheless 'locale' showed:
LANG="de_DE.UTF-8"
and xkbmap was "de".

Bild

Quick fix for others:
$ setxkbmap us
$ yourfavoriteeditor /etc/default/keyboard
change from:
XKBLAYOUT="de"
to
XKBLAYOUT="us"

$ yourfavoriteeditor ~/.pam_environment
change to:
LANGUAGE=en_US:en
LANG=en_US.UTF-8

As far as I understand, a new version is coming soon so maybe this notice will be helpful.. :)

Good luck
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: OPSI .vmdk for non German speaking users

Beitrag von n.wenselowski »

Hello mirkt,

thank you for this report!

I opened an internal ticket and we will probably have this fixed with the release of the new vm.


With kind regards

Niko

Code: Alles auswählen

import OPSI
Antworten