Watch
1
0
Fork
You've already forked souveraine
0

shell: regenerate qmldir manifests from the composed tree

The repo qmldirs listed only repo-owned types; composed dirs also carry
ii-borrowed types (ReloadPopup, PanelLoader, Bar, ...) which a qmldir
present in the dir must list or they stop resolving — broke the phone
shell on deploy. Regenerated every deployed qmldir from the composed
config on-device (capitalized .qml -> type line, pragma Singleton ->
singleton line) and pulled back. Shell verified active, zero load
errors.
This commit is contained in:
Fimeg 2026-07-21 13:36:39 -04:00
commit db6d732e32
17 changed files with 228 additions and 6 deletions

View file

@ -1,3 +1,2 @@
singleton GlobalStates 1.0 GlobalStates.qml
settings-phone 1.0 settings-phone.qml
shell 1.0 shell.qml
ReloadPopup 1.0 ReloadPopup.qml