Skip to content

fix(linux): silent crash on startup due to WindowSourceTooLarge#42

Open
SwarnenduG07 wants to merge 1 commit into
vercel-labs:mainfrom
SwarnenduG07:fix/linux-startup-crash
Open

fix(linux): silent crash on startup due to WindowSourceTooLarge#42
SwarnenduG07 wants to merge 1 commit into
vercel-labs:mainfrom
SwarnenduG07:fix/linux-startup-crash

Conversation

@SwarnenduG07
Copy link
Copy Markdown

@SwarnenduG07 SwarnenduG07 commented May 13, 2026

Closes #43

  • bump max_window_source_bytes from 4096 to 8192 (webview example HTML is 4230 bytes)
  • log actual error in RunState.emit instead of silently failing
  • use G_APPLICATION_NON_UNIQUE to avoid D-Bus registration issues on Niri/Wayland

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

@SwarnenduG07 is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@SwarnenduG07 SwarnenduG07 force-pushed the fix/linux-startup-crash branch from afef04a to bf9aaf7 Compare May 13, 2026 20:09
- bump max_window_source_bytes from 4096 to 8192 (webview example HTML is 4230 bytes)
- log actual error in RunState.emit instead of silently failing
- use G_APPLICATION_NON_UNIQUE to avoid D-Bus registration issues on Niri/Wayland
@SwarnenduG07 SwarnenduG07 force-pushed the fix/linux-startup-crash branch from bf9aaf7 to 4098c6a Compare May 13, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(linux): silent crash on startup due to WindowSourceTooLarge

1 participant