-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Flatpak config files to run in gnome runtime #811
Comments
Just for reference, @Beanow's experiments on this: (p.s. i can also spend some/much time on flatpaks now as i have to pause development on the new appimages for a bit because i apparently can't seem to fix a blocking appimage-builder issue.) |
Note, this extension should only be necessary during build. And only Gnome runtime to run. |
I don't have a share-able file yet but the 0.16 branches seem to work correctly in flatpak apps. I'll try to clean it up and post it today when i'm back home. For testing i build the app outside of the sdk and used that bundled binary as a source instead (so my manifest may not be that helpful in the long run). |
Sorry for the delay, here's a really simple config which expects you to build the wry binary outside of the SDK for now, since all the actual tooling development will be in Tauri anyway i think this should be enough for wry. steps to run
I do tend to change the config from json to yaml so that we can add comments, i just copy pasted that from rustdesk tbh |
Is your feature request related to a problem? Please describe.
I just pushed 0.16 branch which should work in gnome runtime. It upgrades gtk-rs crates to 0.16 and bumps webkit2gtk version to 4.1 so we can use libsoup3. This should help fix #717
Describe the solution you'd like
Add necessary config files to build flatpak application. It should use gnome runtime 43 with rust extension.
If possible, please also write down steps to build the application.
Describe alternatives you've considered
No, this is the only way to keep my sanity.
Would you assign yourself to implement this feature?
Additional context
The text was updated successfully, but these errors were encountered: