Newer
Older
Official home page: https://www.opencode.net/trialuser/qt6gtk2
- Arch AUR
https://aur.archlinux.org/packages/qt6gtk2/
- Source Code
```
To change default installation root you should run the following
command:
Add line `export QT_QPA_PLATFORMTHEME=gtk2` to `~/.profile` and re-login.
Alternatively, create the file `/etc/X11/Xsession.d/100-qt6gtk2` with
(`qt5gtk2` for compatibility with Qt5Gtk2, `qt6gtk2` is also a valid value)
Now restart X11 server to take the changes effect.
Files and directories:
`libqt6gtk2.so` - GTK+2.0 platform plugin
`libqt6gtk2-style.so` - GTK+2.0 style plugin
Environment variable `QT_STYLE_OVERRIDE` should be removed before usage.