Dan G

Results 73 comments of Dan G

I posted the full Windows build log here: https://gist.github.com/danryu/4df440fc3365b97413c3329da5b566d6 You can see all the files included from line 7631 onwards. I hope this is good enough? No qt.conf anywhere as...

Thanks, I'd be very grateful for any update on this. `linuxdeploy` (with plugins) seems to be the most effective and intuitive method for generating appimage (I've tried a few), and...

Thanks @trumpton, that sounds promising. I wonder if libnss has anything to do with my missing Webview plugin issue. I may have a more generic problem in my code causing...

@TheAssassin PR here: https://github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/113 @trumpton Thanks for the libnss tips. Yes, if the WebView/WebEngine combo is working for you on Linux - and actually rendering web content - then that...

I am re-assessing this PR in the light of errors that I get when running apps in TestFlight, that have been built and submitted by this automation. The app builds...

> Strange. Do you use Qt5? No, Qt 6.3.2 and actually 6.4.0 for iOS (for some touch-handling fixes). It is indeed very strange - after all, if TestFlight validates the...

> Yes, the iOS build crashes with Qt6 for me too (at least on GH actions). It's a known issue with Qt6 > > #2711 Hmmm, I think I may...

> Great. That's a modified Jamulus client I suppose? If you plan to maintain your app and keep it compatible and up to date, we could link it as Jamulus...

Updated with the necessary logic to validate and upload the signed macOS "pkg" installer to the Mac App Store when the necessary conditions are met (I thought I had already...

> Probably it's close to get in. It of course raises the questions when/if we deploy a cert in our repo. The cert stuff is obviously most easily handled by...