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

Preview7: "Unable to get org.kde.kdeglobals.General.AccentColor" on start #11147

Closed
aldelaro5 opened this issue Apr 27, 2023 · 1 comment
Closed
Labels

Comments

@aldelaro5
Copy link
Contributor

aldelaro5 commented Apr 27, 2023

Describe the bug
I am seeing the message Unable to get org.kde.kdeglobals.General.AccentColor whenever any application boot.

To Reproduce
Simply started the Sandbox project with the latest masters, but make sure to put this at the end of OnFrameworkInitializationCompleted because idk why, but this is needed to get the logs in rider:

Trace.Listeners.Add(new TextWriterTraceListener(Console.Out));
Trace.AutoFlush = true;

You should see the message after the application starts in Rider's console.

Expected behavior
To not see this. It only started appearing in preview7, this was not in preview6.

Desktop (please complete the following information):

Additional context
I actually don't use kde. I use Cinnamon 5.6.8 which is why I find this error a little strange to appear like this.

@timunie
Copy link
Contributor

timunie commented May 10, 2023

Should be fixed by #11298

@timunie timunie closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants