diff --git a/agent/BACKLOG.md b/agent/BACKLOG.md index 4faa23f..a0fa85a 100644 --- a/agent/BACKLOG.md +++ b/agent/BACKLOG.md @@ -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.