-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[bug] AppImage not working on Arch Linux #5292
Comments
It doesn't seem correct for the path to WebKitNetworkProcess to start with "././/". See this comment: |
That's indeed correct. The xplorer issue you linked was related to a bug that's been fixed for a long time now (and is actually related to the |
I still have this problem, even when bundling my app on Ubuntu 22.04. When I run |
Are you using a newer tauri cli version nowadays? (Maybe you can get the |
I'm using the most recent Tauri CLI and Tauri dependencies, I tried bundling a new Tauri project, and I also deleted the
|
And you're still getting the exact same error message as in the first message? (wouldn't mind if you would post it again) Can you inspect the AppDir and AppImage (most archive programs should be able to open the latter) and check if the files are there? |
Yeah, same error:
This the file list of my AppImage
As you can see in the file list, I have the required file in the filesystem ( |
Any chance you could share an appimage built on your system? I don't know of anyone else with this problem so i have to assume for now that it's someething specific to your app or system :/ |
Of course, I can't upload it to GitHub because the file is too heavy, but this is the direct link to the AppImage on our CDN: https://client.eufonia.studio/api/v2/download?file_type=installer&platform=linux-x86_64 |
can't imagine that the workspace would be an issue. I've seen a few different workspace configs in the wild already and none had this problem. I really can't think of anything that could cause this right now so i don't think i can keep going with a minimal reproduction :/ Oh, speaking of that, did you try a fresh app via create-tauri-app already? |
The other binary doesn't interact at all with webkitgtk, and I also created this new version using create-tauri-app, but yes you're right, I change the working dir at runtime to a new folder inside ~/.local/share/, and maybe that's the problem, I will check disabling that to see if we can confirm that's the reason of this bug. |
Describe the bug
I tried building an AppImage file on both Ubuntu (GitHub Actions) and Arch Linux, but when I try to run it on Arch, it crashes with an error. I have webkit2gtk installed.
Reproduction
Expected behavior
No response
Platform and versions
$ tauri info
Environment
› OS: Arch Linux Unknown X64
› Node.js: 18.9.1
› npm: Not installed!
› pnpm: 7.12.2
› yarn: 1.22.19
› rustup: 1.25.1
› rustc: 1.66.0-nightly
› cargo: 1.66.0-nightly
› Rust toolchain: nightly-x86_64-unknown-linux-gnu
Packages
› @tauri-apps/cli [NPM]: 1.1.1
› @tauri-apps/api [NPM]: 1.1.0
› tauri [RUST]: 1.1.1,
› tauri-build [RUST]: 1.1.1,
› tao [RUST]: 0.14.0,
› wry [RUST]: 0.21.1,
App
› build-type: bundle
› CSP:
› distDir: ../build
› devPath: http://localhost:3001/
› framework: React
› bundler: Webpack
App directory structure
├─ node_modules
├─ build
├─ .vscode
├─ venv
├─ scripts
├─ .git
├─ config
├─ .husky
├─ src-tauri
├─ .idea
├─ src
├─ public
└─ .github
Done in 4.80s.
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: