Double click to launch
|
24-01-2014, 07:31 AM,
|
|||
|
|||
Double click to launch
Hello.
I am wondering if it is possible to change from single click to double click when launching an application or published app? My users are very used to using a double click and I have noticed that you can accidently launch two CITRIX connections. Thank you. |
|||
24-01-2014, 11:51 AM,
|
|||
|
|||
RE: Double click to launch
Yep
![]() users are impatient to work (... or go to the remote desktop and open facebook or personal email) ![]() Citrix v13 didnt have this problem but you are using the v12 client right? The solution is to create a script that, on dclick, check if an ica process is up if not start the app. #!/bin/bash #set -x export DISPLAY=:0 PROGRAM=wfica PROGRAM=My_20Desktop.pnagent APPCHK=$(ps aux | grep -c $PROGRAM) #============================================== if [ $APPCHK = '1' ]; then echo "not running" /opt/Citrix/ICAClient/wfcmgr -icaroot /opt/Citrix/ICAClient -launch /rpitc/.ICAClient/cache/Desktop/My_20Desktop.pnagent & else echo "running" fi exit where "/rpitc/.ICAClient/cache/Desktop/My_20Desktop.pnagent" is the exposed app or desktop file conf |
|||
24-01-2014, 12:09 PM,
|
|||
|
|||
RE: Double click to launch
Thanks Gibbo. I'm using RPi-TC ARMv6j Release 5 build so I am using v13 of the CITRIX Receiver. Will the fix still work? Just confirming, the problem is within the Linux Desktop, not within CITRIX.
|
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)