From be6766871a900e812c226ede1177d63ee5fb5526 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:19:35 +0000 Subject: [PATCH 1/2] Initial plan From 852098439ed60570b18549fd6e6ee62f38a9b0f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:20:29 +0000 Subject: [PATCH 2/2] Fix: Restore missing Brave Wayland app-id flags and revert StartupWMClass Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/ca8bd019-d5f6-42e5-bc39-1de367224ae5 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/core/sovran-hub.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index d4c0cf4..2c68d05 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -223,11 +223,13 @@ let export GIO_LAUNCHED_DESKTOP_FILE="/run/current-system/sw/share/applications/sovran-hub.desktop" brave --app=http://localhost:8937/auto-login \ --class=sovran-hub \ + --gtk-application-id=sovran-hub \ --user-data-dir="$HUB_DATA" \ --password-store=basic \ --disable-gpu \ --disable-features=WebRtcPipeWireCapturer \ - --ozone-platform=wayland + --ozone-platform=wayland \ + --wayland-app-id=sovran-hub ''; # ── Hub auto-launch wrapper script ──────────────────────────────── @@ -302,7 +304,7 @@ Icon=sovran-hub Terminal=false Categories=System; StartupNotify=true -StartupWMClass=brave-localhost__-Default +StartupWMClass=sovran-hub X-GNOME-SingleWindow=true DESKTOP