Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauri: migrating to V2 #585

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

tauri: migrating to V2 #585

wants to merge 4 commits into from

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Oct 5, 2024

Fixes #529 and #224
Fixes #581

May potentially solve #581 as it uses a newer version of webkit2gtk -- im currently convinced the UI rendering bug is the fault of webkitgtk2, and i tested last night that on newer versions (i used GNOME Web) it doesn't manifest.

Before merging:

This is blocked for the following reasons:

@trippjoe
Copy link
Member

Both linux related tauri bugs have been closed.

@Milkfat32
Copy link
Contributor

tauri-apps/tauri#10626 (bad webkit version out there? upstream ubuntu bug report https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/2081166)

If the Linux version is to be released only as a Flatpak, this is not an issue as the webkit version is controlled in the Flatpak sandbox. This is done through the runtime sdk selection and not the system libraries.

@xTVaser
Copy link
Member Author

xTVaser commented Nov 18, 2024

It was an issue because you couldn't develop or debug the app on ubuntu linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI moves when clicked on Migrate to Tauri 2.0
3 participants