SUMMARY Since version 24.8.0 dolphin ignores settings set by qt6ct, which is used to set defaults for qt apps when running them outside of kde. Settings like single click to open files/folders, and the theme are ignored, looks like they're being set to default value. Changing the theme gives a strange mix of colors, but doesn't change it like it soould. The toolbar button layout is preserved. I run sway and have observed this only in dolphin, other kde applications respect the set theme, not sure about other settings. STEPS TO REPRODUCE 1. Set files to open with a single click in qt6ct, when running outside kde. 2. Set QT_QPA_PLATFORMTHEME=qt6ct 3. Run dolphin. 4. The settings are ignored.
Very similar to https://bugs.kde.org/show_bug.cgi?id=492593
I solved the issue by using this qt6ct patch provided by qt6ct-kde AUR package (https://aur.archlinux.org/packages/qt6ct-kde). After applying the patch (tested on Gentoo / AwesomeWM / Dolphin 24.08.3 / qt6ct 0.9 / Kvantum 1.1.2): 1. Open qt6ct 2. In Appearance tab > Palette, choose "Custom" and in "Color scheme:" select your usual Kvantum color scheme (which now contains "(KColorScheme)" in its name 3. Open Dolphin, the theme (Monochrome in my case) and icons (Papirus-Dark in my case) are now correctly rendered
Also works on my Arch Linux install with AwesomeWM / Dolphin 24.12.1 / qt6ct-kde (AUR) and Kvantum 1.1.3.
I also managed to fix this. In the KDE system settings you go to: Colors & Themes > Application Style, and there you can select the qt6ct-style, which will have the settings set in qt6ct. To make dolphin follow the correct color scheme, i also edited ~/.config/dolphinrc and added this: [UiSettings] ColorScheme=* So i think this can be marked as fixed.