this post was submitted on 06 Feb 2025
3 points (100.0% liked)

Tauri

73 readers
1 users here now

A community for discussion of news, development and projects related to Tauri.

Ask questions, share interesting projects, seek help debugging your code and discuss all things related to the Rust based application toolkit.

Tauri logo by Alve Larsson, Daniel Thompson-Yvetot and Guillaume Chau under CC BY NC ND.

founded 1 year ago
MODERATORS
 

Hmm, how would I go about running this AppImage on Nixos?

https://flirc.tv/products/skip1s-remote-universal-remote-control?variant=43489094729960

Tried:

appimage-run skip-app\_0.9.993+9235\_amd64.AppImage  

I'm getting a weird @tauri crash:

Panicked: PanicHookInfo { payload: Any { .. }, location: Location { file: "/root/.cargo/git/checkouts/tauri-9dcc2f9152472c1a/8c5fcf4/core/tauri-utils/src/lib.rs", line: 205, col: 11 }, can\_unwind: true, force\_no\_backtrace: false }  

I only managed to trace it back to: https://github.com/tauri-apps/tauri/blob/c7b9a5352532a8ea52bbdb18d81c99ba2842ec71/crates/tauri-utils/src/lib.rs#L194-L206

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here