July 8, 20242 yr comment_36613 When I try to run the AppImage in NixOS I get following error from Tauri and the app won't start: $ ./skip-app_0.9.968_amd64.AppImage skip-app_0.9.968_amd64.AppImage installed in /home/jhakonen/.cache/appimage-run/58457197bd5140b9a0f36c7dfd035054f6e6a62bd87b5cdfde52dd 5e6188756a Panicked: PanicInfo { payload: Any { .. }, message: Some(`APPDIR` or `APPIMAGE` environment variable found but this application was no t detected as an AppImage; this might be a security issue.), location: Location { file: "/root/.cargo/git/checkouts/tauri-9dcc2f915247 2c1a/8c5fcf4/core/tauri-utils/src/lib.rs", line: 205, col: 11 }, can_unwind: true, force_no_backtrace: false } According to to this bug report the error may have been fixed in tauri-utils 1.5.0: https://github.com/tauri-apps/tauri/issues/7734 Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.