Commit 0191bb3
committed
mios.toml [desktop].flatpaks: use gnome-nightly Nautilus.Devel + fedora Epiphany
Operator-flagged on fresh 2026-05-10 install:
╰─❯ nautilus
error: app/org.gnome.Nautilus.Devel/x86_64/master not installed
Root cause: mios.git's runtime /usr/share/mios/mios.toml still
had the OLD flathub-only flatpak IDs. The bash overlay's
[desktop].flatpaks install pass reads THIS file (not the
mios-bootstrap one), so even with the bash loop now able to
parse `<remote>:<appid>` prefixes, the toml entries lacked
prefixes -- everything installed from flathub including the
EOL org.gnome.Nautilus.
Fix: mirror the mios-bootstrap/mios.toml [desktop].flatpaks list
into mios.git so the runtime resolver sees the current entries:
gnome-nightly:org.gnome.Nautilus.Devel (modern 50.x, libadwaita rounded chrome)
fedora:org.gnome.Epiphany (50.x current)
app.devsuite.Ptyxis (correct id post-rename)
com.github.tchx84.Flatseal (flathub stable)
com.mattjakeman.ExtensionManager (flathub stable)
com.vscodium.codium (flathub stable)
Plus org.gtk.Gtk3theme.adw-gtk3{,-dark} (libadwaita theme bridge)
After this commit lands + operator runs `mios update`, the next
overlay pass installs Nautilus.Devel from gnome-nightly and the
`nautilus` shim resolves correctly.1 parent 0e2b24c commit 0191bb3
1 file changed
Lines changed: 14 additions & 11 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
443 | 446 | | |
444 | 447 | | |
445 | 448 | | |
| |||
0 commit comments