mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
service/greetd: always send responses
This commit is contained in:
parent
3e32ae595f
commit
f12f0e7c7d
2 changed files with 5 additions and 0 deletions
|
|
@ -15,3 +15,4 @@
|
|||
- Fixed build issues preventing cross compilation from working.
|
||||
- Fixed dekstop entries with lower priority than a hidden entry not being hidden.
|
||||
- Fixed desktop entry keys with mismatched modifier or country not being discarded.
|
||||
- Fixed greetd hanging when authenticating with a fingerprint.
|
||||
|
|
|
|||
|
|
@ -225,6 +225,10 @@ void GreetdConnection::onSocketReady() {
|
|||
|
||||
this->mResponseRequired = responseRequired;
|
||||
emit this->authMessage(message, error, responseRequired, echoResponse);
|
||||
|
||||
if (!responseRequired) {
|
||||
this->sendRequest({{"type", "post_auth_message_response"}});
|
||||
}
|
||||
} else goto unexpected;
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue