Initialize gtk later#190
Merged
Merged
Conversation
flodavid
reviewed
Jun 1, 2026
3 tasks
During initialization GDK tries to find settings portal, but since it isn't started yet, the whole init freezes till timeout
ryonakano
self-requested a review
June 2, 2026 10:56
|
I do not know why GitHub said I “reviewed” this, I just added a comment. I am not really competent on this subject. |
ryonakano
approved these changes
Jun 3, 2026
ryonakano
left a comment
Member
There was a problem hiding this comment.
Confirmed this fixes the linked issue on OS 8 Early Access with GTK 4.22.4 built and installed from source code.
Before:
Screencast.From.2026-06-04.07-03-01.mp4
After:
Screencast.From.2026-06-04.07-05-18.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should fix #157
During initialization GDK tries to find settings portal, but since it isn't started yet, the whole GTK init freezes till timeout. Not sure whether this is the solution because while it fixes the initial startup of the portal, trying to restart the portal would freeze the entire desktop for the same 25 seconds 🫠️