Hello everyone, I am trying to run intiface central on Linux (Fedora 43), so I installed the flatpak and tried to run it, but when I do so, I just have a window with the intiface logo and nothing else. Not sure the command line output gives any clue;
./intiface_central: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /app/lib/intiface_central/lib/libsentry.so)
Gdk-Message: 16:14:15.156: Unable to load from the cursor theme
(intiface_central:3): libayatana-appindicator-WARNING **: 16:14:15.264: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
(intiface_central:3): Gtk-CRITICAL **: 16:14:15.371: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
I have ran this program on Windows 10 in the past, so I know it is supposed to have a UI besides the logo. Since flatpaks are sandboxed I would be surprised to be the only one encountering this.
Anyone has any idea about what could be going awry here?
PS : I tried to build intiface from source too, but I have zero experience with flutter and I cannot get it to work yet because of some obscure permission shenanigan, so the flatpak solution would be preferable.