Page 1 of 1

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

Posted: 14 Dec 2020, 16:58
by mteixido
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.

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

Posted: 15 Dec 2020, 06:35
by fanthom
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

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

Posted: 15 Dec 2020, 18:03
by mteixido
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

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

Posted: 16 Dec 2020, 08:54
by mteixido
HI,

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

thanks.

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

Posted: 16 Dec 2020, 09:46
by fanthom
Yes - please remaster the ISO and add this file to a separate module (e.g. own-changes.xzm)

Thanks

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

Posted: 16 Dec 2020, 11:31
by mteixido
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.