Skip to content

fix(desktop): use custom titlebar on linux#37620

Open
cyrasafia wants to merge 1 commit into
anomalyco:devfrom
cyrasafia:linux-titlebar
Open

fix(desktop): use custom titlebar on linux#37620
cyrasafia wants to merge 1 commit into
anomalyco:devfrom
cyrasafia:linux-titlebar

Conversation

@cyrasafia

@cyrasafia cyrasafia commented Jul 18, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #36225

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Linux Electron windows previously fell back to native GTK decorations because the custom titlebar configuration only covered macOS and Windows. This enables the existing frameless titlebar overlay on Linux, keeps its background in sync with the app theme, and reserves space for the window controls.

How did you verify your code works?

  • Ran bun typecheck in packages/app
  • Ran bun typecheck in packages/desktop
  • Ran bun run build in packages/desktop
  • Tested the equivalent packaged build on GNOME

Screenshots / recordings

image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

[FEATURE] Desktop: Use custom titlebar instead of native GNOME/GTK titlebar on Linux

1 participant