Package Details: f5vpn 7262.0.0.2-3

Git Clone URL: https://aur.archlinux.org/f5vpn.git (read-only, click to copy)
Package Base: f5vpn
Description: VPN client using the Point-to-Point Protocol to connect to F5Networks BIG-IP APM
Upstream URL: https://support.f5.com/csp/article/K32311645#link_04_05
Licenses: Commercial
Provides: f5vpn
Submitter: zrhoffman
Maintainer: zrhoffman
Last Packager: zrhoffman
Votes: 14
Popularity: 0.100215
First Submitted: 2019-12-27 08:37 (UTC)
Last Updated: 2026-01-04 05:23 (UTC)

Pinned Comments

zrhoffman commented on 2026-01-04 05:26 (UTC)

@sergious234: Dependency xorg-xwayland is required to run f5vpn under Wayland (restarting your Wayland compositor after install is necessary). I have added it to the optdepends array.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

InvictusSlayer commented on 2026-01-22 22:17 (UTC)

Hi @zrhoffman, I get the following crash on 7262.0.0.2-3. I have xorg-xwayland installed and am unsure if I am doing something else wrong.

qt.core.library: "crypto" loaded library
qt.core.library: "ssl" loaded library
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/tls" ...
qt.core.plugin.factoryloader: looking at "libqopensslbackend.so"
qt.core.plugin.loader: Found metadata in lib /opt/f5/vpn/plugins/tls/libqopensslbackend.so, metadata=
{
    "IID": "org.qt-project.Qt.QTlsBackend",
    "archlevel": 2,
    "className": "QTlsBackendOpenSSL",
    "debug": false,
    "version": 395776
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList()
qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter
qt.core.library: "/opt/f5/vpn/plugins/tls/libqopensslbackend.so" loaded library
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/platforms" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/platforms" ...
qt.core.plugin.factoryloader: looking at "libqxcb.so"
qt.core.plugin.loader: Found metadata in lib /opt/f5/vpn/platforms/libqxcb.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "xcb"
        ]
    },
    "archlevel": 2,
    "className": "QXcbIntegrationPlugin",
    "debug": false,
    "version": 395776
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xcb")
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.core.library: "/opt/f5/vpn/platforms/libqxcb.so" loaded library
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/platformthemes" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/platformthemes" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/platforminputcontexts" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/platforminputcontexts" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/styles" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/styles" ...
qt.core.library: "/opt/f5/vpn/platforms/libqxcb.so" unloaded library 
qt.core.library: "/opt/f5/vpn/plugins/tls/libqopensslbackend.so" unloaded library 
"crypto" unloaded library 
"ssl" unloaded library

zrhoffman commented on 2026-01-04 05:26 (UTC)

@sergious234: Dependency xorg-xwayland is required to run f5vpn under Wayland (restarting your Wayland compositor after install is necessary). I have added it to the optdepends array.

sergious234 commented on 2025-12-16 19:44 (UTC)

I don't know if this is a problem with my installation but 7262.0.0.2-2 haven't solved the problem for me. My logs are the following:

qt.core.library: "crypto" loaded library
qt.core.library: "ssl" loaded library
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/tls" ...
qt.core.plugin.factoryloader: looking at "libqopensslbackend.so"
qt.core.plugin.loader: Found metadata in lib /opt/f5/vpn/plugins/tls/libqopensslbackend.so, metadata=
{
    "IID": "org.qt-project.Qt.QTlsBackend",
    "archlevel": 2,
    "className": "QTlsBackendOpenSSL",
    "debug": false,
    "version": 395776
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList()
qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter
qt.core.library: "/opt/f5/vpn/plugins/tls/libqopensslbackend.so" loaded library
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/plugins/platforms" ...
qt.core.plugin.factoryloader: checking directory path "/opt/f5/vpn/platforms" ...
qt.core.plugin.factoryloader: looking at "libqxcb.so"
qt.core.plugin.loader: Found metadata in lib /opt/f5/vpn/platforms/libqxcb.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "xcb"
        ]
    },
    "archlevel": 2,
    "className": "QXcbIntegrationPlugin",
    "debug": false,
    "version": 395776
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xcb")
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: xcb.

/usr/bin/f5vpn: line 4: 17558 Aborted                    (core dumped) QT_QPA_FONTDIR=/usr/share/fonts/X11/Type1/ /opt/f5/vpn/f5vpn $@

yoricklassmann commented on 2025-12-16 09:45 (UTC)

@zrhoffman thanks a lot for your help! Can confirm that 7262.0.0.2-2 works.

balmar commented on 2025-12-16 00:37 (UTC)

7262.0.0.2-2 works fine now, thanks a lot!

zrhoffman commented on 2025-12-16 00:28 (UTC)

@yoricklassmann: Apparently F5 upgraded the client from Qt5 to Qt6 in this release, as well as replacing its use of Qt WebKit with Qt WebEngine. I removed dependencies on system Qt library versions, it should work now.

balmar commented on 2025-12-16 00:19 (UTC)

Exact same problem here. (And workplace won't let me in without f5vpn. :-( ) Up-to-date Arch under i3wm.

yoricklassmann commented on 2025-12-15 18:59 (UTC)

Apologies if my issue descriptions are too vague, I'm a bit new to this. Also I'm on 6.12.62-1-MANJARO using Hyprland.

yoricklassmann commented on 2025-12-15 18:10 (UTC)

One thing that I had to fight with after the update, was that apparently the qt5-webengine was removed from extra and I had very limited success in building it from source. But I'm not sure if this is in any way related.