Talk:Tauri: Difference between revisions

Issues with wiki: new section
 
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:


I want to find out issues that you are having with the wiki so I can fix them. [[User:Eveeifyeve|Eveeifyeve]] ([[User talk:Eveeifyeve|talk]]) 09:56, 4 September 2025 (UTC)
I want to find out issues that you are having with the wiki so I can fix them. [[User:Eveeifyeve|Eveeifyeve]] ([[User talk:Eveeifyeve|talk]]) 09:56, 4 September 2025 (UTC)
:The development build runs properly but the release build fails to bundle for appimage. One of the issue was that the appimage bundler seems to be hardcoded to look for xdg-open in /usr/bin/xdg-open. I tried using an fhsenv to solve this but there seems to be more issues with the appimage bundler I could not solve.
:Here is the shell.nix (with fhs) I created
:https://gist.github.com/mastermach50/267388d4fdd49b2d0da718f5b6d3d38b [[User:Mach50|Mach50]] ([[User talk:Mach50|talk]]) 19:52, 11 December 2025 (UTC)
:Also with the current shell.nix (no fhs) the webview is not rendering properly for the default app created by create-tauri-app
:https://files.catbox.moe/dzx1bw.png [[User:Mach50|Mach50]] ([[User talk:Mach50|talk]]) 20:00, 11 December 2025 (UTC)
== Example devshell fails to run  ==
I'm using unstable (26.05.20260121.88d3861) and with the devshell example, the tauri hello world fails to build. It's giving me some issues with shared libraries that can be solved by setting LD_LIBRARY_PATH with what's provided in buildInputs. [[User:Rougebordeaux|Rougebordeaux]] ([[User talk:Rougebordeaux|talk]]) 21:48, 3 February 2026 (UTC)
Return to "Tauri" page.