-
Notifications
You must be signed in to change notification settings - Fork 215
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
Dark mode bug in Linux #557
Comments
i have set another theme |
The theme name case issue is solved in Darkdetect v0.7.0, but at the moment Syncplay still bundles v0.5.2. Hence, this could be solved by upgrading the vendor copy of this dependency. However, I am a little concerned about your last message. In your test system, could you install Darkdetect from PyPI ( |
i tried 1 light, 4 dark
Also im getting this, i dont think i saw it before while starting in a dark or light theme set
Thing is when i was on Mint last month all was fine, it got broken on Arch |
So, this does mean that the latest version of Darkdetect is working as expected on your system. Am I reading this right?
These messages should not be related to the dark-light theme. |
Yes latest Darkdetect is getting it right |
well that was fast, so herew what i did
ran app and still getting light mode, started thinking this is just a me problem |
I take this issue as a note that we have to update our vendor copy of |
this can be closed then, i would suggest linking to darkdetect repo instead of saving the module and placing, will make syncplay in sync with it https://github.blog/2016-02-01-working-with-submodules/ |
I'd prefer not to, the whole point of the vendor is to make sure we have our own fixed copy of |
The next beta of version 1.7.0 will include an updated copy of |
I found that qt6ct worked for me. Xorg & bspwm no DE. Setting |
Describe the bug
Dark mode not being enabled
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should set dark mode
Screenshots
If applicable, add screenshots to help explain your problem.
Version and platform:
Additional context
I think its being caused bu this line
syncplay/syncplay/vendor/darkdetect/_linux_detect.py
Line 21 in e9f506f
it detects dark mode by running this
syncplay/syncplay/vendor/darkdetect/_linux_detect.py
Line 14 in e9f506f
which return theme name
so i tried running it
It is failing because
.endwith()
is case sensitive,.upper()
or.lower()
should get called before iti don't know how to run or build from source so i can't check it
The text was updated successfully, but these errors were encountered: