Skip to content
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

Open
jerleSSAB opened this issue Sep 2, 2024 · 9 comments
Open

Citrix Receiver launch issue #848

jerleSSAB opened this issue Sep 2, 2024 · 9 comments

Comments

@jerleSSAB
Copy link

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:
image

However, this results in an error. Checking the logs reveals that the connection is attempted with "--username" as the URL instead of the store:
image

I can use the storebrowse utility to add an launch resources just fine.

@Thinstation
Copy link
Collaborator

Thinstation commented Sep 2, 2024 via email

@jerleSSAB
Copy link
Author

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?

@Thinstation
Copy link
Collaborator

Thinstation commented Sep 2, 2024 via email

@jerleSSAB
Copy link
Author

jerleSSAB commented Sep 3, 2024

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.

@Thinstation
Copy link
Collaborator

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.

@Thinstation
Copy link
Collaborator

However, you could put a set -x into dialog.functions and maybe the answer will present itself.

@jerleSSAB
Copy link
Author

That indeed helped

image

The options are passed before the server URL, I suppose that's why the --username option gets passed as the store URL

@jerleSSAB
Copy link
Author

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?

@Doncuppjr
Copy link
Collaborator

Doncuppjr commented Sep 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants