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 line
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:
Code:
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.Statistics: Posted by bbbhltz — 2024-12-22 17:34 — Replies 9 — Views 191