Fabian-Lars

Results 1341 comments of Fabian-Lars

@Cobular The team itself is currently not working on this (otherwise there would be at least _some_ info here). With the upcoming IPC changes for v2 this is further delayed,...

`tauri.bundle.appimage.bundleMediaFramework` works only when building on ubuntu for now. I wanted to "fix" this for weeks now, but couldn't find the time to do it yet... That said, you don't...

@erayerdin it's not the same issue, you just didn't build your app with the mentioned `tauri.bundle.appimage.bundleMediaFramework` config enabled. Doing so should make it work.

fwiw, flatpak and rpm support is on my todo list, but i won't start working on it until after v1 stable is released (if nobody beats me to it by...

Now that this was leaked already i'd appreciate it if someone could try this out on a macos device because everything segfaults on my macos VM as soon as audio...

1) You need to add it as a patch instead of a normal dependency 2) it probably still won't work because it's too old for tauri 1.1

@meowtec imo it would be fine to let this PR focus on the file associations, but if you want to do it anyway, i have working implementations for Linux and...

we officially only support the msvc toolchain (you probably will run into other errors with gnu after this one), so if it's possible for you to use that, i'd suggest...

> Install rust via pacman, pacman -S mingw-w64-x86_64-rust Can you try installing rust via rustup instead? Because i can't reproduce your issue right now with that (= it compiles fine...

Someone else reported the issue in #4798 too, but it looks like they use the gnu toolchain installed via rustup. There goes my theory then 😢 Still no idea how...