-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 Support #62
Comments
Good news, Past me had made this work for v2.3.0 under flatpak Bad news, v2.4.3 hangs at loading screen. @qdot Is there anyway to debug the compiled application? |
speaking of, do you have the svg of the icon @qdot ? |
For the hang: Wait for 2.4.4. I'm guessing this has to do with the openssl version, which I'll now be vendoring into the builds. If you want to check and see if that's the case, run ldd on lib_intiface_flutter_rust_bridge or whatever that library is, see if there's a missing dependency. As for an SVG, I'll have to look. |
@qdot Any update on the SVG? |
Hmm. Wonder if this is a config file issue. Try to find wherever the intiface_central directory is (possibly somewhere in |
Just coming right now from doing exactly that. Wiped Issue persists. Console output:
Log content:
|
I agree it would really be nice if you could publish this as a flatpak on flathub e.g. Flatpaks are a new software distribution mechanism for Linux distros, can thus installed on any distro and are easy to update. They are easy to install and update and work on all Linux distros. Here is how to get started. |
Anyway i could help? Linux User here, so im very interested in getting this going. A binary to manually copy around is very duct tape and hope style, i rather have something proper. So if there is anything you need help with, im happy to help. |
@Doomsdayrs Can i help you out on this somehow? Im also more than happy to carrry the torch from here if you are not available for this anymore. Just hand everything you have on this and i will take it from here if you want me to |
Sorry for the long wait for replies. I shall do a re-evaluation of this shortly. |
Publication to flathub via flatpak for Linux users.
Nice to haves:
Issues
Is causing issues when trying to load from sandbox.
Current progress: https://github.com/Doomsdayrs/flathub/tree/com.nonpolynomial.intiface_central
The text was updated successfully, but these errors were encountered: