Package Details: openfortivpn-webview-qt 1.2.3-2

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: 2
Popularity: 0.74
First Submitted: 2023-04-06 08:59 (UTC)
Last Updated: 2024-10-11 06:35 (UTC)

Required by (0)

Sources (1)

Latest Comments

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