ALT Linux Bugzilla
– Attachment 16895 Details for
Bug 51493
lightdm (оповещение в 1 миллисекунду)
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
delay patch
file_51493.txt (text/plain), 1.10 KB, created by
Олег Соловьев
on 2024-09-24 11:00:46 MSK
(
hide
)
Description:
delay patch
Filename:
MIME Type:
Creator:
Олег Соловьев
Created:
2024-09-24 11:00:46 MSK
Size:
1.10 KB
patch
obsolete
>diff --git a/themes/userbar/PrimaryScreen.qml b/themes/userbar/PrimaryScreen.qml >index 8f95d2c..68e7fd7 100644 >--- a/themes/userbar/PrimaryScreen.qml >+++ b/themes/userbar/PrimaryScreen.qml >@@ -49,6 +49,26 @@ PlasmaCore.ColorScope { > startDefaultScreen() > } > >+ Timer { >+ id: delaysyncTimer >+ interval: 1000 >+ onTriggered: { >+ if (messages.count == 0) { >+ doSessionSync() >+ } else { >+ messagesTimer.start() >+ } >+ } >+ } >+ >+ Timer { >+ id: messagesTimer >+ interval: 5000 >+ onTriggered: { >+ doSessionSync() >+ } >+ } >+ > Connections { > target: greeter > >@@ -64,7 +84,7 @@ PlasmaCore.ColorScope { > > function onAuthenticationComplete() { > if (greeter.authenticated) { >- doSessionSync() >+ delaysyncTimer.start() > } else if (visibleScreen != screens.DefaultScreen) { > if (messages.count == 0) { > putMessage(i18n("Login failed"), 1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51493
:
16862
| 16895 |
16922
|
16945
|
17029