eclipse-platform / eclipse.platform.swt

Eclipse SWT
https://www.eclipse.org/swt/
Eclipse Public License 2.0
106 stars 126 forks source link

[GTK][Wayland] Make the title bar elements look correctly scaled #299

Open tmssngr opened 1 year ago

tmssngr commented 1 year ago

Describe the bug Running a SWT application on Wayland will show the title bar buttons elliptic instead of round. titlebar-smartgit-ubuntu-2204

Expected behavior It should look like a normal GTK application with round buttons.

Environment:

  1. Select the platform(s) on which the behavior is seen:
      • [ ] All OS
      • [ ] Windows
      • [x] Linux
      • [ ] macOS
SyntevoAlex commented 1 year ago

This is likely related to export GDK_BACKEND=x11

tmssngr commented 1 year ago

On Manjaro I also can reproduce the oval buttons without GDK_BACKEND=x11.