docs(agent): enqueue stuck nm-applet submenu arrow issue
Some checks failed
Check / eval (push) Failing after 5m41s

This commit is contained in:
2026-07-11 21:09:37 +01:00
parent 2020ab5853
commit 5e1bd057d5

View File

@@ -28,6 +28,16 @@ in [`docs/ROADMAP.md`](../docs/ROADMAP.md); map in
## NEXT
### 90. Fix missing submenu arrows in nm-applet `[stuck]`
**Context:** In Papirus, `pan-end-symbolic` is missing, causing `nm-applet`'s submenu indicator (e.g., "VPN Connections") to be completely invisible.
**Attempted fixes (2026-07-11):**
1. Bundled SVG with `-gtk-recolor` (failed due to GTK constraints).
2. Bundled SVG with static Nix palette colors (failed).
3. Added `.context-menu` specificity overrides for Waybar SNI tray menus (failed).
4. Mapped to native `-gtk-icontheme("go-next-symbolic")` instead of bundled SVG (failed).
**Next steps:** Needs a fresh look. Possibly `dbusmenu-gtk3` drops the arrow entirely or uses a custom widget structure.
### 76. Hibernation default — all agent work shipped `[human]`
Hibernation + zram on by default (product intent, Bernardo 2026-07-10).
**All V0/V1/V2 slices done** (2026-07-10); only the V3 check remains.