Citrix receiver linux
Citrix Receiver 13.2 for Linux – What’s New and What Do You Want in the Future?
A few months ago I took over as Product Manager for the Linux and Android Receivers as well as retaining the roadmap for HDX Graphics.
Some weeks back I went through my first release of the Linux Receiver with the 13.2 release. So I thought I’d highlight what’s new, ask for feedback on where we are and also ask what you’d like to see in future releases.
The $100 Linux Receiver Question – What you want to see in future releases?
I’m a huge fan of the $100 question. I’ve blogged about this and the methodology before, here.
I’d be interested to hear where customers and partners think we should invest in:
- New product features?
- Better documentation, more how-to-webinars/YouTube videos, is there a particular web site that should be revamped?
- Automated support tools, error messages?
- Client side instrumentation and monitoring?
- Investing time with particular partners?
- Expand certification labs to broaden our hardware support for particular emerging hardware?
- Quality/bug fixes – are you happy with the feature set but feel quality should be the priority
The Rules
Internally some groups at Citrix use a “How would you spend $100?” model to prioritize changes, and if you were interested in providing feedback following that model, it would be ideal. If you’ve never used this model before, it’s pretty simple. Write down the things (up to 5 max) you’d want to see (optionally with a “why” beside them), and then given a budget of $100. Spend the $100 by allocating it to your desired functionality, and anything with a zero is removed. This has the benefit of focusing on the high value changes without worrying about complexity. If you’d like to provide input, please do so in the comments section below this blog
Russian Localisation!
In the meantime here’s an update on what we released with Receiver 13.2 for Linux, including new features such as support for Russian localisation!
So What Was New with Receiver 13.2 for Linux
Release Date: Jun 30, 2015
Receiver for Linux enables users to access virtual desktops and hosted applications delivered by XenDesktop and XenApp from devices running the Linux operating system. Receiver for Linux is available in English, German, Spanish, French, Japanese, Simplified Chinese and Russian.
New features in this release
- Supports the unified experience that is enabled in conjunction with the centrally managed app selection capabilities introduced in StoreFront 3.0
- TLS 1.0, 1.1, 1.2 support, TLS 1.0 was available in the Linux Receiver 13.1 release. Block the use of weak SSL encryption methods, instead support the newer TLS encryption methods (v1.0, 1.1 and 1.2). This includes prevention of the POODLE SSL fallback exploit
- Russian – new localization
- Full 64 bit support, now includes the HDX Session technology. The whole 64bit package is now built 64bit, so no longer requires 32bit compatibility libraries to be installed on x86_64 platforms. (Session Launch Technology was supplied as 64 bit in 13.1)
- Improved support for physical Desktop use cases. The new WebReceiver variant of the Debian package has the dependencies required to connect to WebReceiver sites and does not install the dependencies required for the SelfService UI. This package is compatible with more Linux Distributions than the full package
New Unified Experience (Known in tech preview as X1 Receiver)
Share this:
Like this:
Related
Published by rachelhberry
Post navigation
3 thoughts on “ Citrix Receiver 13.2 for Linux – What’s New and What Do You Want in the Future? ”
Add yours
The main thing is to get software emulation in place to be able to move away from needing H.264 firmware decoding. The Pi 2 is a prime example of something that works well, but not well enough with without the H.264 decoding, but which could be turned to great by going to software emulation. The JPEG fallback just doesn’t quite cut it. With more movement towards H.265 anyway, H.264 will rapidly become less interesting and it’s easier to throw more CPU power at the decoding as CPU power advancements keep making strides even for thin clients. So, I vote $100 for the thinwire plus implementation support ASAP that Martin shows works so well on his blog at http://www.martinrowan.co.uk/2015/08/citrix-receiver-linux-raspberry-pi-2-using-raspbian-wheezy/ I hope any of this makes sense — it’s late and I’m tired!
$50 – Fix the worst of the many, many selfservice UI deficiencies. Specifically:
$15 – Give us full control of all settings via the web UI, like wfcmgr did, or at least give us more options than the current miserable allocation! Selfservice is in improvement as far as PNAgent integration is concerned, but it’s a **huge step backwards** from wfcmgr as far as tailorability goes. We now lack any kind of UI to persistently set the vast majority of INI file settings, and instead have to do this via shell scripting after consulting your woefully inadequate and inaccurate online INI file settings documentation.
$10 – Provide options to use HTTP instead of HTTPS, or to turn off server validity checking. I realize your security people will hate this, but you *must* make some concessions to practicality. The majority of Receiver users either have no clue how to set up (self-signed / private CA) PKI properly, or are too cheap to pay for Internet-signed certificates, or both. Consequently the majority of users can never get the selfservice UI to work, and give up and use the StoreFront web UI instead. It should be noted that the Windows version of Receiver allows use of HTTP via a registry hack, but Linux receiver does not!
$10 – Give the selfservice binary some useful command-line options, in particular the ability to point it an initial URL to connect to (either using a matching StoreCache entry, or creating one if there is none) and the ability to set fullscreen mode (I know you can do this by editing StoreCache.ctx-template, but I want the ability to select fullscreen or windowed at run-time!).
$5 – Have selfservice invoke wfica via wfica.sh, like the browser plugin / mailcap rule does, so that I at least have the option of setting a bunch of INI file options in that (since your web UI supports hardly any of them). At present selfservice calls wfica directly, so that I have to apply such tweaks before starting selfservice.
$5 – Add an option to quit (exit) selfservice. Your app does not have my permission to pwn my desktop for all eternity, and I shouldn’t have to use window manager controls to kill it!
$5 – Fix the “Log Off” option so that it does what the user expects. We get constant customer complaints that logging off “does nothing”, because they are expecting it to clear the icons and return to a logon screen, not just deauthenticate.
$20 – Fix the /dev/random problem
Hardcoding use of a blocking software entropy source is unacceptable! “Quiet” embedded Linux thin client systems cannot generate (kernel) entropy fast enough, which results in Receiver **failing to start for no visible reason** – at least until the user waves their mouse around a lot! I have had to resort to udev (pre-systemd) and LD_PRELOAD (systemd) hacks to work around this by aliasing /dev/random to /dev/urandom. You need to give us the ability to specify the entropy source via INI file setting. If you can’t / won’t do that, then at least check for /dev/hwrng and use that first if available, and if you do have to use /dev/random, then at least open it O_NONBLOCK and **tell the user what is happening** if you get EWOULDBLOCK!
$8 – Die, GStreamer, Die!
Do you know who likes/wants/uses GStreamer? Nobody, that’s who! I already have to have MPlayer/MPX for digital signage, and in future probably XBMC/KODI as an end-user app, I don’t want the additional footprint of a *third* rendering engine to perform the same function just because Citrix happen to like it! Please ditch your GStreamer integration in favour of a more flexible – if less seamless – arrangement whereby you launch multimedia payback helpers in accordance with mailcap and mime.types (as per xdg-open). If we want window embedding, it’s still possible to do this via some mailcap customisation using the features of the rendering engine of *our* choice (not yours!).
$10 – Ixnay on the private CA certificate stash
Please use the host-provided CA certificate store rather than using your own (I grow tired of deleting keystore/cacerts and symlinking it to /etc/ssl/certs!). This means that you would have to support a couple of different schemes – the /etc/ssl/certs/ Debian-like scheme (which is already compatible with your own), and the /etc/pki/tls/certs/ca-bundle.crt CentOS-like scheme, but the payoff would be worth it in reducing customer support requests from at least some of the users/admins who have no clue about SSL (which is, apparently, most of them!).
$5 – Browser plugin that works with Chromium and/or modify the correct mailcap file
Apparently customers have decided that Firefox is worse than Hitler (don’t see what the problem is myself!), and all insist on Chrome. We don’t give them that, of course, we give them upstream Chome – Chromium – instead. And npica.so doesn’t work on it. If a browser plugin for Chrom[e|ium] isn’t possible, then at least please put your application/x-ica tweaks in the /etc/mailcap file that xdg-open uses (and ditch the /usr/local/lib/netscape tweaks – *nobody* uses Mozillla-based browsers that are that old!).
$5 – Fix the X11 cursor brain-damage
Another tweak that I keep having to apply every time is setting DisableXRender=True in All_Regions.ini, to work around your “black square” cursor rendering bug. Our tech Jay Sorg already provided you with a fix for this, but you aren’t using it. Here’s the relevant excerpt from that email:
You could consider using XcursorImageLoadCursor instead of XRenderCreateCursor?
It uses the XCursor and XRender extensions.
Below is the way we create alpha cursors in FreeRDP that always works.
If you like, I can change the demo(cc.c) example so it works.
void xf_Pointer_New(rdpContext* context, rdpPointer* pointer) <
XcursorImage ci;
xfInfo* xfi = ((xfContext*) context)->xfi;
memset(&ci, 0, sizeof(ci));
ci.version = XCURSOR_IMAGE_VERSION;
ci.size = sizeof(ci);
ci.width = pointer->width;
ci.height = pointer->height;
ci.xhot = pointer->xPos;
ci.yhot = pointer->yPos;
ci.pixels = (XcursorPixel*) malloc(ci.width * ci.height * 4);
memset(ci.pixels, 0, ci.width * ci.height * 4);
((xfPointer*) pointer)->cursor = XcursorImageLoadCursor(xfi->display, &ci);
xfree(ci.pixels);
>
$2 – PowerPC Linux port?
It’s futile even asking, I know, but I’d be remiss if I didn’t spend some of my budget on requesting some kind of Receiver solution for PowerPC (32-bit) Linux, other than the Java client. Although much less popular than ARM, some embedded devices use PowerPC Linux, and it might also be found on recycled IBM Power server hardware and PowerPC Apple Macs. Higher-end PowerPC hardware has Altivec extensions that could allow pretty decent performance.
Just wondering if the item Paul mentioned ‘Fix the “Log Off” option so that it does what the user expects. We get constant customer complaints that logging off “does nothing”, because they are expecting it to clear the icons and return to a logon screen, not just deauthenticate.’ is going to be fixed? This is a major issue for my users who share thin clients.
Parallels Client for Linux: The Best Alternative to Citrix Receiver Ubuntu
For people who love security and open-source systems, Ubuntu is a favorite. According to the BuildWith website, there are 3,097,360 live websites using Ubuntu, which equates to 0.9% of the entire Internet. AskUbuntu forums report that Ubuntu has a 1-2% market share in most markets. Another interesting fact about Ubuntu from the OMGUBUNTU survey is that Ubuntu users are mostly 25- to 35-year-old males living in either the US or Mexico. Seventy-five percent of users also use Windows as well. However, it is not easy to calculate the total number of Ubuntu users, as the program is freely shared between users. Citrix Receiver Ubuntu is an Ubuntu-based client developed by Citrix that enables Citrix Virtual Apps (formerly Citrix XenApp) and Citrix Virtual Apps and Desktop (formerly Citrix XenDesktop) users to access corporate applications, desktops and data.
An Overview of Citrix Receiver Ubuntu
Ubuntu is based on the Debian-derived Linux operating system and is free and popular among IT users. The development of this OS is led by UK-based Canonical Ltd. While the OS is free, the company generates income from professional technical support. One of the key features of Ubuntu is its security; inadvertent changes cannot be executed by inexperienced users. For administrative tasks, a pseudo tool is assigned.
Ubuntu comes with useful features. With the default installation, you get multiple software programs such as Thunderbird, Firefox, LibreOffice, Transmission, Chess, and Sudoku. Being open-source, Ubuntu is a cost-effective option for businesses of all sizes. Using Ubuntu or the Parallels Client, you can turn any device into a thin client to access remote resources.
With Ubuntu, Linux applications behave the same way even when you run them on multiple systems, which makes it portable, durable, and secure. With a separate wine directory, you can ensure that one application will not affect another one on the system. Ubuntu is updated every six months. The latest version is quite user-friendly and doesn’t require too much technical skill. On the downside, Windows users might not be happy with its interface. Hardware support is limited. Modern games don’t play well on Ubuntu. Driver support is not good and neither is the forum support.
Challenges with Citrix Receiver Ubuntu
Citrix Receiver Ubuntu is the client component of Citrix Virtual Apps (formerly Citrix XenApp) and Citrix Virtual Apps and Desktop (formerly Citrix XenDesktop), which convert Ubuntu devices into a pseudo thin client so that remote Windows sessions can be accessed from them. While Citrix is a popular brand, there are certain challenges with Ubuntu. First, the installation procedure is complex and time-consuming. Second, there are several complaints about errors and issues in the forums. For instance, while using the Oxygen theme, Citrix Receiver crashes several times. Sometimes, only random fragments of Windows are seen. With Unity, Citrix receiver doesn’t start or deliver full-screen mode.
Why Parallels Client for Ubuntu?
To avoid the issues with Citrix Receiver, consider Parallels Client, the best remote application software available for Ubuntu, instead.
Parallels Client is the RDP client component of Parallels Remote Application Server, which is among the best remote application software available on UNIX-based operating systems. It provides reliable and high-performance Windows applications and desktops on Linux-based operating systems. The Parallels Remote Application Server management console with an immediate and synoptic view allows any IT administrator to accomplish complex tasks easily. Intuitive wizards facilitate a quick initial setup, allowing IT staff to quickly and easily deploy applications and servers. Parallels Remote Application Server supports continuous availability, resource-based load balancing, universal printing, and unlimited reporting. By centralizing virtual application and desktop control with Remote Application Server, IT staff can offer their teams seamless mobile access while increasing security and reducing IT costs.
Parallels RAS makes the migration process easier with a free migration tool that automates most of Citrix Virtual Apps (formerly Citrix XenApp) use case scenarios. The migration tool extracts settings from Citrix XenApp 6.x into a file that can be imported from Parallels RAS Console. Download Citrix Migration Tool Read more about Citrix Alternative Download the Citrix Migration White Paper Watch a demo video
References
Citrix Receiver Ubuntu: Ubuntu Usage Statistics | BuiltWith
Citrix Receiver Ubuntu: How Many Ubuntu Users are there Worldwide? | Ask Ubuntu
Citrix Receiver Ubuntu: Disadvantages/Advantages of Ubuntu | DrawBacksOf
Citrix Receiver Ubuntu: HardwareSupport | Wiki
Citrix Receiver Ubuntu: Ubuntu (Operating System) |Wikipedia
Citrix Receiver Ubuntu: Citrix ICA Client How To | Ubuntu Help/Support
ubuntuusers.de
Mitmachen
Konfiguration
- Backlinks anzeigen
- Exportieren
- Metadaten
- Rohformat
- HTML
Citrix ICA Client
Fehlerhafte Anleitung
Diese Anleitung ist fehlerhaft. Wenn du weißt, wie du sie ausbessern kannst, nimm dir bitte die Zeit und bessere sie aus.
Anmerkung: Paket libxp6 nicht mehr vorhanden.
Dieser Artikel wurde für die folgenden Ubuntu-Versionen getestet:
Zum Verständnis dieses Artikels sind folgende Seiten hilfreich:
Bekannt geworden ist die Firma Citrix in erster Linie mit Applikations- und Terminalserver-Anwendungen. Das hat zur Folge, dass mittlerweile oftmals der Name selbst als Synonym für eine solche Anwendung verwendet wird.
In den letzten Jahren hat Citrix jedoch sein Produkt-Portfolio durch eine Virtual Desktop Infrastructure («XenDesktop»), SSL-VPN-Lösungen («Access Gateway»), Lösungen zur WAN-Optimierung («Branch Repeater»), Lösungen zur Web-Applikationsbeschleunigung bzw. zu Web-Application-Firewalls («NetScaler»), Monitoring («EdgeSight») sowie Single Sign-on («Password Manager») und anderen Security-Lösungen erweitert. Heute steht Citrix eher für Application-Delivery-Lösungen (Anwendungsbereitstellung).
Unter Linux gibt es mit dem Linux Terminal Server Project (LTSP) eine konzeptionell vergleichbare Alternative, allerdings nicht für Windows-Programme. Außerdem erlauben auch X2Go, VNC und rdesktop einen Zugriff auf entfernte Rechner inkl. grafischer Oberfläche. Man spricht in diesem Zusammenhang auch von einem Terminalserver bzw. -Client.
Installation¶
Der aktuelle Client zur Nutzung von Citrix-Serverdiensten nennt sich «Citrix Receiver» (früher «Citrix ICA Client»). Die Software kann auf so gut wie allen gängigen Endgeräten (Linux, Windows, Mac OS X, iPhone, iPad etc.) verwendet werden, um bereitgestellte Anwendungen und ganze Desktops „on demand“ zu nutzen. Dabei spielen Art und Ort des Endgerätes keine Rolle, was den Verwaltungsaufwand bei mobilen Rechnern in der Regel deutlich minimiert.
Die Installation wird im Artikel Citrix Receiver 13 beschriebenm. Auch versionsspezifische Probleme sind in diesem Artikel zu finden
Konfiguration¶
Wenn es sich nicht um eine Erstinstallation handelt, sondern der Citrix Receiver schon benutzt wurde, ist es empfehlenswert, vor der Nutzung den Ordner mit den Einstellungen
Ansonsten sind die unerwartete Effekte möglich, z.B. dass das Citrix-Fenster den gesamten Bildschirm nahtlos erobert (Vollbild, seamless). Das Verzeichnis
/.ICAClient wird beim ersten Start des Citrix Receivers neu angelegt.
Der «Config Manager» kann über folgenden Befehl aufgerufen werden:
Um den Zugriff auf Dateien des lokalen Ubuntu-Rechners über ein Freigabelaufwerk in einer Windows-Remote-Sitzung zu ermöglichen, nutzt man die Registerkarte «Dateizugriff».
Firefox¶
Seit Firefox Version 30 existiert ein Problem mit dem Browser-Plugin, da der Zugriff auf die NPAPI-Schnittstelle eingeschränkt wurde und das Plugin nicht auf der Liste steht, die von Mozilla für Ausnahmen gepflegt wird. Um das Problem zu umgehen, kann man in Firefox unter «Bearbeiten → Einstellungen → Anwendungen → Citrix-ICA-Einstellungsdatei» das Programm /opt/Citrix/ICAClient/wfica wählen und somit die ICA-Session direkt über den Citrix Receiver starten, anstatt das (nicht mehr funktionierende) Browser-Plugin zu nutzen.
In Firefox vor Version 30 unter «Extras → Add-ons → Plugins» das «Citrix Receiver for Linux»-Plugin auf «Immer aktivieren» umschalten.
Chromium/Google Chrome¶
Um Citrix-Receiver in Chromium bzw. Google Chrome nutzen zu können:
Verwendung¶
Bei Ubuntu-Varianten mit einem Anwendungsmenü kann man den Client über «Internet → Citrix Receiver» starten. Das Programm kann alternativ auch über ein Terminal [2] gestartet werden:
Start über Webbrowser¶
Wenn der Zugriff auf einen Citrix-Server über eine Weboberfläche erfolgt, kann der bereitgestellte Link angeklickt werden. Der Browser öffnet automatisch den Citrix Receiver und die Verbindung wird aufgebaut.
Hinzufügen einer Verbindung¶
Ansonsten im Menü «Verbindungen/Neu» wählen. Hier kann man nun die Verbindungsart einstellen. Die Werte können beim Administrator des Zielsystems erfragt werden.
Problembehebung¶
libXm.so.4 not found¶
Sollte beim Starten über das Menü der wfcmgr keine Reaktion zeigen oder beim Start des wfcmgr über die Konsole folgende Meldung erscheinen:
muss wahrscheinlich die Bibliothek libXm neu verlinkt werden. Folgender Befehl muss ausgeführt werden.
Bei neueren 64-bit-Ubuntu-Versionen (z.B. 14.04) werden 32-bit-Bibliotheken auch im Pfad /usr/lib/i386-linux-gnu/ gespeichert. Sollte sich beim Starten über das Menü bzw. den Browser keine Reaktion zeigen oder beim Start des wfcmgr über die Kommandozeile folgende Meldung erscheinen:
«/opt/Citrix/ICAClient/wfcmgr: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory»
kann man die «shared library dependencies» überprüfen:
Nicht gefundene Abhängigkeiten deuten darauf hin, dass die Bibliotheken in der 32-bit-Version fehlen und nachinstalliert werden müssen. Beispiel:
libxp6:i386 (bis 14.04)
libxpm4:i386
Paketliste zum Kopieren:
SSL-Fehler¶
Standardmäßig vertraut der Citrix Receiver nur sehr wenigen (Root-CA-)Zertifikaten. Infolgedessen werden Verbindungen zu vielen Citrix-Servern mit einem SSL-Fehler beendet. Beim Öffnen eines Citrix-Anwendung kommt eine Meldung wie:
«You have not chosen to trust “XY”, the issuer of the server’s security certificate (SSL error 61).»
Es müssen weitere SSL-Root-Zertifikate installiert werden. Hierfür gibt es drei Möglichkeiten.
Ein einzelnes SSL-Zertifikat importieren¶
Um beispielsweise das Root-Zertifikat Root-R1.crt des Anbieter GlobalSign ⮷ hinzuzufügen, lädt man dieses von der angegebenen Seite herunter und kopiert es mit Root-Rechten in den Ordner /opt/Citrix/ICAClient/keystore/cacerts/.
Alle Mozilla-Zertifikate importieren¶
Das Paket ca-certificates (bei Ubuntu meist schon vorinstalliert) bietet im Ordner /usr/share/ca-certificates/mozilla/ zusätzliche CA-Zertifikate, die dem Citrix-Receiver zugänglich gemacht werden können, um den SSL-Fehler zu vermeiden. Im folgenden Beispiel werden sämtliche Zertifikate aus dem Mozilla-Ordner in den Ordner des ICA-Clients (Citrix Receiver) kopiert:
Alternativ können die Zertifikate auch verknüpft werden (verhindert doppelte Dateien):
Andere Zertifikate importieren¶
Die dritte Möglichkeit ist, bereits auf dem Rechner vorhandene Zertifikate zu kopieren bzw. zu verknüpfen. Beispiel:
Teils reicht es allerdings nicht die Zerifikate nur zu kopieren, sondern es muss ein CTX_Rehash ausgeführt werden:
Probleme mit Seamless Fenstern¶
Mit der Gnome-Shell machen die seamless Fenster häufiger Probleme. Abhilfe kann durch Nutzen des nativen Fenstermanager geschaffen werden. Hierzu müssen einige Einstellungen in der Datei
/.ICAClient/All_Regions.ini vorgenommen werden.
Dazu öffnet man die Datei mit einem Editor [6] und editiert die Abschnitte, wie im folgenden gezeigt. Als kann Auflösung auch eine andere Größe genutzt werden:
«Force no Seamless:» erzwingen:
Popup-Blocker¶
Ein generelles Problem bei der praktischen Nutzung sind u.U. automatische Popup-Blocker. Diese sind dann vorübergehend abzuschalten.
Links¶
Diese Revision wurde am 1. September 2019 19:52 von noisefloor erstellt.
Die folgenden Schlagworte wurden dem Artikel zugewiesen: Fernwartung, Remotedesktop, Terminalserver, unfreie Software
Citrix Workspace App / Citrix Receiver
Le client Citrix Workspace App (anciennement appelé Citrix Receiver) est un logiciel propriétaire permettant l’établissement d’un accès à distance (remote access) à une application ou un environnement virtuel hébergé par une plateforme Citrix.
Les plateformes basées sur les technologies Citrix, telles XenApp et XenDesktop, sont très présentes particulièrement dans les milieux professionnels et institutionnels. Elles permettent de mutualiser les ressources informatiques, par exemple en exécutant plusieurs espaces de travail (bureau publié) au sein d’un même serveur ou en exécutant une application à distance (application publiée) plutôt que sur l’ordinateur local, de manière transparente à l’utilisateur. Selon les politiques de l’entreprise, ces technologies peuvent aussi permettre aux utilisateurs d’accéder aux ressources de l’entreprise à l’extérieur des bureaux.
Citrix Workspace App, seul, n’a aucune utilité. Il a pour but d’offrir l’accès aux ressources mises à disposition par des infrastructures Citrix; il est donc requis que des technologies Citrix soient implantées dans votre parc informatique.
Il est à noter que Citrix est une technologie propriétaire (que ce soit côté client ou côté serveur). Si vous en avez la possibilité, envisagez plutôt une alternative libre telle que X2Go.
Pré-requis
Téléchargement et installation
Citrix Workspace App n’est pas disponible dans les dépôts officiels. Il est nécessaire de récupérer le logiciel, sous forme de paquet DEB, sur le site de l’éditeur.
Configuration
Transfert des certificats depuis Firefox
Le client Citrix embarque son propre magasin de certificats. Mais il n’y a pas beaucoup de certificats racines dedans. Donc, suivant celui qui a servi à générer le certificat SSL de votre serveur, il peut être refusé par le client Citrix.
On peut résoudre une bonne fois pour toutes ces problèmes d’erreur de certificats (code 61 ou «impossible de se connecter à …») en copiant tous ceux de Firefox (ce qui assure par la même occasion leur authenticité) dans le répertoire d’installation :
Paramétrage du client Citrix
Le client Citrix se paramètre en lançant :
Cela permet notamment d’activer/désactiver l’utilisation de la webcam et du micro, de configurer les lecteurs mappés sur des répertoires locaux etc.
Il est également possible de vérifier la compatibilité avec toutes les fonctionnalités du client Citrix, en lançant :
Par défaut, un clic sur le bouton du milieu de la souris fait l’équivalent d’un ctrl-V (copie du contenu du presse-papier) dans une session Citrix, au lieu d’ouvrir un nouvel onglet dans un navigateur, par exemple. Pour changer ce comportement, il suffit d’éditer le fichier
/.ICAClient/wfclient.ini, pour y remplacer la ligne :
Utilisation
Lancez l’application «Citrix Workspace App» et configurez le nécessaire OU connectez-vous à l’interface web du serveur Citrix, et lancez les applications/bureaux depuis Firefox
Sortir d’un bureau plein écran
Si vous lancez un bureau en plein écran, il est possible de revenir au bureau d’Ubuntu via des raccourcis claviers :
Associer les fichier .ICA
Cette étape est facultative : elle n’est nécessaire que si vous avez besoin d’ouvrir des fichiers .ICA.
Faire un clic-droit sur un fichier .ICA et choisir «Ouvrir avec» puis «Utiliser une commande personnalisée» et tapez «/usr/lib/ICAClient/wfica» ou bien en ligne de commande :
Problèmes courants
Erreur SSL 61 de certificat
Vous obtenez une erreur du type :
Voir le paragraphe au début pour transférer les certificats de Firefox dans le magasin de certificats du client Citrix.
Si ça ne suffit pas, c’est peut-être que le certificat de votre serveur n’est pas signé par une autorité de confiance reconnue par Firefox.
Dans ce cas, il faut copier manuellement le certificat de votre autorité de certification dans /opt/Citrix/ICAClient/keystore/cacerts
Carré noir à côté de la souris
Il s’agit probablement d’un bug du client Citrix Linux car il ne se produit pas avec le client Windows.
Il est possible de le contourner en désactivant l’alpha blending du curseur de la souris dans le système d’exploitation auquel vous êtes connecté : aller dans le panneau de configuration → Souris → Pointeur et choisir le modèle «Aucun».
Erreur «Impossible de se connecter à 0.0.0.2 — Application»
Message d’erreur complet :
Si ce message d’erreur s’affiche, c’est apparemment qu’il manque un certificat SSL : voir ci-dessus comment copier ceux de Firefox pour résoudre le problème.
Citrix Receiver для Windows
На языке Русский
- 3.5 User Rating
Очень высока вероятность того, что эта программа является чистой.
Что это значит?
Мы просканировали файл и URL-адреса, связанные с этой программой, более чем в 50 ведущих мировых антивирусных программах. Возможная угроза не была выявлена.
Эта программа является потенциально вредоносной или может содержать нежелательное связанное программное обеспечение.
Почему эта программа все еще доступна?
На основании результатов работы нашей системы сканирования мы определили вероятность того, что эти флаги могут свидетельствовать о ложных положительных результатах.
Что такое ложный положительный результат?
Это означает, что неопасная программа ошибочно помечается в качестве вредоносной, поскольку в антивирусной программе используется алгоритм или сигнатура обнаружения с недостаточно строгими условиями.
Высока вероятность того, что эта программа является вредоносной или содержит нежелательное связанное программное обеспечение.
Почему эта программа больше недоступна в нашем каталоге?
На основании результатов работы нашей системы сканирования мы определили вероятность того, что эти флаги свидетельствуют о достоверных положительных результатах.
Мы бы хотели подчеркнуть, что периодически потенциально вредоносная программа может не обнаруживаться. Чтобы и далее обеспечивать отсутствие вредоносных программ и приложений в каталоге, наша команда интегрировала программную возможность составления отчетов на каждой странице каталога, которая перенаправляет нам ваши отзывы.
Помечайте любые проблемы, с которыми вы можете столкнуться, и Softonic устранит их в максимально короткие сроки.
Программное приложение для доступа к виртуальным приложениям и рабочим столам Windows
Доступны как настольные, так и прикладные версии
Плавное и мало заметное отставание
Опыт может варьироваться в зависимости от платформы
Форматирование текста документа удаленно может быть затруднено
Вы также можете оценить
Citrix Receiver for Windows 10
UltraISO
SpeedFan
SHAREit
Citrix Receiver varies-with-device для Windows
Have you tried Citrix Receiver? Be the first to leave your opinion!
Обзор Softonic
Программное приложение для доступа к виртуальным приложениям и рабочим столам Windows
Citrix Receiver — это программное приложение, которое позволяет вам обращаться к виртуальным приложениям и рабочим столам Windows, если ваша компания использует серверы Citrix.
Windows Desktop Access
Citrix Receiver представляет пользователям рабочую среду Windows своего офиса практически на любой платформе, включая ПК, Mac, Unix и Linux. Предлагаемый доступ также бесшовный и плавный. Например, вы можете легко протащить, перетащить или зажать экран и легко получить доступ к чему-либо на рабочем столе. Все функционирует так, как ожидалось. Например, при запуске приложения Word на вашем iPad вы можете использовать сенсорные жесты, такие как два пальца, трех пальцевое нажатие, чтобы автоматически настроить вид. И после того, как вы перевернете экран, программа также автоматически изменит размер.
Тщательно выбирать
После подключения к серверу вы можете выбрать приложения, которые хотите поддерживать. Вы можете выбрать Excel, Word, Internet Explorer и Adobe Acrobat, а также некоторые приложения рисования. Версия мобильного приложения работает аналогично настольной версии Citrix Receiver. Фактически, он также включает в себя выгодные черты платформы, на которой он работает.