appimage not working #38

Open
opened 1 month ago by thatoo · 2 comments
thatoo commented 1 month ago

When I try to run the appimage, I get the following error :

~/AppImages$ ./nextgraph.appimage
nextgraph.appimage installed in /home/thatoo/.cache/appimage-run/bcaba899580f4272414808db21dd304821360429a647328d642077c358fe96ff
thread 'main' panicked at /home/ee/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-utils-2.0.0-alpha.7/src/lib.rs:308:11:
`APPDIR` or `APPIMAGE` environment variable found but this application was not detected as an AppImage; this might be a security issue.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When I try to run the appimage, I get the following error : ``` ~/AppImages$ ./nextgraph.appimage nextgraph.appimage installed in /home/thatoo/.cache/appimage-run/bcaba899580f4272414808db21dd304821360429a647328d642077c358fe96ff thread 'main' panicked at /home/ee/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-utils-2.0.0-alpha.7/src/lib.rs:308:11: `APPDIR` or `APPIMAGE` environment variable found but this application was not detected as an AppImage; this might be a security issue. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
Owner

Hello,
Thanks for reporting this issue and for trying out the alpha release of the Linux native app.
It seems this error affects environments like NixOS, debian containers, or when using FireJail.
The issue is caused by Tauri from an old version, and has been fixed since then.
Unfortunately, the packaging of the AppImage of NextGraph is still quite old, and we are going to release a new version very soon, using the newest Tauri toolchain, and it should work fine for you.
Please allow us few more days for this new release.
In the meanwhile, you can use the webapp at https://nextgraph.eu or maybe try the debian package instead of the AppImage, if you are on a debian-based distro.

Also a little bit more context on the OS you are using, could help us.

Hello, Thanks for reporting this issue and for trying out the alpha release of the Linux native app. It seems this error affects environments like NixOS, debian containers, or when using FireJail. The issue is caused by Tauri from an old version, and has been fixed since then. Unfortunately, the packaging of the AppImage of NextGraph is still quite old, and we are going to release a new version very soon, using the newest Tauri toolchain, and it should work fine for you. Please allow us few more days for this new release. In the meanwhile, you can use the webapp at https://nextgraph.eu or maybe try the [debian package](https://nextgraph.org/download/#ubuntu) instead of the AppImage, if you are on a debian-based distro. Also a little bit more context on the OS you are using, could help us.
Poster

You're welcome, happy to help when I can.
You are right then. I'm using NixOS stable 24.11 with Cosmic DE.
Waiting for the appimage to be released or the nixos pacckage to be done, #38 , I'll try the webapp then.

You're welcome, happy to help when I can. You are right then. I'm using NixOS stable 24.11 with Cosmic DE. Waiting for the appimage to be released or the nixos pacckage to be done, https://git.nextgraph.org/NextGraph/nextgraph-rs/issues/38 , I'll try the webapp then.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: NextGraph/nextgraph-rs#38
Loading…
There is no content yet.