how to Change the citrix Keyboard Layout (default) to Spanish

'User made' tutorials related to Porteus Kiosk edition.
Official kiosk documentation can be find here: http://porteus-kiosk.org/documentation.html
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
mteixido
White ninja
White ninja
Posts: 4
Joined: 14 Dec 2020, 16:48
Distribution: 5.1.0

how to Change the citrix Keyboard Layout (default) to Spanish

Post#1 by mteixido » 14 Dec 2020, 16:58

Good Morning,

I have configured the porteus with the keyboard in Spanish, but the citrix client takes the default in US, there is a way to change the wfclient.ini and put the KeyboardLayout = Spanish?

a greeting

Thank you.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

how to Change the citrix Keyboard Layout (default) to Spanish

Post#2 by fanthom » 15 Dec 2020, 06:35

Hello mteixido,

You could use 'run_command=' parameter to change the layout in the wfclient.ini file:
https://porteus-kiosk.org/parameters.html#run_command

Sample:

Code: Select all

run_command=sed -i 's|KeyboardLayout=(User Profile)|KeyboardLayout=Spanish|' /home/guest/.ICAClient/wfclient.ini

Or maybe it would be easier for you to remaster the ISO and update wfclient.ini file manually. Its stored in the 11-citrix.xzm module.
https://porteus-kiosk.org/kiosk-customization.html

Thanks
Please add [Solved] to your thread title if the solution was found.

mteixido
White ninja
White ninja
Posts: 4
Joined: 14 Dec 2020, 16:48
Distribution: 5.1.0

how to Change the citrix Keyboard Layout (default) to Spanish

Post#3 by mteixido » 15 Dec 2020, 18:03

I have tried to modify the file, but that file is only created once the session has been started for the first time.

Is there a way to initialize the file before installation?

Thanks a lot

mteixido
White ninja
White ninja
Posts: 4
Joined: 14 Dec 2020, 16:48
Distribution: 5.1.0

how to Change the citrix Keyboard Layout (default) to Spanish

Post#4 by mteixido » 16 Dec 2020, 08:54

HI,

Is it possible to add the file /home/guest/.ICAClient/wfclient.ini in the ISO?
a greeting

thanks.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

how to Change the citrix Keyboard Layout (default) to Spanish

Post#5 by fanthom » 16 Dec 2020, 09:46

Yes - please remaster the ISO and add this file to a separate module (e.g. own-changes.xzm)

Thanks
Please add [Solved] to your thread title if the solution was found.

mteixido
White ninja
White ninja
Posts: 4
Joined: 14 Dec 2020, 16:48
Distribution: 5.1.0

how to Change the citrix Keyboard Layout (default) to Spanish

Post#6 by mteixido » 16 Dec 2020, 11:31

run_command=wget http://domain.com/upload/wfclient -O /home/guest/.ICAClient/wfclient.ini

With this if that works. Now I close the ticket. A greeting.

Locked