Nice script @h4shM4N. My original issue with v2.24.6 is probably long gone now, seems to have been a build issue of sorts. Installed it again today, and eddie-ui v2.24.6 starts as it should now. However, I can't connect to any servers for some reason. So, back to v2.21.8...
Search Criteria
Package Details: eddie-ui 2.24.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eddie-ui.git (read-only, click to copy) |
---|---|
Package Base: | eddie-ui |
Description: | Eddie - VPN tunnel - UI |
Upstream URL: | https://eddie.website |
Licenses: | GPLv3 |
Conflicts: | airvpn, airvpn-beta-bin, airvpn-git |
Provides: | eddie-ui |
Submitter: | Eddie.website |
Maintainer: | Eddie.website |
Last Packager: | Eddie.website |
Votes: | 34 |
Popularity: | 0.071337 |
First Submitted: | 2018-05-20 19:09 (UTC) |
Last Updated: | 2025-01-14 13:14 (UTC) |
Dependencies (16)
- curl (curl-gitAUR, curl-c-aresAUR)
- libayatana-appindicator
- libnotify (libnotify-gitAUR)
- mono (mono-gitAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, sudo-selinuxAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, doas-sudo-shim-vAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mono (mono-gitAUR) (make)
- mono-msbuild (make)
- patchelf (patchelf-gitAUR) (make)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR) (optional) – VPN over SSH
- stunnel (optional) – VPN over SSL
Required by (0)
Sources (1)
damian101 commented on 2025-09-22 14:30 (UTC)
h4shM4N commented on 2025-07-27 19:09 (UTC) (edited on 2025-07-27 19:22 (UTC) by h4shM4N)
Thx @damian101! - Your Solution worked! These are the steps I followed to Downgrade. Here's a helpful one liner script to Downgrade to VERSION: 2.21.8 and install it with echo prints comments below:
echo -e "Cloning REPO frm AUR\n" ;
git clone https://aur.archlinux.org/eddie-ui.git ;
cd eddie-ui ;
echo -e "Optional - Used for finding the Commit Hash.\nDisplaying Commits with Hashes\n" ;
git log | head -n 20 ; sleep 5 ;
echo -e "Checking Out Git Version: 2.21.8\n" ;
git checkout a72bd13a315f ;
echo -e "Installing Downgraded Version\n" ;
makepkg -si ;
echo -e "\nVersion 2.21.8 Installed\nDONE!"
damian101 commented on 2025-03-23 16:39 (UTC)
New version 2.24.6 does not work for me (same with git package):
The file /usr/lib/mscorlib.dll is an invalid CIL image
Downgrading to 2.21.8 solves the issue.
Koboldz commented on 2025-02-06 12:39 (UTC) (edited on 2025-02-06 12:45 (UTC) by Koboldz)
I just updated to the newest version 2.24.6, the older version 2.21.8 was so much better (slim&fast).
The new version is terrible! So much new bloat from Microsoft with endless new additional packages.
The whole client is stuttering and feels like a cheap Windows11 crapware emulation that we can run now with 5fps :(
Edit: Im running the client on Manjaro KDE (Wayland) with LTS 6.6
altae commented on 2025-01-16 20:02 (UTC)
I run a virtual machine (VMWare Workstation) with EndeavourOS. On my system installing eddie-ui 2.24.6-1 with makepkg fails with the following error message: cp: cannot stat '/home/altae/.mono/targets/mono-6.8.0-debian-10-x64/etc/mono/config': No such file or directory. The latest mono version is installed (6.12.0.206-1). Any help would be appreciated.
flan_suse commented on 2024-11-08 20:59 (UTC)
Why was this marked out of date?
The stable branch version is still 2.21.8
yochananmarqos commented on 2023-06-25 01:31 (UTC) (edited on 2023-06-25 16:35 (UTC) by yochananmarqos)
@Eddie.website: Forgot to mention, the dependencies are incorrect. Here are the proper dependencies:
depends=('gtk3' 'libayatana-appindicator' 'libnotify' 'mono' 'openvpn' 'sudo')
makedepends=('desktop-file-utils' 'patchelf')
optdepends=('hummingbird: increased OpenVPN performance'
'openssh: VPN over SSH'
'stunnel: VPN over SSL')
Add mono-msbuild
to makedepends if you want to build with msbuild
instead of xbuild
.
yochananmarqos commented on 2023-06-19 00:47 (UTC)
@Eddie.website: Using msbuild
works fine without restricting the TargetFrameworkVersion
:
# Compile C# sources
if [ "ui" = "cli" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie.linux.cli.sln
elif [ "ui" = "ui" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie2.linux.ui.sln
fi
zebulon commented on 2023-01-17 19:17 (UTC) (edited on 2023-01-17 19:20 (UTC) by zebulon)
Hello. I need to install nftables to be able to activate network lock (without it, it throws an error as described in this thread: https://airvpn.org/forums/topic/50033-activate-network-lock-causes-error/). Could you please make it a dependency ? This would also apply to the beta versions *-git.
Pinned Comments