1 Multi display support broken in 67.0.0
Moritz Bunkus edited this page 2022-04-11 16:58:21 +00:00

Multi-display support is broken/weird in 67.0.0

This mostly (only?) applies to Windows. Symptoms are:

  • the GUI doesn't open on the display you want it to open at all
  • the menus only open on one display, most likely not the one the GUI's main window is shown on

The issue seems to be due to the switch from Qt 5 to Qt 6. MKVToolNix itself doesn't handle window & menu placement at all; it's all up to Qt.

Workaround

New continuous builds are available that are built with Qt 5 again, fixing the multi-display support. The next release, v68, will also be done using Qt 5 until Qt 6's multi-displayed support has matured enough.