

So after that you should be able to doublecheck an. I’m not sure if this is necessary, but if it doesn,t work yet, try it: sudo update-desktop-database & sudo update-mime-database /usr/share/mime Icon=/opt/Citrix/ICAClient/icons/manager.pngĮxec=/opt/Citrix/ICAClient/xdg-open-wfica.sh %f $ cat /usr/share/applications/sktopĬategories=Application Network X-Red-Hat-Base X-SuSE-Core-Internet

desktop entry and point the Exec= to the script we just created and add %f at the end which is the variable referencing the filename. Now if you want to launch all the ica file using this script you can just modify the. There’s nothing really complex here, we are just replacing the DesiredVRES and DesiredHRES the Citrix server preset in the. The session should start on all your monitor. So here’s how I fixed the multiple monitor thing.Ĭreate a new script: $ sudo vim /opt/Citrix/ICAClient/xdg-open-wfica.shįILEA=$1 sed -i 's/DesiredVRES.*/DesiredVRES=4294967295/' $FILEA sed -i 's/DesiredHRES.*/DesiredHRES=4294967295/' $FILEA export WFICA_OPTS="-span a" /opt/Citrix/ICAClient/wfica -span h -icaroot /opt/Citrix/ICAClient $FILEAĬhange the permissions $ sudo chmod +x /opt/Citrix/ICAClient/xdg-open-wfica.shĪllright, now you can try if this work! $ /opt/Citrix/ICAClient/xdg-open-wfica.sh /path/to/your/launch.ica I assume you already have installed citrix reciever ( located in /opt/Citrix/ICAClient/ ) and everything is already working. The other one was starting in a windows 1024×768.
#Citrix receiver dual monitor windows 10 full#
One of them was starting full screen and using my 3 monitor. My employer give access to different ressources via Citrix. Hi, here’s a quick post with the instruction I used to fix this.
