-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Wont start in Ubuntu 24.04 LTS #140
Comments
Note that paul@ENVY:~$ snap install wireguard-gui wireguard-gui 0.1.1 from leone (leonev) installed so I downloaded the 0.1.2 package and find a missing dependency paul@ENVY:~/Downloads$ sudo dpkg -i wireguard-gui_0.1.2_amd64.deb Selecting previously unselected package wireguard-gui. (Reading database ... 172258 files and directories currently installed.) Preparing to unpack wireguard-gui_0.1.2_amd64.deb ... Unpacking wireguard-gui (0.1.2) ... dpkg: dependency problems prevent configuration of wireguard-gui: wireguard-gui depends on libwebkit2gtk-4.0-37; however: Package libwebkit2gtk-4.0-37 is not installed. dpkg: error processing package wireguard-gui (--install): dependency problems - leaving unconfigured Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Errors were encountered while processing: wireguard-gui This is solved by
Perhaps some information on installing prerequisites (or having them in the install package) should be provided |
Hey thanks for the report, the snap version doesn't work properly currently. The missing dependencies such as |
I have updated the readme, closing this issue. |
@paulhiggs so the deb file is broken for 24.04 you say? Since I don't have these issues either. However I installed the deb on Linux mint 21.3, which is actually based on a older Ubuntu: Ubuntu 22.04. Ps. I do expect libwebkit2gtk to be required indeed. But not all listed deps above are required I believe. Also the build system should have the debs listed in the deb file. However, maybe the deb file is only valid for Ubuntu 22.04. |
I guess extending the dependencies will fix that i'll add it in 0.1.4 release |
0.1.4 is release and should fix the problem |
So under Ubuntu 24.04 this package is now called: |
So in the package depends for Ubuntu you need to use an "OR" syntax basically like : I hope that is possible to do that in Nextauri, I use CMake and with CMake I can use this |
I doubt this is possible i'll see what i can do |
On Lubuntu 24.04.01 v0.1.5 .deb also has unsatisfiable dependencies. |
Yes well. It's the same issue, since Lubuntu 24.04 is based on Ubuntu 24.04 (Noble Numbat). |
I'm using Ubuntu 24.04.1 LTS. |
Of course that won't fix the issue. Now you need to make sure you manually install all package dependencies. Like |
I'll create a build workflow that run on ubuntu 24 to fix this issue |
I installed wireguard and wireguard-cli but trying to launch wireguard-cli fails, both in user and administrator modes...
Am i missing some prerequisite? I dont want to develop or build, just run it
The text was updated successfully, but these errors were encountered: