qt6ct
qt6ct copied to clipboard
Qt6 Configuration Tool
Hello! If I just select some color scheme, everything works fine. But if I try to enable Style Sheets, i.e. `tooltip-simple.qss` (or any other), then my color scheme starts to...
I tested qt6ct same settings as qt5ct, but kvantum style is not applied. In addition, in standard dialogs I see Default, GTK3, but KDE is not present there.
this is on nixos, where qtbase is read only ``` -- Installing: /nix/store/wzms2f5b1014knb4dl72s66rmk3d2401-qtbase-6.2.2-bin/lib/qt-6.2.2/plugins/platformthemes/libqt6ct.so CMake Error at src/qt6ct-qtplugin/cmake_install.cmake:60 (file): file INSTALL cannot copy file "/build/source/build/src/qt6ct-qtplugin/libqt6ct.so" to "/nix/store/wzms2f5b1014knb4dl72s66rmk3d2401-qtbase-6.2.2-bin/lib/qt-6.2.2/plugins/platformthemes/libqt6ct.so": Permission denied. Call Stack...
I'm trying to create a package for Void Linux and the build fails with the following error message: ``` https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2: Connection timed out => ERROR: pcre-8.44_1: failed to fetch pcre-8.44.tar.bz2....
Ticking off "Dialog buttons have icons" does not fully work. On my test system, Manjaro with XFCE, when I untick and apply "Dialog buttons have icons" in qt6ct I still...
I installed qt6ct on my Linux Mint 21.3 Cinnamon Machine (based on Ubuntu 22.04), which already has qt5ct configured. As far as I understand, the existing setting of `QT_QPA_PLATFORMTHEME=qt5ct` should...
If `qt6ct` is launched for the first time and quit by clicking `OK`, the majority of settings is saved in `~/.config/qt6ct/qt6ct.conf`, but the icon theme isn't. In order to have...
This replaces explicit calls of various setters with a single QWindowSystemInterface::handleThemeChange call that properly asks Qt to re-request the settings from plugin without overriding settings set by application. This also...
Fixes #33 Fixes #46