Summary: | Dolphin ignores settings set by qt6ct | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | peacemaker3110 |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 80p3fy75dc, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 24.08.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=496802 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
peacemaker3110
2024-09-19 20:54:44 UTC
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. |