-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error generating thumbnails in Dolphin #5
Comments
Same issue, with
Sometimes when re-entering a directory I get a single additional thumbnail before |
From what I remember looking into this, the core issue is the following: Dolphin will load Ultimately, the correct solution would be to initialize the event loop and graphics context exactly once as the application is initialized, and not for every thumbnail rendering invocation. As a bonus, this should also be faster, since rendering a single thumbnail will not require a full context initialization. Hopefully this helps in the debugging quest! |
When I open Dolphin in a folder full of .stl files, a few render thumbnails, but most do not.
If I watch the log when I open the folder, it gets filled with error messages like this:
This is using
plasmashell 5.27.5
on Fedora 38. It also reports the same error in a folder with only a single .stl file in it.Not sure if its relevant, I commented out some stuff in create_headless_display and replaced it with
context = cb.build_osmesa(size)?;
and it logged this the first time, then the same "Creating EventLoop multiple times" after that:The text was updated successfully, but these errors were encountered: