
Does anyone have Fortinet VPN client working on Kubuntu 26.04?
I think it is failing to show confirmation of a X509 failure at login to SSL VPN (based on "Reason: X509 verify certificate failed" in exported logs) and that on my old Ubuntu 25.10 machine I get a GUI pop-up, that I could approve and proceed.
I have seen this post that indicates something may be incompatible with Sway: " For context: I use a window-manager (sway), that fails to open a popup during login"
Any thoughts or ideas?
SOLVED: The problem is that forti is not declaring its dependency on GTK2 libraries. Doing sudo apt install libgtk2.0-bin resolved the issue.