Cannot connect to. Address family not supported by protocol. Verify your connection settings and try again.
EVerything was working fine. Suddenly, I am getting this error. I deleted the softlink for certificates and recreated. Still not working.
Cannot connect to. Address family not supported by protocol. Verify your connection settings and try again.
EVerything was working fine. Suddenly, I am getting this error. I deleted the softlink for certificates and recreated. Still not working.
I am trying to get Citrix receiver to work on my Ubuntu laptop. I've installed the Citrix receiver, however when I try to open the .ica file that my company provides when I login to my organisation's Citrix StoreFront site by Chrome, it exits out with an error that states "Cannot connect to 0.0.02 - Windows 2016 Desktop. No such file or directory. Verify your connection settings and try again". After this, the .ica file gets deleted automatically.
In addition, if I try to enter the address of my organisation's Citrix StoreFront site directly in the installed app, it gives me this error; "Your account cannot be added using this server address. Make sure you entered it correctly. An SSL connection to the server couldn't be established because the server's certificate was not trusted."
I always have to switch to Windows to work remotely. I tried every available solution existed on the internet including First Link, Second Link. I guess my problem is somehow related to wildcard character in my company's certificate. It is issued to * .myCompanyName however the site address is door.myCompanyName
I tried everything. I don't want to switch to Windows just because of this. Please help me.
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?
I am trying to run Citrix receiver on the Xenial version of Ubuntu, but I am getting this error below
ERROR:
Cannot connect to "0.0.0.2 - Remote Desktop Connection"
Unknown error 1000119. Verify your connection settings and try again.
What should I do?
How can I change the screen DPI setting for a Citrix Receiver session on Ubuntu 16.04?
I have a Dell XPS 13 laptop with a very high resolution of 277 dpi:
$ xrandr | grep -w connected
eDP1 connected 3200x1800+0+0 (normal left inverted right x axis y axis) 294mm x 165mm
Under Ubuntu 16.04 I can set the scaling factor to 2 which scales most of the linux applications properly.
When I launch Citrix Receiver 13.3.0 to run a Windows 7 session, everything is displayed too small - obviously the Citrix Receiver does not receive the scaling information set in Unity.
These are the dpi settings that I could read out so far:
$ cat /var/log/Xorg.0.log | grep DPI
[5.696] (==) intel(0): DPI set to (96,96)
$ xdpyinfo | grep dots
resolution: 96x96 dots per inch
$ xrdb -query | grep dpi
Xft.dpi: 192
I tried changing lightdm.conf as mentioned in some articles, but it did not change anything.