WombatFromHell
WombatFromHell
I'm seeing the same behavior on the latest AppImage of v1.4.0. I'm running the AppImage on Bazzite (Fedora 41). The settings file seems to get saved to ~/.config/trguing.json with what...
I figured out what my issue was, tauri v1.0 apps don't follow symlinks, and on Bazzite the /home directory is actually a symlink pointing at /var/home which cannot be resolved...
Sort of. Bazzite is a descendant of Fedora Silverblue which is a containerized version of Fedora. Due to how rpm-ostree and Silverblue are designed the filesystem has overlays for /var...
Compiling the tauriv2 branch and using the subsequent AppImage does in fact fix my issue without needing to override XDG_CONFIG_HOME. Theory confirmed I suppose.
I'll see if I can try to find out what might be causing this issue. No promises though, since Uplay is notoriously finicky when it comes to launching through Steam...