Skip to content
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

[KDE] theme switching reverts, dark theme not applicable #6

Open
demonkillerr opened this issue Aug 18, 2024 · 1 comment
Open

[KDE] theme switching reverts, dark theme not applicable #6

demonkillerr opened this issue Aug 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@demonkillerr
Copy link
Member

Basically during system wide dark theme, the app displays light theme. But the larger issue at hand is theme switching is not happening at all.

os.ExpandEnv("$HOME/.kde4/share/config/kdeglobals"),

was changed in [this] (a350731) commit. This is to keep the path same. However, since the theme code is stored in ~/.local/share/aurorae/theme/ it is difficult for the app to determine the applied theme name, as shown below:

alg-welcome/app.go

Lines 226 to 229 in a350731

if dark {
style = "Qogirdark"
winDeco = "__aurorae__svg__Qogir-dark-circle"
} else {

@demonkillerr demonkillerr added the bug Something isn't working label Aug 18, 2024
@demonkillerr
Copy link
Member Author

solved in fa87fdc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant