All checks were successful
Check / eval (push) Successful in 4m11s
Add checks.hibernate: a runNixOSTest modeled on nixpkgs' hibernate.nix, wired to the actual risk #76 introduces — coexistence with the zram swap that oom.nix now enables by default. It imports oom.nix, puts the disk swap at a lower priority than zram with an explicit boot.resumeDevice, and uses systemd-initrd. The test drives a full hibernate -> power-off -> resume -> crash cycle: a volatile ramfs marker survives resume but NOT a crash-boot (proving genuine resume), and it asserts zram sits at priority 100 while the disk swap is lower, so the hibernate image lands on disk rather than volatile zram. What QEMU genuinely can't do — feed a boot-time resume_offset for a btrfs swapfile (offset only exists after first-boot allocation) or drive a LUKS-initrd unlock — stays a V3 laptop check (HARDWARE-QUEUE, dev box already runs that exact layout), plus the no-swap notify in a real session. With this, all V0/V1/V2 work on #76 is done; #76 collapses to a [blocked:hw] stub and the design record moves to ROADMAP. Verification: V2 PASS — nix build .#checks.x86_64-linux.hibernate built the driver fresh and exited 0. nix flake check --no-build green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
358 lines
23 KiB
Markdown
358 lines
23 KiB
Markdown
# Hardware queue — V3 checks only a human can run
|
||
|
||
Everything shipped at V1/V2 whose final verification needs real hardware.
|
||
Agents **append** (newest at the bottom of a section) with exact steps;
|
||
Bernardo runs them and either checks off (`[x]` + date + verdict) or files
|
||
the failure as a NOW bug in BACKLOG.md. Machines: the **AMD dev box**
|
||
(Ryzen AI laptop: AMD + fingerprint + NPU), the **Latitude 5310/5410**
|
||
(Intel QA — 2026-07-10 session on **5310**), the **T14s** (webcam case).
|
||
|
||
## Any machine (dev box is fine)
|
||
|
||
*2026-07-10 Latitude 5310 session (Bernardo) — ticks below marked PASS from
|
||
that run; leftover open items still need a pass.*
|
||
|
||
- [x] **Unfree CLI default (2026-07-10)** — PASS (Bernardo, Latitude).
|
||
- [x] **Waybar icon+percentage spacing (2026-07-10)** — PASS after double-pad
|
||
(volume high / keyboard / battery no longer kiss text; unified clock).
|
||
- [x] **Calendar on unified clock (2026-07-10)** — PASS (Bernardo).
|
||
- [x] **Rofi menu case-insensitive filter (2026-07-10)** — PASS: SUPER+M
|
||
`sys` → System; apps/drun already fine.
|
||
- [x] **Charge-limit live apply (2026-07-10)** — PASS after Custom type fix
|
||
(`45c584d`): menu 60/90/80 writes sysfs; toast; no rebuild needed.
|
||
Adaptive was ignoring the cap while reporting end=80.
|
||
- [x] **#41 float classes** — PASS polkit float+same-ws (Latitude); portal
|
||
rules shipped (`xdg-desktop-portal-gtk`). OpenFile file-picker confirmed
|
||
floating on hardware (Bernardo, 2026-07-10) — #41 fully closed.
|
||
- [ ] **#55 fingerprint enroll on real reader** — with
|
||
`nomarchy.hardware.fingerprint.enable` and a physical reader: System ›
|
||
Fingerprint › Enroll a finger; List shows it; Verify succeeds; optional
|
||
Use for login (on) → `nomarchy-rebuild` → login/sudo accept fingerprint.
|
||
Menu surface is V1/V2 without a reader (self-gate + dry paths).
|
||
- [ ] **#60 non-BAT* battery name (if available)** — on a machine whose
|
||
system battery is **not** named `BAT*` (e.g. `CMB0`): confirm
|
||
charge-limit oneshot writes the threshold, System › Battery limit
|
||
and Power profile rows appear, Waybar power-profile module shows,
|
||
doctor charge-limit section runs. On `BAT0`-only machines this is
|
||
a no-op (already covered by existing charge-limit re-apply item).
|
||
- [ ] **btop theme fidelity (#52 residual)** — softGL theme-shot cannot
|
||
open Ghostty, so the hand `btop.theme` assets were only guest-file
|
||
asserted (main_bg / inactive_fg keys) + desktop/bar rendered for
|
||
rose-pine, everforest, summer-night, vantablack, catppuccin. On a
|
||
real session: `nomarchy-theme-sync apply <slug>` then `btop` and
|
||
confirm backgrounds/text match the theme (esp. rose-pine Dawn light
|
||
bg `#faf4ed`, vantablack near-black `#0d0d0d`, catppuccin Mocha
|
||
`#1E1E2E`). One pass cycling those five is enough.
|
||
- [x] **Battery charge limit re-apply on unplug** — PASS (Latitude
|
||
2026-07-10): with limit 80, unplug ~3s + plug; sysfs stays 80
|
||
(delayed oneshot + Custom type).
|
||
- [ ] **SSH_AUTH_SOCK for GUI clients** — after relogin, launch a GUI git
|
||
client (or `rofi`-launched terminal-less app) and confirm it reaches
|
||
gpg-agent's SSH socket without an interactive shell parent.
|
||
- [ ] **Notification inhibited-state glyph** (item 28 color-only sweep,
|
||
iteration #69) — have an app hold a notification inhibitor (e.g. run
|
||
a fullscreen video, or `busctl --user call org.freedesktop.Notifications
|
||
… Inhibit`); the Waybar bell must switch to the muted **bell-off**
|
||
(same glyph as DND), NOT the normal bell /. Then release it → the
|
||
bell returns. Repeat on a whole-swap bar (summer-day/night use their
|
||
own bell-off glyph, executive-slate/boreal use ). The glyph itself
|
||
already renders (DND uses it); this only confirms swaync emits the
|
||
`inhibited-*` class and the bar routes it.
|
||
- [x] **Night-light full cycle** — first menu enable rebuilds + hyprsunset
|
||
starts; later toggles are instant (no rebuild); an *off* survives
|
||
reboot (ExecCondition); stopping hyprsunset restores gamma.
|
||
— 2026-07-04 Bernardo: PASS enable/disable on hardware
|
||
(off-survives-reboot + gamma-restore not explicitly checked).
|
||
- [x] **Auto-timezone** — enable from the menu; confirm geoclue finds the
|
||
zone, `/etc/localtime` updates, and the Waybar clock refreshes
|
||
(SIGUSR2 watcher) — also after a manual `timedatectl set-timezone`.
|
||
— 2026-07-04 Bernardo: PASS — enabled from the menu, `timedatectl`
|
||
shows Europe/London (the manual set-timezone re-trigger wasn't
|
||
exercised).
|
||
- [ ] **Keyboard layout cycle bind** — with a comma layout (e.g.
|
||
`nomarchy.keyboard.layout = "us,de"`), SUPER+SHIFT+K cycles the
|
||
focused keyboard's layout, the Waybar `` indicator follows, and
|
||
the row shows in the SUPER+? cheatsheet. — 2026-07-04 attempt:
|
||
no comma layout was configured, so the bind wasn't rendered (the
|
||
gate working as designed, not a failure) — retest after setting a
|
||
comma layout + rebuild + relogin. The SUPER+? no-op found en
|
||
route IS a real bug → BACKLOG item 26 (fix shipped — see the
|
||
dedicated SUPER+? entry below).
|
||
- [x] **SUPER+? opens the cheatsheet** (item 32 re-fix) — PASS (Latitude
|
||
2026-07-10): SUPER+? opens cheatsheet; row shows `SUPER + ?`.
|
||
- [ ] **swaync readable on summer-day** (item 25 fix) — on summer-day
|
||
after `home-update`: `notify-send "title" "body text"` shows
|
||
readable body text; open the control centre (SUPER+N), hover a
|
||
notification row and check the Clear button — all text legible
|
||
(body/buttons now @text on tinted chips, not subtext/surface).
|
||
- [ ] **Bar + rofi legible on flexoki-light** (item 27 fix) — switch to
|
||
flexoki-light: every Waybar module readable (window title, tray
|
||
row, dimmed inactive workspaces / muted volume visible-but-dim),
|
||
rofi inputbar/alternate rows show text. Spot-check one dark theme
|
||
(e.g. tokyo-night) for no visual regression in the same spots.
|
||
- [ ] **Stub-bar themes got the generated bar** (item 28, 90a5104) —
|
||
switch to catppuccin, lumon, nord and retro-82: each now shows
|
||
the generated styled bar in its own palette (workspace pill,
|
||
padded right cluster) instead of the old raw default Waybar.
|
||
Their rofi menus should look unchanged.
|
||
- [ ] **Back-audit spot-check** (item 24) — the keybinds cheatsheet
|
||
(SUPER+? / root menu › Keybindings) now ends in ↩ Back and
|
||
returns to the root picker; spot a couple of submenus (Display,
|
||
VPN › Tailscale) still Back correctly after the audit pass.
|
||
- [x] **Network menu has no blank rows** (item 22 fix) — PASS (Latitude
|
||
2026-07-10 Round 4): Tools › Network, no empty separator rows.
|
||
Residual hidden-SSID nameless row still possible (not a config bug).
|
||
- [ ] **Keyboard hotplug picker (re-verify after in-flake graduation)** —
|
||
plug an external keyboard post-login, pick a layout in rofi, confirm
|
||
it applies per-device only, persists in `settings.keyboard.devices`,
|
||
and graduates into a `device{}` block on the next rebuild.
|
||
- [x] **Snapshots restore/rollback** — ⚠ PRECONDITION: update to main ≥
|
||
a47aa3a and RELOGIN first (the polkit agent starts with the session).
|
||
Bernardo's 2026-07-04 Latitude findings 5/6 ("btrfs-assistant still
|
||
crashes", "menu snapshots shows nothing") match the PRE-fix behavior
|
||
exactly: no agent → pkexec fails silently (= menu does nothing), and
|
||
a direct unprivileged run crashes (= the libbtrfsutil bug). If either
|
||
still reproduces ON THE FIXED BUILD after relogin, reopen BACKLOG
|
||
item 4 as [stuck]. Then: `nomarchy-menu snapshot` now opens
|
||
the **btrfs-assistant GUI**: a *themed* polkit prompt must appear
|
||
(hyprpolkitagent — first on-hardware outing) and the GUI must open
|
||
as root. Also exercise the fzf fallback in a terminal
|
||
(`sudo nomarchy-snapshots`): browse/diff, restore a file
|
||
(`undochange`), and a root-config rollback behind the typed-`yes`
|
||
gate. Bonus check: any other pkexec flow now prompts instead of
|
||
silently failing. — 2026-07-04 Bernardo: PASS on the fixed build —
|
||
polkit prompt appears, GUI opens as root, fzf fallback works.
|
||
Restore/rollback not exercised → residual item below.
|
||
- [ ] **Snapshots restore + rollback exercise** (residual from the item
|
||
above — the GUI/polkit half passed 2026-07-04): in
|
||
`sudo nomarchy-snapshots`, restore a single file (`undochange`)
|
||
and walk a root-config rollback up to (or through) the
|
||
typed-`yes` gate.
|
||
- [x] **Caffeine toggle (item 13 slice)** — PASS (Latitude 2026-07-10):
|
||
bar cup toggles ↔; idle hold smoke OK (full 5‑min lock wait not
|
||
re-timed this session).
|
||
- [x] **Screen recording (item 12)** — PASS (Latitude 2026-07-10 Round 3):
|
||
region/screen record → playable mp4; bar ⏺; click ⏺ stops.
|
||
- [x] **Doctor (item 10)** — PASS (Latitude 2026-07-10 Round 4): System ›
|
||
Doctor sheet opens; healthy machine mostly ✔/–.
|
||
- [ ] **Rollback menu (item 9b)** — after a couple of theme changes,
|
||
menu › System › Rollback: recent desktop generations listed
|
||
(newest marked current); picking an older one opens a terminal,
|
||
activates it, and the theme visibly reverts; picking the newer one
|
||
again rolls forward. The two System rows: Snapshots opens the
|
||
snapshot flow, "boot an older generation (how)" fires an
|
||
instruction notification.
|
||
- [ ] **Open-a-file smoke (viewers + mime defaults, item 8)** — after
|
||
`nomarchy-home`: from yazi/Thunar, open a PDF (→ zathura, themed to
|
||
the palette), an image (→ imv, NOT GIMP), a video (→ mpv);
|
||
`xdg-open .` on a directory → Thunar; a link → **Chromium**
|
||
(`chromium-browser.desktop` — template default as of 2026-07-10).
|
||
- [ ] **Update awareness** — with `nomarchy.updates.enable`, let the timer
|
||
fire (or start the unit): indicator appears only when inputs are
|
||
behind, notification only on count growth, click opens the upgrade
|
||
flow.
|
||
- [ ] **VPN menu live paths** — import a real WireGuard `.conf` and an
|
||
`.ovpn` via System → VPN, toggle up/down (● / ○ state), and the
|
||
Tailscale block: up/down + exit-node without sudo (operator grant).
|
||
- [ ] **Printer menu** — with `nomarchy.services.printing`, System →
|
||
Printers opens system-config-printer; add a printer, test page.
|
||
- [ ] **GRUB UEFI ISO theme render** — boot the ISO on UEFI hardware:
|
||
composed splash background, palette menu in the lower third, accent
|
||
timeout bar.
|
||
- [ ] **Visual theme pass** — live ISO: all six identity themes (bars) +
|
||
the four authored rofi `.rasi` (nord/retro-82/lumon/kanagawa) look
|
||
right, not just parse.
|
||
- [x] **Auto-commit on a real machine** — System › Auto-commit toggles on
|
||
(row shows state, notification fires); a theme apply from SUPER+T then
|
||
shows a `nomarchy: apply theme …` commit in `~/.nomarchy` (`git log`);
|
||
unrelated dirty files in the checkout stay uncommitted; toggle off is
|
||
itself the last commit. Also: the "Auto timezone (on/off)" row label
|
||
now reflects the real state (the `= true` comparison fix).
|
||
— 2026-07-04 Bernardo: PASS — theme changes committed and the
|
||
toggle self-committed.
|
||
- [ ] **Display profiles, slice a (item 15)** — declare two
|
||
`nomarchy.displayProfiles` (e.g. docked disables eDP-1 + arranges
|
||
the externals; undocked re-enables it), `home-update`, then:
|
||
System › Display › Profiles lists them (● marks active); applying
|
||
is instant (no rebuild) and survives a relogin (the baked
|
||
overlay); "Base layout" restores; a menu resolution pick made
|
||
earlier must NOT re-enable a profile-disabled panel after the
|
||
next rebuild.
|
||
- [ ] **Display profiles workspace pins, slice c (item 15)** — give the
|
||
docked profile `workspaces = { "1" = "<ext>"; "9" = "eDP-1"; }`:
|
||
applying the profile moves open workspaces 1/9 to those outputs
|
||
immediately, new visits land there too, and the pins survive a
|
||
relogin (baked `workspace` rules). Switching to a profile without
|
||
pins leaves workspaces where they are (stale session pins are
|
||
expected until reload/rebuild — noted in the applier).
|
||
- [ ] **Display profiles auto-switch, slice b (item 15)** — same setup,
|
||
then menu › Profiles › Auto-switch on: plugging the dock/monitor
|
||
applies the matching profile within ~3s (toast names it);
|
||
unplugging switches back; Auto-switch off stops that; with two
|
||
profiles naming the same outputs, no flapping (ties do nothing).
|
||
- [ ] **P2 retunes eyeball (item 28b)** — spot-check on top of the P1
|
||
entry below: gruvbox/nord/lumon/everforest/retro-82/white dimmed
|
||
text (inactive workspaces, muted volume) now visible-but-dim;
|
||
latte + rose-pine(dawn) + summer-day warn/battery tint reads on
|
||
the light bases; flexoki-light statuses are the deeper canonical
|
||
600s; latte selected-row/alt-accent pink darker. Anything that
|
||
lost its "dim" feel → reopen 28b.
|
||
- [ ] **Retuned palettes eyeball (item 28b P1)** — switch through
|
||
summer-day, flexoki-light, kanagawa, miasma: chips/menus/toasts
|
||
now draw on a *raised* surface (summer-day's was slate-on-cream,
|
||
kanagawa's near-black, miasma's pure black), secondary text
|
||
(tooltips, fastfetch labels) is visible on summer-day +
|
||
flexoki-light, kanagawa floats are lighter than the bg (upstream
|
||
sumiInk4). Anything that reads worse than before → reopen 28b.
|
||
- [x] **Clock zone tooltip** — PASS (Bernardo, Latitude 2026-07-10):
|
||
hover shows date + zone (single chrono block fix `0834038`); calendar
|
||
is click-to-calcurse, not in the tooltip.
|
||
- [ ] **Doctor bar tripwire (LATER item)** — with everything healthy
|
||
the bar shows nothing; `systemctl --user start doomed`-style
|
||
induced failure → within ~5 min a red appears (tooltip lists
|
||
the ✖ lines), clicking opens the sheet in a terminal;
|
||
reset-failed → it disappears on the next poll. Also visible on
|
||
both summer bars.
|
||
- [ ] **OCR region (LATER item)** — Tools › Capture › "OCR region →
|
||
clipboard": select a region with visible text → toast reports
|
||
the word count and `wl-paste` yields the text; Esc in slurp
|
||
cancels silently; a text-free region toasts "No text recognized"
|
||
without clobbering the clipboard.
|
||
- [ ] **Look & Feel submenu (item 19)** — root menu: "Look & Feel"
|
||
(replacing Theme, root still six rows) → Theme grid opens, Next
|
||
wallpaper cycles instantly, Night light toggles (and is GONE
|
||
from System). SUPER+T / SUPER+SHIFT+T direct binds unchanged.
|
||
- [ ] **Launch-or-focus (item 17)** — uncomment the template's
|
||
`nomarchy.launchOrFocus` firefox example (with firefox
|
||
installed), `home-update` + reload: SUPER+B launches firefox
|
||
when closed, FOCUSES the existing window when open (also from
|
||
another workspace); with firefox removed the bind fires a
|
||
"not installed" toast; the row shows under SUPER+?.
|
||
- [ ] **Themed greeter + console (item 16)** — after `sys-rebuild` +
|
||
logout: tuigreet renders in theme colors (dark container, accent
|
||
border, themed prompt/time) and a raw tty (CTRL+ALT+F2) shows the
|
||
theme's ANSI palette; on a LUKS machine the passphrase prompt
|
||
follows too. Then switch theme + `sys-rebuild` + logout → the
|
||
greeter follows the new palette. (tuigreet can't run under the
|
||
VM harness — see MEMORY.md — so rendering is hardware-tier.)
|
||
- [ ] **Color picker (item 13, final slice)** — SUPER+CTRL+P (or Tools ›
|
||
Color picker): hyprpicker's zoom loupe appears; click a pixel →
|
||
toast shows the hex and `wl-paste` yields it; Esc cancels with no
|
||
toast. Row present in the SUPER+? cheatsheet.
|
||
- [ ] **Low-battery toasts (item 13 slice)** — on battery, drain past
|
||
25%: one "Battery low" toast; past 10%: a critical "Battery
|
||
critical" toast that stays up until dismissed (swaync); plug in,
|
||
drain again → it re-notifies; no repeat toasts while it just keeps
|
||
draining. (Crossing logic VM-verified — this checks the real
|
||
swaync rendering in a session.)
|
||
|
||
- [x] **Battery charge-limit toggle** (iteration #55 / menu path) — PASS
|
||
(Latitude 2026-07-10): Power + System Battery limit presets write
|
||
state + sysfs (Custom type). Gum control-center path not re-checked
|
||
(limit moved to rofi).
|
||
- [x] **Waybar hides under fullscreen video** (item 30) — PASS (Latitude
|
||
2026-07-10): fullscreen video covers bar; exit restores.
|
||
- [x] **Battery limit in rofi System** (iteration #64, item 36a) — PASS
|
||
(Latitude 2026-07-10): presets apply live; sysfs matches.
|
||
- [x] **Config dialogs float** (item 41 residual) — PASS (Latitude
|
||
2026-07-10 Round 4): polkit + config dialogs float; portal rule
|
||
shipped; OpenFile file-picker confirmed floating on hardware
|
||
(Bernardo, 2026-07-10) — #41 fully closed.
|
||
- [x] **Right-click volume → floating mixer** (iteration #62, item 35) —
|
||
PASS (Latitude 2026-07-10): pwvucontrol floats+centered after
|
||
packaging with waybar.
|
||
- [x] **Window focus on arrows** (iteration #61) — PASS (Latitude
|
||
2026-07-10): SUPER+arrows move focus; SUPER+? shows them.
|
||
- [ ] **Audio opens in Amberol** (iteration #60, item 37) — after
|
||
`nomarchy-home`: double-click an mp3/flac/ogg (or `xdg-open song.mp3`)
|
||
→ it opens in Amberol, not mpv; video files still open in mpv.
|
||
(`xdg-mime query default audio/mpeg` → io.bassi.Amberol.desktop.)
|
||
- [x] **Capture-to-file keybinds** (iteration #59, item 38) — PASS
|
||
(Latitude 2026-07-10): Print / SHIFT+Print / CTRL+Print + Capture
|
||
menu; clipboard path toasts after fix.
|
||
- [ ] **rofi menu polish** (iteration #58, item 39 + #56/#57 34/40) —
|
||
after `nomarchy-home`: (a) menu › System › Power profile shows a
|
||
colored icon per profile (performance/balanced/power-saver), not
|
||
just text — icons *render* (not blank); (b) every submenu's ↩ Back
|
||
shows a single arrow, no double; (c) on this single-monitor box,
|
||
System › Display → pick a resolution → Back returns to System
|
||
(not back into the same resolution list).
|
||
- [x] **Combined power menu** (iteration #67, item 36b) — PASS (Latitude
|
||
2026-07-10 A1/A2): battery + power-profile icons open same Power
|
||
menu; profile switch + charge limit work.
|
||
|
||
- [x] **Calendar on the unified clock click** (iteration #68 + 2026-07-10
|
||
bar polish) — PASS (Bernardo, Latitude 2026-07-10): unified clock,
|
||
calcurse floats centered.
|
||
- [ ] **Screenshot annotation (satty)** (iteration #73) — after `nomarchy-home`:
|
||
hit SUPER+SHIFT+Print (or Tools ▸ Capture ▸ Annotate region) → a region
|
||
select (slurp) appears, then the `satty` UI opens in fullscreen with the
|
||
screenshot loaded. Check that the UI draws on the current theme palette
|
||
(tools colored properly) and hitting save places the screenshot in
|
||
`~/Pictures/Screenshots/` while hitting copy places it in the clipboard.
|
||
- [ ] **#76 hibernate→resume on the real LUKS+@swap layout** — the V2 VM test
|
||
proves the resume mechanism + zram coexistence, but QEMU can't feed a
|
||
boot-time `resume_offset` for a btrfs *swapfile* nor drive the LUKS
|
||
initrd unlock, so this triple needs hardware (dev box already runs it:
|
||
LUKS mapper `cryptroot`, btrfs `@`, `/swap/swapfile`).
|
||
1. Confirm the layout: `swapon --show` lists `/swap/swapfile` (Type file)
|
||
**and** `/dev/zram0` at priority 100; `cat /proc/cmdline` shows
|
||
`resume_offset=…`; `nixos-option boot.resumeDevice` is the btrfs UUID.
|
||
2. Open apps, note an unsaved in-RAM state (e.g. a terminal `echo` scroll,
|
||
an editor buffer). Run `nomarchy-menu → Power → Hibernate` (or
|
||
`systemctl hibernate`). Machine writes the image and **powers off**.
|
||
3. Power on: you unlock LUKS **once** in the themed prompt and land back
|
||
in the **same session** — windows/state restored, not a fresh login.
|
||
4. **Pass** = session restored after a full power-off + single unlock.
|
||
Fail (fresh boot / stuck initrd) → NOW bug in BACKLOG (capture
|
||
`journalctl -b -1 | grep -i -E 'hibernat|resume|swap'`).
|
||
- [ ] **#76 no-swap Hibernate notify** — on a machine installed with `swap = 0`
|
||
(or temporarily `sudo swapoff -a`): `nomarchy-menu → Power → Hibernate`
|
||
must surface a desktop notification ("Couldn't hibernate — likely no
|
||
swap is configured. See docs/MIGRATION.md → Enabling hibernation."),
|
||
**not** a silent no-op. (`swapon` after, if you swapoff'd for the test.)
|
||
|
||
## AMD dev box only
|
||
- [ ] **AMD runtime bits** — VA-API (`vainfo` → radeonsi), amd-pstate EPP
|
||
active and PPD switching governors; opt-ins: ROCm (`rocminfo`, a GPU
|
||
PyTorch/Ollama smoke) and the XDNA NPU driver loading.
|
||
- [ ] **Fingerprint** — `fprintd-enroll` + (opt-in PAM) login/sudo.
|
||
- [ ] **System ▸ Firmware menu on real LVFS hardware** (item #43,
|
||
`nomarchy-menu firmware`) — on a machine whose firmware/SSD/dock is
|
||
on LVFS: open Menu ▸ System ▸ **Firmware**; confirm the terminal runs
|
||
`fwupdmgr refresh` → lists real `get-updates` → the y/N confirm gates
|
||
correctly → `fwupdmgr update` applies and prints the reboot note when a
|
||
capsule needs one. Verify **no** flash happens on "N"/cancel. (VM only
|
||
proves the menu row + flow renders; a real capsule write is
|
||
hardware-only.)
|
||
|
||
## Latitude 5310 / 5410 only
|
||
- [x] **Waybar theme-switch resilience** (finding #1 re-test, needs main ≥
|
||
the supervisor commit + relogin) — switch themes repeatedly (incl.
|
||
summer-day/night whole-swaps): the bar restarts cleanly each time;
|
||
if anything kills it, it's back within ~a second. `pgrep -f
|
||
nomarchy-waybar` shows the supervisor. — 2026-07-04 Bernardo:
|
||
PASS — theme switches clean; pkill respawn so fast the bar never
|
||
visibly disappears.
|
||
- [x] **Media keys + gestures** (from dccceb4) — volume/brightness keys
|
||
drive the OSD; touchpad gestures work. — 2026-07-04 Bernardo:
|
||
PASS, volume/brightness keys and touchpad gestures all working.
|
||
- [x] **2026-07-10 Latitude 5310 QA batch** — PASS core desktop smoke
|
||
(charge Custom type, bar, menus, capture, polkit workspace, lifecycle
|
||
CLIs). Not a full v1 promotion gate — residual open items remain
|
||
above (themes eyeball, greeter, display profiles, Amberol, satty, …).
|
||
- [ ] **v1 QA batch on-hardware pass** (583708d batch was QEMU-verified) —
|
||
general smoke before the next `main → v1` promotion (broader than
|
||
the 2026-07-10 session; include theme/ISO/greeter leftovers).
|
||
|
||
## T14s only
|
||
- [ ] **Webcam IR-hide end-to-end on Nomarchy** — installer detects the
|
||
RGB+IR pair, bakes `hardware.camera.hideIrSensor`; `wpctl status`
|
||
shows one colour source; an app picker lists one camera; Howdy-style
|
||
direct `/dev/video2` reads still work.
|
||
- [ ] **Portal/Flatpak libcamera IR (b)/(c)** — after #71 docs: on hardware,
|
||
confirm a Flatpak/portal picker still lists the internal IR node;
|
||
only then investigate (b) WirePlumber libcamera GREY-only monitor
|
||
rule or (c) libcamera/udev-layer hide. Do not ship either without a
|
||
live dual-sensor check (see HARDWARE.md §7 / ROADMAP § Webcam).
|