I am in the process of rewriting EasyEffects in Qt/QML/Kirigami and it is not clear to me how dark theme mode is supposed to be handled outside of KDE. Inside KDE the app follows what is done in systemsettings as expected. But this does not happen when it runs on GNOME. Does anyone know what should be done?
I see. I will give it a try. But for now I am having some problems with the KiconTheme include header. I’ve changed my cmake files and “KF6IconThemes” is found. But somehow compilation fails because the header
somehow also fails with not found. I wonder if something is missing in the Arch Linux package. As far as I could see there is one “kiconthemes” package in the repository.
Somehow the include header issue was fixed now that the link was properly done. The question now is if what is done in the tutorial is enough for dark/light theme switching to just work when the app is used on GNOME or if some kind of manual control in the app settings will be necessary.
One of EasyEffects developers tested on her computer and the theme now switches to dark mode automatically on GNOME. Nice! Thanks for the help @Herzenschein !