I guess the question would be … what version of rust comes with crimson? In other words, when crimson gets released, is it worth having another go? Maybe @FranklyFlawless can provide that version info.
On my FreeBSD laptop I have:
globalprotect-openconnect-1.4.9_1.pkg
rust-1.72.0.pkg
gpclient --version
2024-06-26 07:11:14.174 INFO [100698] ***@***.*** GlobalProtect started, version: 1.4.9
Why we’re even with crimson so far behind?
A side question: Why is the uname -maarch64 and the packages are for arm64?
purism@pureos:~/FreeBSD/GlobalProtect-openconnect-1.4.9$ ./scripts/install.sh
-- CMAKE_INSTALL_PREFIX was set to: /usr
CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5WebEngine" with
any of the following names:
Qt5WebEngineConfig.cmake
qt5webengine-config.cmake
Add the installation prefix of "Qt5WebEngine" to CMAKE_PREFIX_PATH or set
"Qt5WebEngine_DIR" to a directory containing one of the above files. If
"Qt5WebEngine" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:23 (find_package)
-- Configuring incomplete, errors occurred!
I’ve install everything which smells of qt5webengine*:
purism@pureos:~$ apt search qt5webengine
Sorting... Done
Full Text Search... Done
libqt5webengine-data/landing 5.15.16+dfsg-5 all
Web content engine library for Qt - Data
libqt5webengine5/landing 5.15.16+dfsg-5 arm64
Web content engine library for Qt
libqt5webenginecore5/landing 5.15.16+dfsg-5 arm64
Web content engine library for Qt - Core
libqt5webenginewidgets5/landing 5.15.16+dfsg-5 arm64
Web content engine library for Qt - Widget
The installation process install something to launch the app gpclient from the desktop the usual way and the icon with a question mark launches the app fine. But, why it does nos show the prepared icon:
purism@pureos:~$ grep 'Icon=' /usr/share/applications/com.yuezk.qt.gpclient.desktop
Icon=com.yuezk.qt.gpclient
purism@pureos:~$ ls -l /usr/share/icons/hicolor/scalable/apps/com.yuezk.qt.gpclient.svg
-rw-r--r-- 1 root root 6885 Jan 8 2023 /usr/share/icons/hicolor/scalable/apps/com.yuezk.qt.gpclient.svg
The file /usr/share/icons/hicolor/scalable/apps/com.yuezk.qt.gpclient.svg is fine, see attachment (I converted it to JPEG for the forum here):