-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: dolphin background won't follow the theme #1843
Comments
Let's just wait (few months) for official documentation from KDe. They love breaking changes lol. |
|
Btw what i can do now? |
I'm using thunar or nemo as of the moment, as long as you don't have extra usecase for dolphin. |
I have KDE installed alongside hyprland and going into kde and setting global theme to dark makes dolphin look normal. Dont know why but u can use it for now I guess |
Can you share some "suspicious" files where might kde write the color state for dolphin? I only knew the icons are in kdeglobals. |
I don't know what files KDE is overwriting. Never themed KDE properly. Maybe some thing in /usr/share/plasma/desktoptheme/ ? |
Hello, having the same issue. So i just added a dcol file to run the following ${scrDir}/wallbashkdeglobals.sh|${scrDir}/wallbashkdeglobals.sh
#!/usr/bin/env sh
sed -i "/^BackgroundNormal=/c\BackgroundNormal=#<wallbash_pry1>" "$HOME/.config/kdeglobals" |
@Melk0rr Hmm is Dolphin kde moving their configs to Kdeglobals now?. |
Honestly I don't know what they're doing but it seems there is work going on on kde's end to try and solve their theming mess cf. Brodie. The dolphin bg issue seems to be recurrent, as the wiki mentioned it. But it also states that one could use kvantum to manage qt6 theming. However, here it does not solve the problem. So yeah , I don't know how to address the issue properly here |
Found a kdeglobals exemple. |
Wow, how do you make thunar look like dolphin. Didn't know we can move the panel to the right in thunar. |
reference here #1778 |
In response to #1778 (comment) |
How can I potentially clear it out? |
You have to restart the plasma-dolphin service daemon to clear it, but i'm not sure latest upgrade still using that daemon or not.
|
It's not running on my end and I also can't enable it |
Dolphin got a new update The service sound like no more working. |
And resizing on dolphin excibits some stutter specially if the background is transparent. |
At this point, what do we even do? |
I can't really repro those issues as my dolphin is working fine. Maybe wait for dolphin to settle down it's breaking changes. |
I found that by playing around with the KDE system themes that i can toggle dolphin between 2 modes. Interesting to note that editing the KDE themes does not actually affect the applied theme much further. Either everything looks normal theming wise but i suffer many glitches and flickering Or Performance is top notch and the background is washed out white like in picture of OP. |
I'm intrigued by this. How to do it. Is it in the Plasma GUI? |
I have kde plasma installed and run kde system settings from within hyprdots. There i go to themes. Global theme seems to have no effect, icon style works like it appears. Application style is what appears to toggle between the 2 variations. The default KDE "breeze" and the Ms windows theme have the stable performance with white background. All other application styles i tried have the correct dark background at the expense of stability. |
I will try to look into this one. I assume variations means like themes right? I really want to try to replicate OPs issue but dolphin works |
yup kde has couple of ways in there theming which is too confusing to know which is which. But I would love to know what file is change. Is it only the |
I had the same problem, and what worked for me was downgrading Dolphin to an older version. Just install the ' |
kde has made dolphin too much depended on the other kde modules and stuff which makes it really hard to work with dolphin on DEs/WMs other than KDE's own ecosystem. |
Downgrading a package should always be something temporary. It is not a good practice.
|
@Melk0rr clear cache and everything reload/reinstall back, some how are not workable for certain user here, as per mentioned here. @chrollorifat KDE always have a different way of doing things, some years ago, they using QT and some years now they using KDEglobals, and maybe some year later, they ignore both. :)) |
We can also use dolphinrc to isolate the colors for dolphin only. Works for background but how about the dark text even on dark mode? You got some idea in there? |
The text previously control by kvantum but after the recent few times of update, it look like not that case any more. Really need someone from KDE side to explain, what been remain, and what been remove. We look like |
btw, a bit off topic from this issue, but are we going to implement hydegallery or hyprpanel in the future? or are we totally abandoning even the notion of it? |
https://github.com/HyDE-Project/hyde-gallery ? WDYM? After having this configs we can write an extension manager for HyDe for easy installation. It's still on wip though as I'm trying to write it in GO. (I can finish it using bash but this might be hard to maintain and contribute. ) |
Both also i pass :)) that panel ugly, if compare with |
hyprpanel is implemted using ags. |
i already pass |
@ Hello anyone here still got the Background issue? can you try to add this to your
If not try it in |
I have tried both and neither file seems to have any effect. weird thing though since #1977 the font on my screen actually appears fixed (full black on white) which makes no sense to me but is a lot more useable. It used to be similar to the screenshot posted by op where the theme font colours are still applied. Maybe these issues are related? |
@SushiByte-beep Can you show us some screenshots with dolphin on light theme (Material Sakura) and dark (Catppuccin Mocha) |
Mocha, Sakura and Gruvbox in a different viewmode. Changing modes (dark/light/auto/theme) made no different for dolphin. |
uhm did you restart dolphin across the theme change? |
Every time. I also made a screenshot of how it looks with other KDE themes using kde system settings, which appears similarly glitched. With these (kvantum, kvantum-dark, q5tc, q6tc) i have horrible flicker not seen in the screenshot rendering them unusable. but the background does apply correctly, alt color for list view does not and the font is broken like in #1977 The screenshots in my previous comment are identical for the breeze, fusion and Ms win theme. |
OK so i removed dolphin and plasma completely in order to reinstall them and learned some things. The first thing i noticed upon installing just dolphin is that by default, it is like the screenshot in my latest comment where the background mostly works but the font and list view are broken. The flicker appears to be gone. When i install plasma, its breeze theme takes over and the background changes to white for all themes. From that point the behaviour is a toggle between 2 modes as explained above. I suppose the fix for this issue is if you install KDE plasma together with hyprland, you have to change the application theme back. But as for now this bug also acts as a temporary workaround to the font and list view not working. |
For cases like this it's better to find out which themes dolphin. Can you check kdeglobals if the file changes when switching modes? |
It seems for all themes its both kdglobals and dolphinrc but only for some settings. What i did was remove both file contents before restarting dolphin with each theme. kdeglobls only appears to save what icon pack is selected (in kde system settings) and the theme that is selected.
Dolphinrc always go back to this
I assume there must be yet another file that does store the colour values, i will keep looking but i am at a loss for where. |
You can try in .local/state and in .local/share. Also while trying to learn some kde6 themes I also found out plasmarc so maybe try to check it too |
Anyone can check if #1999 fixes this issue too? |
Works for me! |
ok so on my end the problem is threefold and i think i now know the fix for all. Problem 1) White background appears to be caused by new theming features of KDE plasma. Problem 2) Dolphin experiencing heavy stutter and glitching Problem 3) Transparent Font and list view color mismatch |
man, i wish i had the time to clone dolphin and make a new file manager app out of that without the annoyances of dolphin. |
After fresh installing endeavourOS i installed hyprdots and seems like my dolphin got problems
Idk why it white, i patched themes
The text was updated successfully, but these errors were encountered: