Skip to content

Set RUST_BACKTRACE=1 at runtime using manifest

Flatpak manifest previously set RUST_BACKTRACE=1 during the build only, not runtime, using the "env" build option. However, the intention was probably to set RUST_BACKTRACE=1 at runtime, not during the build.

Merge request reports