question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Xplorer AppImage doesn't open on Arch Linux

See original GitHub issue

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 and webkit2gtk-4.1 installed.

Steps To Reproduce

  1. Try to launch the appimage on arch or arch based distros.
  2. The app doesn’t launch

Expected behavior

The app is supposed to launch without any errors

Xplorer Version

v0.2.0

Operating System Version

EndeavourOS

Additional Information

No response

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:16 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Bleyomcommented, Jan 14, 2022

Well I had the same error and the solution was to search for the file “WebKitNetworkProcess” sudo find / -name WebKitNetworkProcess 2>/dev/null and i find the file "WebKitNetworkProcess" in "/usr/lib/webkit2gtk-4.0/WebKitWebProcess" I created the /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/ and make a symlink to "/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess" And now the .AppImage works fine 🤙🏼

0reactions
kimlimjustincommented, Nov 28, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved] Can't run appimage - Arch Linux Forums
I'm presuming I missed packages to run Appimage applications, but I'm not sure if Appimages require extra packages in the first place.
Read more >
Installation - Xplorer
You can download Xplorer from the installer here. For Linux​. AppImages​. Grab the .AppImage file in the releases page and follow this guide....
Read more >
Multi-arch AppImages - Developers
In the AppImage docs, it mentions that multi-arch AppImages are not possible due to Linux not supporting FatELF or similar.
Read more >
Install Appimage under Arch Linux - Super User
in which /path/to/file is the path to the .appimage file you wish to run. Once it has been set as executable, you can...
Read more >
Cannot move/rearrange panes when running under Wayland
Resizing and opening new panes works as expected. ... Obsidian: v0.15.9 OS: Arch Linux (Linux 5.18.18-xanmod1-1 GNU/Linux) WM: Sway v1.7-9 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found