-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Xplorer AppImage doesn't open on Arch Linux #179
Comments
Have you installed Rust and Tauri dependencies via |
Rust and node js are not needed for the packaged app. Actually, I tried to install AppImage on Garuda Linux (an Arch os-based Linux distro) and it works but not sure with freshly installed Arch Linux tho, but yeah, I'll try to install fresh arch os VM and try to install Xplorer appimage inside tomorrow. Anyway, does the Thanks |
Arch doesn't use deb files it uses .pacman files. |
I did try the |
Is it v0.2.0? |
PS: The normal Arch Linux might make you feel disturbed since you need to apply commands for installing, so make sure you get the one with Xfce, it might need only 2 GB of memory, I guess it will have a GUI installer, and it will do the job. |
It works, just using
The |
Are you referring to Debian? |
You can install |
@kimlimjustin I have updated xplorer-bin to 0.2.0. |
Thanks a lot, @aathif394 could you please give it a try? |
Sorry for replying late, I was not able to check yesterday. As I said earlier, the problem does not occur when using the AUR package. I tried the latest one too. I get an error when I use the AppImage version. |
Could you please run the app image via terminal and send the error? It seems like some dependencies are missing... |
I have already posted the output when I created the issue. I think you forgot to see that :) |
Ah ye, my bad. After asking on Tauri discord for clues, this is actually a problem with Tauri itself, which is detailed on this PR, waiting for the PR to be merged to fix this issue. |
Well I had the same error and the solution was to search for the file "WebKitNetworkProcess" |
You may need to include I use: |
Description
Running the xplorer appimage does not work and instead errors out.
** (xplorer:5459): ERROR **: 20:24:41.369: Unable to spawn a new child process: Failed to execute child process “/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitNetworkProcess” (No such file or directory)
I do have
webkit2gtk
andwebkit2gtk-4.1
installed.Steps To Reproduce
Expected behavior
The app is supposed to launch without any errors
Xplorer Version
v0.2.0
Operating System Version
EndeavourOS
Additional Information
No response
The text was updated successfully, but these errors were encountered: