GalaxyBudsClient icon indicating copy to clipboard operation
GalaxyBudsClient copied to clipboard

[BUG] Linux UI doesn't scale with DPI specificed in .Xresources

Open mwglen opened this issue 2 years ago • 5 comments

Describe the bug
User Interface does not scale properly for HiDPI displays and doesn't respect Xorg's DPI setting. This means that text is extremely small on HiDPI displays.

To Reproduce
Run the binary on a Linux system with a HiDPI display or a system with a specified Xorg DPI.

Expected behavior
The UI scales according to DPI

Screenshots
image

Desktop (please complete the following information):

  • OS: Arch Linux [64bit], English
  • Application version: 4.4.1-3

Additional context
XMonad is being used as a window manager, but that shouldn't affect anything.

Log files
N/A

mwglen avatar Feb 21 '22 05:02 mwglen

same

2ndBillGates avatar Jun 04 '22 00:06 2ndBillGates

Ubuntu 22.04 Wayland too image

belozer avatar Jul 12 '22 21:07 belozer

same here, Fedora 37 Wayland

michalmielczynski avatar Jan 03 '23 11:01 michalmielczynski

Check #403

mich2k avatar Oct 12 '23 15:10 mich2k

The underlying UI toolkit used for this app doesn't support HiDPI out of the box on Linux currently. They provide a workaround by setting an environment variable with scale factors manually: https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI

timschneeb avatar Feb 10 '24 22:02 timschneeb