[nu-demo] packages.nu has service_browser/office/books/matrixchat/voice commented out #134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
Fresh
service_install_allrun leaves these 5 services uninstalled. User-visible impact on a fresh deploy:Root cause
hero_skills/tools/modules/services/packages.nuexplicitly comments outservice_browser,service_office,service_books,service_matrixchat, andservice_voiceinservice_install_all. The comments suggest they were disabled due to build/runtime issues that were never resolved.Demo workaround (applied 2026-04-23)
Installed and started each service individually after the base
service_install_allcompleted. This required working around the individual blockers (see companion issues: service_books.nu parse bug #TBD, hero_slides path dep #127, etc.).Proper fix
service_books.nuparse bug — see companion issue;service_officecompile errors; etc.).packages.nu::service_install_allonce verified.service_install_allon a clean VM completes all 5 without error.Filed 2026-04-23 nu-shell demo bring-up. Signed-off-by: mik-tf
hero_proc service startreturns 'service not found' #167Moved to hero_demo#17 — see lhumina_code/hero_demo#17