@simontunnat
the "Ctrl+Shift+T" shortcut is still caught by Citrix and opens the "enhanced desktop viewer toolbar". But I found a fix for this:
This doesn't work for me with latest icaclient and up-to-date archlinux w gnome-flashback.
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | LicenseRef-Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 181 |
Popularity: | 0.90 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
@simontunnat
the "Ctrl+Shift+T" shortcut is still caught by Citrix and opens the "enhanced desktop viewer toolbar". But I found a fix for this:
This doesn't work for me with latest icaclient and up-to-date archlinux w gnome-flashback.
Getting random disconnects from server and after this randomly I can't reconnect. Some times I have to wait minutes to be able to reconnect. Idk if the problems inits when I have changed my laptop to another one or the problem comes from the update of Citrix. I will be testing some things, if you know something more pls, help me. I have been testing with my connection and with my data mobile connection it happens on both so Im almost sure that is not a connection problem side. May be with the WiFi driver but... Im not getting problems on another things like browser or VPN so ...
@GottZ Today I installed this AUR package, because I reinstalled my EndeavourOS. I'm working in my companies Citrix environment without issues. I also stumbled about the notification on the Citrix website concerning the outdated libraries. But for me, it works.
But I set a symlink, so that file "libunwind.so.1" exists:
sudo ln -s /usr/lib/libunwind.so.8 /usr/lib/libunwind.so.1
today I started getting this error message popup from citrix workspace directly after logging in via the corporate login screen: ce@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:21326processExplicitFormsResponse@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:74178a@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:73074
does anyone have an idea what this might relate to?
according to this: https://forums.opensuse.org/t/error-starting-citrix/164253
i suspect the package uses outdated libraries. am I right about that?
After I had the issues version 24.8 I now tried version 24.11. The resolution now gets set correctly again, but the "Ctrl+Shift+T" shortcut is still caught by Citrix and opens the "enhanced desktop viewer toolbar".
But I found a fix for this:
open "wfclient.ini"
go to the section "WFClient"
add new line "WCAGModeKeyCombination="
See: https://dl.dell.com/content/manual16337107-dell-thinos-2402-2405-2408-and-2411-release-notes.pdf?language=en-us ("Support for keyboard shortcuts for enhanced desktop viewer toolbar")
The systemd unit files should not be installed with the executable flag set, as it results in log entries like the following:
"Configuration file /usr/lib/systemd/system/ctxcwalogd.service is marked executable. Please remove executable permission bits. Proceeding anyway."
# install systemd unit files
-install -Dm755 -t "${pkgdir}/usr/lib/systemd/system" "ctxcwalogd.service"
-install -Dm755 -t "${pkgdir}/usr/lib/systemd/system" "ctxusbd.service"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" "ctxcwalogd.service"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" "ctxusbd.service"
Hi I'm on manjaro xfce, I can login to my company account and see my virtual desktop.
But I cannot launch it, ever since I click launch, it will popup a window saying connecting then the window disappear and no desktop launched
From task manager, I can see that a new process called adapter
was launched, but no window pops out for the virtual desktop..
I posted more details in the following post https://forum.manjaro.org/t/citrix-workspace-desktop-is-not-launching/172166
I can also provide the log collected.... Thanks
I received the Error "SSL Error: 128-bit SSL support is available in the High Encryption pack" when connecting to our company network. I could solve it by simply installing the optional dependency "xerces-c".
Anybody using Teams in Citrix? After upgrading to 24.8 Teams and the session is crashing when trying to change audio devices or just open settings. Used 24.5 without any issues. Went back to 24.5 (tar-archive) and again have no issues. Am I alone with this issue?
I have got the same issue like us3Arch6tw. But it only occurs to me when pressing windows-key and alt-key (on a german keyboard)... Update (2024-11-27): With pressing Windows-Key and Alt-Key I was not quite right. It is pressing CTRL (STRG on a german keyboard) and SHIFT... I could track down that pressing CTRL and SHIFT is a keyboard shortcut for changing the "language" of the keyboard (in my emulated Windows by CITRIX). After disabling this shortcut (in emulated Windows), this issue never occured to me again.
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine