genodelabs / genode-world

Collection of community-maintained components for Genode
Other
44 stars 46 forks source link

ubuntu-ui-toolkit: prevent spinning on startup #365

Closed cproc closed 1 month ago

cproc commented 2 months ago

Currently, the toolkit launcher just calls QCoreApplication::processEvents() in a loop while waiting for the QML component to load, which can noticeably slow down the loading process on the PinePhone.

cproc commented 2 months ago

Fixed by a996399 (patch by @ssumpf).