Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37519515
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: plasma5-workspace

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-sddm-check-username.patch
Скачать


--- a/lookandfeel/sddm-theme/Login.qml
+++ b/lookandfeel/sddm-theme/Login.qml
@@ -59,6 +59,7 @@ SessionManagementScreen {
         const username = (userNameInput.text == "") ? userList.selectedUser : userNameInput.text
         const password = passwordBox.text
 
+        if (username != "") {
         footer.enabled = false
         mainStack.enabled = false
         userListComponent.userList.opacity = 0.5
@@ -70,6 +71,7 @@ SessionManagementScreen {
         // See https://bugreports.qt.io/browse/QTBUG-55460
         loginButton.forceActiveFocus();
         loginRequest(username, password);
+        }
     }
 
     PlasmaComponents3.TextField {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin