Skip to content

Conversation

FabianLars
Copy link
Member

ever since we updated the appimage output plugin users had linuxdeploy error out with an error not telling them anything. I heard about fuse issues twice though #8929 (comment)
Since we already set that env var's cli arg equivalent, this change should be a nobrainer and if it doesn't help, it at least can't realistically make it worse either.

@FabianLars FabianLars requested a review from a team as a code owner October 2, 2025 14:13
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Oct 2, 2025
Copy link
Contributor

github-actions bot commented Oct 2, 2025

Package Changes Through bb578ca

There are 9 changes which include @tauri-apps/api with minor, tauri-cli with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-macros with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.8.0 2.9.0
tauri-utils 2.7.0 2.8.0
tauri-bundler 2.6.1 2.7.0
tauri-runtime 2.8.0 2.9.0
tauri-runtime-wry 2.8.1 2.9.0
tauri-codegen 2.4.0 2.4.1
tauri-macros 2.4.0 2.4.1
tauri-plugin 2.4.0 2.4.1
tauri-build 2.4.1 2.4.2
tauri 2.8.5 2.9.0
@tauri-apps/cli 2.8.4 2.9.0
tauri-cli 2.8.4 2.9.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

cmd.env("OUTPUT", &appimage_path);
cmd.env("ARCH", tools_arch);
// Looks like the cli arg isn't enough for the updated AppImage output-plugin.
cmd.env("APPIMAGE_EXTRACT_AND_RUN", "1");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly this is the issue mentioned in this comment.

@lucasfernog lucasfernog merged commit 06d4a4e into dev Oct 6, 2025
18 checks passed
@lucasfernog lucasfernog deleted the fix/linuxdeploy-extractrun branch October 6, 2025 16:11
@github-project-automation github-project-automation bot moved this from 📬Proposal to 🔎 In audit in Roadmap Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

3 participants