-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Unable to run Tusk after AUR installation #186
Comments
Same here. I had issue with missing
Apparently, in Electron 4.0.0 and newer, there should be none, according to this thread. Downloading a binary from here enables me to run the application once again. |
Same here, it happened after upgrading electron to electron-4.1.1-2 on archlinux. |
Exactly the same problem here... IS there any workaround? |
+1 |
Please download the RMP binaries from the latest GitHub release, since the AUR repository is not officially maintained or supported and the readme reference to it will be removed as soon as possible. |
But why? AUR is just an install script for exact the same RPM bin's |
The problem is the electron version used to compile the source code. Tusk requires 3.x and Archlinux offers the 4.x. The 4.x doesn't support linking to libnode.so. |
To make it installable on Archlinux I've created the PKGBUILD
And the new
Just create a directory somewhere called Run the following:
Now you have the binary available in an Archlinux fashion. |
@azisaka worked like a charm, thanks! |
on arch linux i install from aur,but it just do not launch,here is what happen
The text was updated successfully, but these errors were encountered: