Open jerleSSAB opened 2 months ago
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 pkg fullscreen icastore
, shouldn't it use the user input from the dialog?
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.
That indeed helped
The options are passed before the server URL, I suppose that's why the --username option gets passed as the store URL
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.