https://bugs.kde.org/show_bug.cgi?id=422596

--- Comment #14 from Aleix Pol <aleix...@kde.org> ---
Can somebody test it on their system without
"lib64/plugins/bearer/libqnmbearer.so"?

*Boring explanation of what I think is happening here follows*

This was big part of my conclusion last I looked into this problem, I did
submit a patch to Qt to make networkmanagement introspection less aggressive at
startup but it seems like there's a whole new infrastructure in Qt 6 so it
never went in.

For context, what's happening is:
- Qt says hey, give me a window, I'll draw some stuff.
- Then as it prepares, we do things, some of them blocking* (oh no!)
- then we render the contents

* one of the blocking thing that happens is setting up the network management
system internally to check if we are connected online. It's not done in the
best of ways (hence their refactoring for Qt 6).

I believe the problem we are seeing here is those blocking things. I do think
it also happens on Wayland, only there the compositor reacts in a more graceful
way.

I am pretty sure in Qt 6 this will be better overall.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to