3 Commits

Author SHA1 Message Date
Sovran_Systems 08b3e5645e Merge pull request #220 from naturallaw777/copilot/fix-brave-wrapper-flags
[WIP] Restore critical Brave flags in hub-brave-wrapper
2026-04-12 20:20:49 -05:00
copilot-swe-agent[bot] 852098439e 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>
2026-04-13 01:20:29 +00:00
copilot-swe-agent[bot] be6766871a Initial plan 2026-04-13 01:19:35 +00:00
+4 -2
View File
@@ -223,11 +223,13 @@ let
export GIO_LAUNCHED_DESKTOP_FILE="/run/current-system/sw/share/applications/sovran-hub.desktop" export GIO_LAUNCHED_DESKTOP_FILE="/run/current-system/sw/share/applications/sovran-hub.desktop"
brave --app=http://localhost:8937/auto-login \ brave --app=http://localhost:8937/auto-login \
--class=sovran-hub \ --class=sovran-hub \
--gtk-application-id=sovran-hub \
--user-data-dir="$HUB_DATA" \ --user-data-dir="$HUB_DATA" \
--password-store=basic \ --password-store=basic \
--disable-gpu \ --disable-gpu \
--disable-features=WebRtcPipeWireCapturer \ --disable-features=WebRtcPipeWireCapturer \
--ozone-platform=wayland --ozone-platform=wayland \
--wayland-app-id=sovran-hub
''; '';
# ── Hub auto-launch wrapper script ──────────────────────────────── # ── Hub auto-launch wrapper script ────────────────────────────────
@@ -302,7 +304,7 @@ Icon=sovran-hub
Terminal=false Terminal=false
Categories=System; Categories=System;
StartupNotify=true StartupNotify=true
StartupWMClass=brave-localhost__-Default StartupWMClass=sovran-hub
X-GNOME-SingleWindow=true X-GNOME-SingleWindow=true
DESKTOP DESKTOP