Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling issue with Qt6 apps under Debian Testing #302

Open
danboid opened this issue Feb 5, 2023 · 1 comment
Open

Scaling issue with Qt6 apps under Debian Testing #302

danboid opened this issue Feb 5, 2023 · 1 comment

Comments

@danboid
Copy link

danboid commented Feb 5, 2023

Expected behaviour

I want qtractor and qjackctl to launch with non-scaled GUIs.

Actual behaviour

The GUI of qtractor and qjackctl is always scaled 2X. This causes drawing issues from qtractors MIDI editor.

Steps to reproduce the behaviour

First, I checked MATE wasn't in HiDPI mode:

MATE tweak -> Windows -> HiDPI set to Regular

Apparently these settings are relevant too:

dan@zbook:~$ gsettings get org.mate.interface window-scaling-factor-qt-sync
false
dan@zbook:~$ gsettings get org.mate.interface window-scaling-factor 
1

Then, for extra belts and braces, I've even tried launching qtractor and qjackctl from the terminal like:

QT_SCALE_FACTOR=1 /usr/bin/qtractor

but even then, it still gets launched scaled. I do not have this problem running these apps under XFCE on the same system.

MATE general version

1.26

Package version

mate-session-manager 1.26.0-1

Linux Distribution

Debian Testing

Link to bugreport of your Distribution (requirement)

@danboid danboid changed the title MATE ignores scaling options for Qt6 apps under Debian Testing Scaling issue with Qt6 apps under Debian Testing Feb 5, 2023
@lukefromdc
Copy link
Member

lukefromdc commented Feb 7, 2023

Since this only occurs in MATE, mate-session-manager's way of talking to QT5 might not work with QT6 yet. I don't have QT6 or any QT6 apps installed yet. Can't use it for Kdenlive (though Kdenlive now optionally supports it) unless and until it gets something ike QT5ctl so I can force it to use the GTK2 theme

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

No branches or pull requests

2 participants