Introduce a new production desktop shell at `shells/desktop/shell` built with C++20, Qt Quick/QML, and LayerShellQt, including top bar, launcher, desktop surfaces, shell state, and mock app data. Add the shared `packages/nebula-ui` QML module (theme, controls, focus, icons) and wire it into the shell build. Retire the old GTK/WebKit native host by removing `shells/desktop/native`, move the React shell UI to `shells/desktop/prototype-react` as an archived design reference, and update root/compositor/session documentation to reflect the new Linux-only production architecture and temporary Sway role.
12 lines
251 B
Bash
12 lines
251 B
Bash
#!/bin/sh
|
|
# NebulaOS session startup
|
|
|
|
set -e
|
|
|
|
export XDG_CURRENT_DESKTOP=NebulaOS
|
|
export XDG_SESSION_DESKTOP=nebula
|
|
|
|
# Shell and services are wired here as they land
|
|
# Production desktop chrome: shells/desktop/shell (nebula-shell)
|
|
# exec nebula-shell
|