Package Details: openfortivpn-webview-qt 1.3.0-1

Git Clone URL: https://aur.archlinux.org/openfortivpn-webview-qt.git (read-only, click to copy)
Package Base: openfortivpn-webview-qt
Description: Application to perform the SAML single sing-on and easily retrieve the SVPNCOOKIE needed by openfortivpn - Qt version
Upstream URL: https://github.com/gm-vm/openfortivpn-webview
Keywords: forticlient fortigate openfortivpn saml sso
Licenses: MIT
Provides: openfortivpn-webview
Submitter: Humandoodlebug
Maintainer: Humandoodlebug
Last Packager: Humandoodlebug
Votes: 3
Popularity: 1.67
First Submitted: 2023-04-06 08:59 (UTC)
Last Updated: 2025-04-08 06:58 (UTC)

Required by (0)

Sources (1)

Latest Comments

archixxx-aur commented on 2025-04-08 18:25 (UTC)

@Humandoodlebug Ah, sorry. What I always do (and what always worked so far since a few month now) was SSH'ing into my laptop from my desktop PC and start openfortivpn-webview whatever-vpn-host there. So the UI gets forwarded via SSH. But doing that locally on my laptop works. But not via SSH anymore. Then I get this empty window. So, I guess this is this usual Wayland, Qt, whatever update game. One of them gets a bigger update and then for some applications this UI via SSH forwarding doesn't work anymore like for openfortivpn-webview now. I'm using KDE on both hosts and gwenview e.g. works just fine. I've updated both hosts to the latest OS packages and rebooted. But openfortivpn-webview is still not working. But doesn't matter. I'll start it locally on my laptop then. Normally after a few days or weeks it's working again ;-) So, sorry for the noise and thanks for your response!

Humandoodlebug commented on 2025-04-08 06:41 (UTC)

@archixxx-aur I've updated my system this morning (so I now have qt-webengine 6.9.0-3) and haven't been able to reproduce the issue. Could you provide some more information about your system, e.g. the graphics configuration? Could you also check if you've set any environment variables that could effect graphics?

archixxx-aur commented on 2025-04-07 17:31 (UTC)

With the latest Archlinux updates running openfortivpn-webview whatever-vpn-host I get these error messages:

Backend texture is not a Vulkan texture.
Compositor returned null texture
Compositor returned null texture
Backend texture is not a Vulkan texture.
Compositor returned null texture
Backend texture is not a Vulkan texture.
Compositor returned null texture
Backend texture is not a Vulkan texture.
...

This repeats a few times and then I only get an empty window. This window contains a menu File with Reload and Clear data. But that's basically it. Not sure if this is because of the latest Qt updates or if it's because of something else.

supermario commented on 2024-10-02 21:34 (UTC)

@Humandoodlebug I think that it probably also runs on X.org, but I get the following wayland warning in the output (it still works as expected though)

qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0

Although, I just rebuilt it with qt6-wayland just to be sure and the error still appears, which is strange because when I tried it last week I'm pretty sure that I got it to disappear. Anyway sorry for the noise

Humandoodlebug commented on 2024-09-27 06:35 (UTC)

@supermario is qt6-wayland truly a dependency of this package? I should think it would also run under X.org, no?

supermario commented on 2024-09-26 10:23 (UTC)

Can you please add qt6-wayland as a dependency?

Noeljunior commented on 2024-09-10 10:27 (UTC)

Please consider to add openfortivpn-webview to provides. In this case, if we will ever have the openfortivpn-webview-electron, packages that depends on openfortivpn-webview (like networkmanager-fortisslvpn) can select one of them as the dependency.

Humandoodlebug commented on 2024-04-23 07:54 (UTC) (edited on 2024-04-23 08:03 (UTC) by Humandoodlebug)

It seems like the version of qt6-webengine available in the archlinux repos may be incompatible with v1.2. I get the following build error:

Project ERROR: Unknown module(s) in QT: webenginewidgets

Could be that it's linking against qt5-webengine instead.

If anyone knows how to fix, please let me know :)

EDIT: figured this out, needed qmake6 instead of qmake xD