Xplorer AppImage doesn't open on Arch Linux
See original GitHub issueDescription
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
- Try to launch the appimage on arch or arch based distros.
- 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:
- Created 2 years ago
- Reactions:3
- Comments:16 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 🤙🏼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.