[dolphin] [Bug 508465] New highlight for files in dolphin breaks styling with other themes (like Oxygen)
Akseli Lahtinen
bugzilla_noreply at kde.org
Tue Sep 23 10:24:34 BST 2025
https://bugs.kde.org/show_bug.cgi?id=508465
--- Comment #10 from Akseli Lahtinen <akselmo at akselmo.dev> ---
> I was thinking perhaps there could be some global settings for the selector appearance or something? Do you have any ideas?
Hi, yes, I don't want to break theming either. :D
My current potential solutions are:
1. Instead of making the focus styling change in Dolphin, make it in Breeze
- This however can cause bad things happening and things breaking and mass
hysteria, due to how most apps expect the focus to look like
2. In apps that use this new style, we check if we're using Breeze or not, and
if we're using Breeze, do our fancy custom painting
- Otherwise do as we have always done
3. Wait for Union to fix it:tm:
I'm not sure which route to go here. Changing it in Breeze would make the most
sense, but I'm bit worried how much stuff it might break.
Might be worth a try though.
The second one is safer but I do not like having custom code for one style.
And third requires patience :)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list