Use Citrix Receiver (ICA client) on Ubuntu 18.04
I used to use Citrix receiver on Ubuntu 16.04 for a while Switching to 18.04, I want to continue using Citrix.
I downloaded and installed citrix receiver 13.8 following this official guide without any errors: https://docs.citrix.com/en-us/receiver/linux/current-release/install.html
When I triy to vonnect using a provided connection file (.ica), I receive the following error message in a window:
Verbindung mit '0.0.0.2 - Desktop EMEA' kann nicht hergestellt werden.
Datei oder Verzeichnis nicht gefunden.
English: File or directory not found
I tried to debug by setting PrintLogThreshold=6
in the connection file. Unfortunately o additional information about the error is logged.
Using the same connection on the old Ubuntu 16.04 installation works as usual at the same time.
How can I debug? Why is the IP-address all-zero?
networking 18.04 citrix
add a comment |
I used to use Citrix receiver on Ubuntu 16.04 for a while Switching to 18.04, I want to continue using Citrix.
I downloaded and installed citrix receiver 13.8 following this official guide without any errors: https://docs.citrix.com/en-us/receiver/linux/current-release/install.html
When I triy to vonnect using a provided connection file (.ica), I receive the following error message in a window:
Verbindung mit '0.0.0.2 - Desktop EMEA' kann nicht hergestellt werden.
Datei oder Verzeichnis nicht gefunden.
English: File or directory not found
I tried to debug by setting PrintLogThreshold=6
in the connection file. Unfortunately o additional information about the error is logged.
Using the same connection on the old Ubuntu 16.04 installation works as usual at the same time.
How can I debug? Why is the IP-address all-zero?
networking 18.04 citrix
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
Thanks. Already usedProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49
add a comment |
I used to use Citrix receiver on Ubuntu 16.04 for a while Switching to 18.04, I want to continue using Citrix.
I downloaded and installed citrix receiver 13.8 following this official guide without any errors: https://docs.citrix.com/en-us/receiver/linux/current-release/install.html
When I triy to vonnect using a provided connection file (.ica), I receive the following error message in a window:
Verbindung mit '0.0.0.2 - Desktop EMEA' kann nicht hergestellt werden.
Datei oder Verzeichnis nicht gefunden.
English: File or directory not found
I tried to debug by setting PrintLogThreshold=6
in the connection file. Unfortunately o additional information about the error is logged.
Using the same connection on the old Ubuntu 16.04 installation works as usual at the same time.
How can I debug? Why is the IP-address all-zero?
networking 18.04 citrix
I used to use Citrix receiver on Ubuntu 16.04 for a while Switching to 18.04, I want to continue using Citrix.
I downloaded and installed citrix receiver 13.8 following this official guide without any errors: https://docs.citrix.com/en-us/receiver/linux/current-release/install.html
When I triy to vonnect using a provided connection file (.ica), I receive the following error message in a window:
Verbindung mit '0.0.0.2 - Desktop EMEA' kann nicht hergestellt werden.
Datei oder Verzeichnis nicht gefunden.
English: File or directory not found
I tried to debug by setting PrintLogThreshold=6
in the connection file. Unfortunately o additional information about the error is logged.
Using the same connection on the old Ubuntu 16.04 installation works as usual at the same time.
How can I debug? Why is the IP-address all-zero?
networking 18.04 citrix
networking 18.04 citrix
asked May 8 '18 at 9:29
SimonSimon
1951213
1951213
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
Thanks. Already usedProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49
add a comment |
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
Thanks. Already usedProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
Thanks. Already used
ProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49
Thanks. Already used
ProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49
add a comment |
3 Answers
3
active
oldest
votes
Running the below commands after installing the Citrix Receiver Full worked for me
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
add a comment |
Looks like this is a known issue in older versions which comes back in 13.9. So nothing Ubuntu related. Only seams so because Citrix Receiver 13.9 and Ubuntu 18.4 was released in the same period of time.
@Rinzwind, got this insight from your link here: https://discussions.citrix.com/topic/323985-cannot-connect-to-0002-published-app-name-most-distros/#comment-2004606
So to resolve install Citrix Receiver 13.8
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
add a comment |
I had this problem after upgrading to 18.04 from 17.04.
Firefox gave the same error message.
I found a work-around: Start Citrix Receiver directly from the Launcher (Supe+A).
Enter a copy from the url you can still find on the Firefox page.
Btw: Still using citrix Receiver 13.5
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033504%2fuse-citrix-receiver-ica-client-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Running the below commands after installing the Citrix Receiver Full worked for me
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
add a comment |
Running the below commands after installing the Citrix Receiver Full worked for me
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
add a comment |
Running the below commands after installing the Citrix Receiver Full worked for me
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Running the below commands after installing the Citrix Receiver Full worked for me
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
edited Feb 6 at 9:46
Aaron Hall
6441621
6441621
answered May 26 '18 at 8:01
saurabhsaurabh
1112
1112
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
add a comment |
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
Thanks! the cleanest of all it works like a charm ubuntu 18.04 citrix 13.10 only 2 commands and all issue fixed.
– Doogle
Aug 12 '18 at 6:06
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
This resolved the issue for me running Ubuntu 18.04 and Citrix Workspace for Linux Version 18.9.0.6. Would be great if you could add a short description what these commands are doing. If I get it right, it's adding default ca certs used by Mozilla to Citrix's keystore, isn't it?
– jelhan
Sep 21 '18 at 9:53
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
Worked for me too :)
– user1182217
Sep 28 '18 at 11:07
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
This worked for me too. I am a Citrix Administrator with 15 Years of Experience. I was hoping that Citrix would fix this in the current 19.1 Release. Alas! that is not the case
– Rajat Pandita
Feb 14 at 17:28
add a comment |
Looks like this is a known issue in older versions which comes back in 13.9. So nothing Ubuntu related. Only seams so because Citrix Receiver 13.9 and Ubuntu 18.4 was released in the same period of time.
@Rinzwind, got this insight from your link here: https://discussions.citrix.com/topic/323985-cannot-connect-to-0002-published-app-name-most-distros/#comment-2004606
So to resolve install Citrix Receiver 13.8
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
add a comment |
Looks like this is a known issue in older versions which comes back in 13.9. So nothing Ubuntu related. Only seams so because Citrix Receiver 13.9 and Ubuntu 18.4 was released in the same period of time.
@Rinzwind, got this insight from your link here: https://discussions.citrix.com/topic/323985-cannot-connect-to-0002-published-app-name-most-distros/#comment-2004606
So to resolve install Citrix Receiver 13.8
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
add a comment |
Looks like this is a known issue in older versions which comes back in 13.9. So nothing Ubuntu related. Only seams so because Citrix Receiver 13.9 and Ubuntu 18.4 was released in the same period of time.
@Rinzwind, got this insight from your link here: https://discussions.citrix.com/topic/323985-cannot-connect-to-0002-published-app-name-most-distros/#comment-2004606
So to resolve install Citrix Receiver 13.8
Looks like this is a known issue in older versions which comes back in 13.9. So nothing Ubuntu related. Only seams so because Citrix Receiver 13.9 and Ubuntu 18.4 was released in the same period of time.
@Rinzwind, got this insight from your link here: https://discussions.citrix.com/topic/323985-cannot-connect-to-0002-published-app-name-most-distros/#comment-2004606
So to resolve install Citrix Receiver 13.8
answered May 8 '18 at 10:07
SimonSimon
1951213
1951213
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
add a comment |
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
Consider accepting the top answer, please...
– Aaron Hall
Feb 6 at 2:39
add a comment |
I had this problem after upgrading to 18.04 from 17.04.
Firefox gave the same error message.
I found a work-around: Start Citrix Receiver directly from the Launcher (Supe+A).
Enter a copy from the url you can still find on the Firefox page.
Btw: Still using citrix Receiver 13.5
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
add a comment |
I had this problem after upgrading to 18.04 from 17.04.
Firefox gave the same error message.
I found a work-around: Start Citrix Receiver directly from the Launcher (Supe+A).
Enter a copy from the url you can still find on the Firefox page.
Btw: Still using citrix Receiver 13.5
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
add a comment |
I had this problem after upgrading to 18.04 from 17.04.
Firefox gave the same error message.
I found a work-around: Start Citrix Receiver directly from the Launcher (Supe+A).
Enter a copy from the url you can still find on the Firefox page.
Btw: Still using citrix Receiver 13.5
I had this problem after upgrading to 18.04 from 17.04.
Firefox gave the same error message.
I found a work-around: Start Citrix Receiver directly from the Launcher (Supe+A).
Enter a copy from the url you can still find on the Firefox page.
Btw: Still using citrix Receiver 13.5
edited May 23 '18 at 14:10
answered May 23 '18 at 9:48
Henk BoerboomHenk Boerboom
112
112
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
add a comment |
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
You need to provide better answer with more information.
– Eranda Peiris
May 23 '18 at 11:00
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033504%2fuse-citrix-receiver-ica-client-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
discussions.citrix.com/topic/… 2nd reply: default.ica. ProxyUseFQDN=On needs to be "Off"
– Rinzwind
May 8 '18 at 9:47
also check discussions.citrix.com/topic/… (this one is newer)
– Rinzwind
May 8 '18 at 9:48
Thanks. Already used
ProxyUseFQDN=Off
– Simon
May 8 '18 at 9:49