-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install in Ubuntu 24.04 LTS, GNOME 46 #351
Comments
I am affected by this too, seems the lib versions have moved up on ubuntu 24.04 |
Hi @sfa77 @eitzenbe wget http://launchpadlibrarian.net/704701349/libwebkit2gtk-4.0-37_2.43.3-1_amd64.deb
wget http://launchpadlibrarian.net/704701345/libjavascriptcoregtk-4.0-18_2.43.3-1_amd64.deb
sudo dpkg --install *.deb |
THANX - installation succeeds and gui comes up but issues an error: [2024-04-28T08:09:39Z WARN gpgui::app::app_initializer] Can't read the config key from the keyring: Couldn't access platform secure storage: SS error: result not returned from SS API step by step :) |
@eitzenbe, I encountered this problem yesterday and it is back to normal after a restart. And what' the output of |
yields /usr/bin/gnome-keyring-daemon --foreground --components=pkcs11,secrets --control-directory=/run/user/1000/keyring |
seems to be related? |
Yes. should be the same problem, but this client currently doesn't support the file keychain. Others encountered this issue and resolved it in this comment in #321 (comment) Not sure whether it works for you. And what's your desktop environment, KDE? Anyway, I will add the file-based fallback keychain soon. |
not an expert on that gnome-keyring/kwallet issue, but tried and failed, running KDE ... Any timeline for the "support on filebased" ? No pressure here, THANX for the quick support so far and the work you did! |
It should be quick, I'm planning to release a new version with several enhancements. |
Add the link to the official issue: https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/2061914 |
I'm afraid it is impractical to ask the Ubuntu team to reintroduce Tauri 1.x, which depends on |
Hi @eitzenbe it has been fixed in 2.2.0, you can follow this instruction to upgrade it in 24.04. https://github.com/yuezk/GlobalProtect-openconnect?tab=readme-ov-file#ubuntu-2404 |
works perfectly, also sso via azure works, THANX A TON! |
I think that the solution on https://github.com/yuezk/GlobalProtect-openconnect?tab=readme-ov-file#ubuntu-2404-and-later may no longer work, as there are issues installing these packages due to incompatible dependencies (e.g. libicu). Couldn't this be resolved by upgrading the versions of the libs that GlobalProtect-openconnect uses? Is there any plan for that? |
@joca-bt I plan to upgrade the application when |
@joca-bt What is |
@sebma It's the GUI framework used by this client. |
@yuezk So once Tauri v2.0 is out, will you release a new |
@sebma Yes. |
@joca-bt I tested it and it still works. |
You might have already seen this, but Tauri 2.0 has just been released... |
I notice that you've started a |
@zaitseff-unsw Yes, I'm working on it. The expected time could be Jan 10th. |
Describe the bug
Cannot install the package in Ubuntu 24.04 LTS, GNOME 46
Logs
sudo apt-get install globalprotect-openconnect
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
globalprotect-openconnect : Depends: libjavascriptcoregtk-4.0-18 but it is not
Depends: libwebkit2gtk-4.0-37 (>= 2.21.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Environment:
The text was updated successfully, but these errors were encountered: