-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Use tauri v2 #398
Comments
I like this idea! Could be done by using the commands from Upgrade from Tauri 1.0 | Automated Migration. We'll need to remember to upgrade our plugins under |
For reference this is currently blocking #247, cinnyapp/cinny#446 I'll take care of those when we upgrade cinny-desktop |
Gave it a try, and attempted to migrate tauri Pulled off the right dependencies, and tauri.conf.json had to undergo some modifications for Overall learned some things, but can't do it yet on my own. Could set an initial PR, but would be broken atm. Any help would be awesome. |
Thanks for the effort!
|
@Neved4 I also had similar rust issues. Same, thought this would be easy task but turned out to be much complicated. For a reference you could find some other other projects that migrated to v2. |
My first rust project contribution, but the above linked PR was able to build on both WSL and Arch. I am just a lowly ops dude, so maybe the small changes to the |
Describe the problem
tauri v1 (which is currently used by cinny) uses webkit2gtk 4.0. However webkit2gtk 4.0 is outdated and unavailable on many distribitions like Debian or Alpine (which I was packaging Cinny on).
Unfortunaly I have to disable the cinny package on Alpine Linux since we removed webkit2gtk 4.0 and only support webkit2gtk 4.1 or 6.0.
See also #367 or tauri-apps/tauri#9662
Describe the solution you'd like
Ideally cinny-desktop could be moved to tauri v2 which supports webkit2gtk 4.1 and would restore support for many distributions.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: