<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/jansalleine/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jansalleine">@jansalleine</a> is probably not necessary to build Geany, its clear that Geany is waiting for communication, its stopped in the <code>poll()</code> system function (<a href="https://man7.org/linux/man-pages/man2/poll.2.html" rel="nofollow">see</a>) which is usually waiting for communication from something and there is no Geany code in the backtrace beyond the startup that calls <code>gtk_main()</code>, so Geany has not asked for a screen update, or opened a file or anything else, its just patiently waiting for a keypress to be communicated.</p>
<p>It confirms the theory that some keypress communication from the server is going missing, maybe something in the compositor (Wayland) or WM (X11) is interecpting the keypress and holding it, and the main part of both those is of course Gnome, but that doesn't really help us do anything about it I'm afraid.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2658#issuecomment-780452792">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7WWABE46TM6VVRZP3S7OJUVANCNFSM4TVTC5MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3LWXVOREKBNR44OCLS7OJUVA5CNFSM4TVTC5M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF2CMHOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2658#issuecomment-780452792",
"url": "https://github.com/geany/geany/issues/2658#issuecomment-780452792",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>