-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citrix Receiver launch issue #848
Comments
That looks very strange, I would need to see the options you are passing in config to make a better determination of what is going on.
|
Are the configs the problem? In the example above I am launching Receiver from terminal running |
It looks like you are passing more options than I can see. I only see https:// on the server line. I would have expected to see a fully formed url.
|
I censored the URL 😄 The full URL that I use there works with the storebrowse utility and when adding a server via Receiver Preferences. I use --username, --password and --domain options. |
I can't think of any reason why the options string would be injected into the middle of the server string. There is some ordering that takes place, but not intermixing of the strings. |
However, you could put a set -x into dialog.functions and maybe the answer will present itself. |
I tried adding icastore.server_first file to ts/build/packages/ica/build/extra/etc/cmd, however the server URL is still passed as the last parameter. Is there something else that needs to be configured as well? |
For anything in extra to make it into the image, you would need to clean and reinstall the ica package. Otherwise, you could also add it to the current install ica/etc/cmd
./build –removeall
./build
|
There seems to be something wrong launching Citrix Receiver. Inside the ThinStation build running pkg fullscreen icastore shows the correct parameters in the launch window:
However, this results in an error. Checking the logs reveals that the connection is attempted with "--username" as the URL instead of the store:
I can use the storebrowse utility to add an launch resources just fine.
The text was updated successfully, but these errors were encountered: