Package Details: eddie-ui 2.21.8-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: 34
Popularity: 0.56
First Submitted: 2018-05-20 19:09 (UTC)
Last Updated: 2022-05-26 12:21 (UTC)

Pinned Comments

Latest Comments

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

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.

Koboldz commented on 2022-11-15 12:40 (UTC) (edited on 2022-11-15 12:52 (UTC) by Koboldz)

Thanks so much for fixing the tray icon bug that happends in May.

Today after updating my Manjaro im experience a fatal error with the NEW OpenSSL 3.0.7 and i cant no longer connect to a server. I have no idea how to fix it.

A little info from my log:

. 2022.11.15 12:02:42 - OpenVPN > OpenVPN 2.5.8 [git:makepkg/0357ceb877687faa+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov 1 2022

. 2022.11.15 12:02:42 - OpenVPN > library versions: OpenSSL 3.0.7 1 Nov 2022, LZO 2.10

. 2022.11.15 12:02:42 - OpenVPN > OpenSSL: error:0A00018E:SSL routines::ca md too weak

. 2022.11.15 12:02:42 - OpenVPN > Cannot load inline certificate file

. 2022.11.15 12:02:42 - OpenVPN > Exiting due to fatal error

! 2022.11.15 12:02:42 - Disconnecting

For more Detailed Information i posted in Manjaro Forum: https://forum.manjaro.org/t/stable-update-2022-11-14-kernels-gnome-43-1-plasma-5-26-3-systemd-251-8-firefox-106-0-5-thunderbird-lxqt/126824/69

There is also a Youtube video that i found related to OpenSSL 3.0.7 problems and Arch. But im not experienced enough to understand it or its just not showed a solution :(

https://www.youtube.com/watch?v=z8ac3Ta6BbI

opensorcerer commented on 2022-05-30 19:17 (UTC)

@Gio Pamac wants to resume a previously aborted download. I think it's a local problem resolvable by removing the tarball downloaded by pamac. Consult the documentation of Manjaro (or rather, pamac) to find out where it is.