Package Details: eddie-ui 2.24.6-1

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: 33
Popularity: 0.050585
First Submitted: 2018-05-20 19:09 (UTC)
Last Updated: 2025-01-14 13:14 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

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.

lencho commented on 2022-11-15 17:42 (UTC)

Oh I'm sorry, thanks for the help!

opensorcerer commented on 2022-11-15 17:38 (UTC)

@lencho Relog in Eddie. It's all summarized in a stickied post in the Troubleshooting forum.

lencho commented on 2022-11-15 17:30 (UTC)

@opensorcerer Thank you for the tip, it indeed needed to be renewed, but I still get the same error described below. Could there be something else, or does this just take a bit of time?

opensorcerer commented on 2022-11-15 13:01 (UTC)

@Koboldz This is a very frequently asked question. Renew your certificates in the client area of airvpn.org.

The reason is that Arch switched to OpenSSL 3 a while ago which does not allow SHA1 hashes in the certificate chain anymore.