como mudar de idioma no lubuntu 15.04 sobre XRDP

2

É muito estranho, mas não consigo encontrar a maneira de mudar de idioma no Lubuntu 15.04 quando conectado a ele via XRDP. Eu adicionei novo idioma em Preferências - > Métodos de entrada de teclado. Ele abriu "Preferências do IBus". Lá, na guia "Métodos de entrada", adicionei a linguagem necessária:

Emseguida,adicioneioatalhodetecladoparaalternaroidioma(tenteimuitosdiferentes,ninguémtrabalha):

Masacomutaçãonãofunciona.Primeirodetudo,elenãoreageaoatalhoqueeuespecifiquei.E,finalmente,elenãodigitanoidiomadesejado,mesmoseeuespecificá-loclicandonoíconenabandejadosistema.

    
por Dmitrij Kultasev 21.10.2015 / 12:37

1 resposta

0

O artigo Ubuntu 14.04 - Como instalar o xrdp no Ubuntu 14.04 diz isso em sua seção de "Para definir o layout do teclado na tela de Login do xrdp, execute os seguintes passos":

As explained above, with no special configuration, the xrdp login screen keyboard layout is set to english by default. if you need to change it to another keyboard layout, you should proceed with the following actions.

  1. You go to the /etc/xrdp directory
  2. you issue the command setxkbmap -layout <%your layout%> to define which keyboard map/layout to use
  3. create a copy of the km-0409.ini file into the same directory. It seems that this is the default file used by xrdp to define the keyboard layout. You will need to use sudo in order to be able to write into the directory
  4. Check that you have a backup of your file by typing the dir or ls command
  5. update the file by issuing the following command sudo xrdp-genkeymap km-0409.ini
    
por 26.10.2015 / 07:59