Skip to main content
Associate
June 11, 2026
Question

STM32CubeProgrammer UI Scaling issue on linux

  • June 11, 2026
  • 3 replies
  • 80 views

As shown in the picture above, on Fedora 43, the CubeProgrammer application is not matching the OS scaling and there are no options to configure it like in CubeMX. CubeProgrammer is the latest version (v2.22.0), installed today.

My computer is a laptop with a 2256x1504 screen and OS-level scaling is set to 133%. All other applications behave as expected, I only ever have issues with ST’s applications.

This issue has been reported multiple times in the past on different linux distributions. I have tried all suggested fixes in those posts, none worked. Links to other issues that had no solutions:

 

3 replies

ST Employee
June 15, 2026

Hello ​@Emile BV ,

Our team is already aware of this issue and is currently investigating it. I will let you know if there is any update on this matter. (Internal ticket ID: 0036129)
PS: Ticket ID: 0036129 is an internal tracking number and is not accessible or usable by customers.


Kind regards,
Kouthair

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Emile BVAuthor
Associate
June 15, 2026

Hi ​@Kouthair,

Alright, I’m glad it’s something being worked on! Please let me know if you need more system-specific information to help.

 

Visitor
September 5, 2026

SOLVED WORKAROUND — Ubuntu/Wayland/HiDPI

I found a working workaround for this issue using system OpenJDK 17 + OpenJFX 11 and forcing JavaFX to use X11 with -Dglass.gtk.uiScale=2.

Tested successfully on Ubuntu with a 3072×1728 / 192 DPI display.

I attached the complete step-by-step solution and launcher script for other Linux users.