Main window never appears
Opened this issue · 5 comments
Hey there o/ I spotted your app when looking through the AppCenter submissions, and decided to give it a whirl. I noticed that the main window does not appear, both from the version I build locally and from the 1.0.0 CI artifacts.
Really? That's strange. I've never run into that problem. Can you try running it from the terminal and see if it gives you any output? You should be able to flatpak run com.github.leggettc18.leopod if you've installed it.
Also can you let me know what version of Elementary OS you are running?
I haven't been able to replicate this on my system.
Or are you running something else completely? I had a look through your profile and realized you might be running Gnome. I can't promise support for anything outside of Elementary OS due to time constraints, but if you can let me know what Distro and DE you're running on I'm willing to get a VM running to see if I can figure this out!
I recently merged in a flatpak change, I hadn't given the app permission to use the dri
device. The app was still launching for me but perhaps that was affecting your system differently. Could you try re-installing from the newer commits? There may be a couple of other changes coming so I haven't set up a new release yet.
Got around to making a PopOS VM and trying to run it, full error message in terminal for record keeping is
(com.github.leggettc18.leopod:2): GLib-CRITICAL **: 23:55:08.657: g_strsplit: assertion 'string != NULL' failed
Whatever this is, it's gotta happen pretty early on in the code, so once I have the time to look it shouldn't take me too long to figure out where the error is coming in.