1

Good evening all,

Is there a way I can force the Citrix client through xenapp to run in windowed mode? I have tried using the wfcmgr but it doesn't save my settings.

Many thanks in advance,

José

José
  • 81

1 Answers1

7

Open terminal:

gedit ~/.ICAClient/All_Regions.ini

Then edit lines 852/3 to your desired resolution.

DesiredHRES=1366 DesiredVRES=768

This will force Citrix to open in windowed mode.

José
  • 81