@Revy
I had the exact same problem while updating the system. Indeed mono 4.2.1 seems to be causing the problem. Reverting back to 4.0.4.1 seems to be working.
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: | 38 |
| Popularity: | 1.64 |
| 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, mono-tracker-gitAUR)
- openvpn (openvpn-gitAUR, openvpn-xorAUR, openvpn-mbedtlsAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR, run0-sudoAUR)
- 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-preview-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- mono (mono-gitAUR, mono-tracker-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)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
rootinthemood commented on 2015-12-02 08:29 (UTC)
Revy commented on 2015-12-01 07:44 (UTC)
The client has stopped running for me after a recent pacman update.
I looked into it and it seemed that it was the latest mono update (4.2.1) that is causing this problem. I am not 100% sure if this is the case, although there were only a few packages that were upgraded, and mono was the only one related.
Running the client from terminal as sudo still works, although it's not too convenient.
After going back and installing the older mono package, it seems to run normal again.
uncle commented on 2015-10-09 01:36 (UTC)
xiuhtecuhtli, I don't think it would be possible to add an armv7h version of this package, because airvpn does not provide any pre-compiled binaries for that architecture. you may be able to build it yourself from source, here are some instructions on the airvpn forum: https://airvpn.org/topic/12760-how-can-i-compile-the-source-code/
xiuhtecuhtli commented on 2015-10-01 07:39 (UTC)
any chance this could be added for the armv7h architecture as well?
uncle commented on 2015-08-25 00:11 (UTC)
Updated to 2.10.3, which currently brings the stable version up to the same number as the beta version (for the time being).
uncle commented on 2015-08-20 06:54 (UTC)
Okay, I think I fixed the KDE icon problem this time.
tancrackers commented on 2015-08-17 12:39 (UTC)
Everything works on my end. Though, I'm still on KDE 4.14 (until kdeapps are ported to kf5), so I have nothing to say about Plasma 5.x
I'd recommend OpenSUSE in Virtualbox, since Yast can switch the repos between Kde 4 and 5 pretty quickly.
tancrackers commented on 2015-08-15 14:34 (UTC)
I still had problems. However, I changed a few things in the package build and got mostly everything fixed:
"" My custom build:
# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
pkgname=airvpn-bin
pkgver=2.9.2
pkgrel=7
pkgdesc='AirVPN client "Eddie", stable version. Based on OpenVPN and operated by activists and hacktivists
in defense of net neutrality, privacy and against censorship.'
arch=('i686' 'x86_64')
url=https://airvpn.org/linux/
license=(GPL3)
depends=(gksu mono openvpn stunnel)
optdepends=(openssh)
provides=('airvpn')
conflicts=('airvpn' 'airvpn-beta-bin')
install=airvpn.install
source_i686=("https://airvpn.org/repository/${pkgver%.*}/airvpn_linux_x86_debian.deb")
source_x86_64=("https://airvpn.org/repository/${pkgver%.*}/airvpn_linux_x64_debian.deb")
md5sums_i686=('c3f1ed16b8e72b530c5786799bb13b89')
md5sums_x86_64=('edceba29c0ca6b58eb36478e12c2f71c')
sha256sums_i686=('8dcae5773fda5f0955dcbd19a2364ac700909b8ae3f564de298a9add5879575a')
sha256sums_x86_64=('2013ff2dc9f474a8d8fa95ef41a441a55e3b31c96a836ba17dad2bfc75da2c43')
package() {
msg2 "Extracting the data.tar.lzma..."
bsdtar -xf data.tar.gz
msg2 "Moving stuff in place..."
install -Dm755 "$srcdir/usr/lib/AirVPN/AirVPN.exe" "$pkgdir/usr/lib/AirVPN//AirVPN.exe"
install -Dm644 "$srcdir/usr/lib/AirVPN/Lib.Core.dll" "$pkgdir/usr/lib/AirVPN/Lib.Core.dll"
install -Dm644 "$srcdir/usr/lib/AirVPN/Lib.Forms.dll" "$pkgdir/usr/lib/AirVPN/Lib.Forms.dll"
install -Dm644 "$srcdir/usr/lib/AirVPN/Platforms.Linux.dll" "$pkgdir/usr/lib/AirVPN/Platforms.Linux.dll"
install -Dm755 "$srcdir/usr/lib/AirVPN/update-resolv-conf" "$pkgdir/usr/lib/AirVPN/update-resolv-conf"
install -Dm755 "$srcdir/usr/bin/airvpn" "$pkgdir/usr/bin/airvpn"
install -Dm644 "$srcdir/usr/share/doc/airvpn/changelog.gz" "$pkgdir/usr/share/doc/airvpn/changelog.gz"
install -Dm644 "$srcdir/usr/share/doc/airvpn/copyright" "$pkgdir/usr/share/doc/airvpn/copyright"
install -Dm644 "$srcdir/usr/share/man/man1/airvpn.1.gz" "$pkgdir/usr/share/man/man1/airvpn.1.gz"
install -Dm644 "$srcdir/usr/share/pixmaps/AirVPN.png" "$pkgdir/usr/share/pixmaps/airvpn.png"
cd "$srcdir/usr/share/applications"
install -Dm644 "$srcdir/usr/share/applications/AirVPN.desktop" "$pkgdir/usr/share/applications/airvpn.desktop"
}
"" stop here
An optional dependency for openssh is needed since the openssh protocol for AirVPN will not work without this package.
Next, pkgrel=7 for obvious reasons.
Next, there are three problems:
1. This line in the original build:
install -Dm644 "$srcdir/usr/share/pixmaps/AirVPN.png" "$pkgdir/usr/share/pixmaps/AirVPN.png"
KDE does not recognize pixmaps icons if there aren't all lower case.
I changed this to:
install -Dm644 "$srcdir/usr/share/pixmaps/AirVPN.png" "$pkgdir/usr/share/pixmaps/airvpn.png"
Now, airvpn.png is the pixmap
2. The desktop file was not executing because AirVPN.desktop is not all lowercase. Here is the original line of code:
desktop-file-install -m 644 --add-category=KDE --dir "$pkgdir/usr/share/applications/" "AirVPN.desktop"
I changed it to:
install -Dm644 "$srcdir/usr/share/applications/AirVPN.desktop" "$pkgdir/usr/share/applications/airvpn.desktop"
3. The .desktop file, when inspected with nano (or some other text editor) shows these contents:
[Desktop Entry]
Name=AirVPN
Comment=AirVPN
Exec=/usr/bin/airvpn
Icon=/usr/share/pixmaps/AirVPN.png
Terminal=false
Type=Application
Categories=GNOME;Network
This is problem because the Icon entry uses AirVPN.png, which will not work.
Extract the package and go to /airvpn-bin/pkg/airvpn-bin/usr/share/applications/ and look at the .desktop file. Edit the Icon section to read:
Icon=/usr/share/pixmaps/airvpn.png
You'll see under KDE that the .desktop will now show the proper icon.
I have no idea how to make this edit within a pkgbuild, but I will try to figure out how to do this.
I will email you my edited pkgbuild.
Pinned Comments