Best advice is to use a MX Linux deb, not an Ubuntu, since those are compiled on Debian: Bullseye for MX 21, Bookworm for MX 23.Possibly bad advice incoming...
The GitHub mentioned above https://github.com/trialuser02/qt6gtk2/ is made by the same dev as qt6ct and there is an unofficial Ubuntu PPA. Do not add the Ubuntu PPA. You could grab the DEB and see if it installs
https://launchpad.net/~forkotov02/+arch ... _amd64.deb
Slightly better but equally untested advice advice:
Grab the source from GitHub and build it:Add lineCode:
sudo apt install qt6-base-dev qmake6 libgtk2.0-dev libx11-devcd /tmpgit clone https://github.com/trialuser02/qt6gtk2cd qt6gtk2git pullqmake6 .make -j$(nproc)sudo make install
export QT_QPA_PLATFORMTHEME=gtk2
to~/.profile
and re-login.
https://mxrepo.com/mx/repo/pool/main/q/qt6gtk2/
And then request Debian to also package it.
Statistics: Posted by stevepusser — 2024-12-22 19:14 — Replies 11 — Views 225