Commit 54c742e
feat(packages): split GNOME -- new packages-gnome-flatpak-runtime for WSLg portals
The dev_overlay default previously skipped `gnome` entirely, which
removed not just the heavy session pieces (gnome-shell / GDM /
control-center) but also the runtime bits Flatpaks need to function
on WSLg: xdg-desktop-portal* (file dialogs), pipewire/wireplumber
(audio routing), gstreamer base (media-render helpers), gvfs
(SMB/MTP traversal in Nautilus), Qt-Adwaita theming for non-GTK
Flatpaks (Wireshark etc.), flatpak itself.
Without those, GUIs routed through WSLg render glitchy file dialogs,
no audio, broken theming. So GNOME core IS needed on the dev VM --
just not the session.
New section: packages-gnome-flatpak-runtime
- xdg-user-dirs, xdg-utils
- xdg-desktop-portal, xdg-desktop-portal-gnome, xdg-desktop-portal-gtk
- pipewire-alsa, pipewire-pulseaudio, wireplumber
- gstreamer1, gstreamer1-plugins-base, gstreamer1-plugins-good
- gvfs, gvfs-smb, gvfs-mtp
- glibc-langpack-en
- qt6-qtbase-gui, qt6-qtwayland, qadwaitadecorations-qt5, adw-gtk3-theme
- flatpak
Existing packages-gnome (full session: gnome-shell, gnome-session-
wayland-session, GDM, control-center, gnome-keyring, extensions,
gnome-bluetooth, NetworkManager-wifi, etc.) is kept as-is and
remains the right choice for deployed bare-metal / Hyper-V / QEMU
MiOS hosts.
mios.toml [packages.dev_overlay].sections: add gnome-flatpak-runtime
to both vendor and bootstrap defaults. Operators who want the full
GNOME desktop on the dev VM tick `gnome` in the configurator.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 5d89929 commit 54c742e
2 files changed
Lines changed: 59 additions & 3 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
240 | 291 | | |
241 | 292 | | |
242 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
0 commit comments