-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Infinite loop in start menu #827
Comments
This issue seems to have gone away on its own. I'm guessing it was a problem with one of the Lumina's dependencies. |
The problem is back again. Below is a new backtrace from kill -ABRT. This only seems to happen after resizing the start menu and logging out. After logging in again, the desktop freezes when opening the start menu. Also, removing the folders from the favorites list seems to prevent the problem. ( Lumina automatically adds Documents and a couple others to the start menu favorites. )
|
Nothing has changed in the start menu source code, so i'm pretty sure its not something with Lumina. It might be a weird behavior coming from a change in qt. Have you updated recently? I only use the classic application menu, so I don't have any experience with the favorites thing in the other start menu options. |
I ran updates yesterday, but I don't think there were any Qt5 updates. There were a few Xorg updates. |
Aside from a few cosmetic issues, I've been experiencing one rather annoying issue on rare occasions. Upon clicking the Start menu, lumina-desktop gets stuck in an infinite loop.
If I kill it, remove ~/.config/lumina*, and rebuild the config from scratch, everything is fine again for a while.
Last time it happened, I used
kill -ABRT lumina-desktop
to generate a core file. The backtrace from lldb shows a cycle. Maybe this will provide some clues. If not, I can also reinstall Qt components with debug info to source code line #s.
The text was updated successfully, but these errors were encountered: