Commit 85d568f
committed
WSLg flatpaks: modern Nautilus.Devel + Epiphany 50.3, GTK scale 0.75, btop -p 3 default
Multiple operator-flagged fixes 2026-05-10:
1. Nautilus old-looking ("you hard coded an old version of gnome
files flatpak"). Root cause: Flathub's org.gnome.Nautilus is
END-OF-LIFE (pinned to GNOME 3.28 runtime, years out of date).
Fedora flatpak registry doesn't carry Nautilus at all. The
ONLY modern flatpak Nautilus is org.gnome.Nautilus.Devel on
the gnome-nightly remote -- ships current 50.x+ libadwaita
with the modern rounded-corner decorations. Added override
file at /var/lib/flatpak/overrides/org.gnome.Nautilus.Devel
with the same cairo+software+dark-scheme env as the rest.
2. Epiphany same story: switched install source from flathub
(potentially also EOL) to fedora flatpak remote (50.3, current).
3. GTK apps too large: operator-flagged "gnome scaling of apps is
probably 25% too big relative to windows application windows".
Added GDK_DPI_SCALE=0.75 + QT_FONT_DPI=72 to
/etc/profile.d/mios-wslg-gpu.sh AND every flatpak override.
25% smaller GTK rendering matches Windows-native UI size on
high-DPI Windows hosts (RTX 4090 / 4K-class displays).
4. btop preset: operator-flagged "btop -p 3 is the correct
profile -- make it default launch to preset 3 and have the
background be uncolored so we can utilize the Windows acrylic
rendering -- make btops colorpalette match and preset 4 to
be only showing processes section". /etc/profile.d/mios-btop.sh
(NEW) wraps btop to default `-p 3` (cpu+mem full) when no
explicit -p/--preset arg is passed. Operator overrides win
(btop -p 4, btop --preset 1, etc. pass through).
Companion mios-bootstrap commit:
- mios.toml [desktop].flatpaks: gnome-nightly:org.gnome.Nautilus.Devel
+ fedora:org.gnome.Epiphany (replacing old ids)
- build-mios.ps1 overlay: adds gnome-nightly remote + appstream
refresh; FLATPAK_SHORT map updated with the new ids
- src/btop/btop.conf: presets reordered (slot 3 = cpu mem:0,
slot 4 = proc:0), shown_boxes = "cpu mem" so even unwrapped
btop loads with the canonical view1 parent 567bce8 commit 85d568f
10 files changed
Lines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
77 | 95 | | |
78 | 96 | | |
79 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
0 commit comments