Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

Graphical Environments & Desktops • qt6ct does not have the option of selecting gtk2 theme

$
0
0
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:

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
Add line export QT_QPA_PLATFORMTHEME=gtk2 to ~/.profile and re-login.
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.

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



Viewing all articles
Browse latest Browse all 3560

Trending Articles