[sddm-theme] Don't have a broken reveal password button

Summary:
sddm-greeter will have a button for the reveal password button, but due
to sddm-greeter not loading a relevant QPT has no code to force it to
load the breeze icon set.

Without the breeze icon set, the clear button does not show.

There are ways to solve this, but none are trivial or reliable.

I threatened to do a revert in 5.12 (https://phabricator.kde.org/D9040)
but the bug has still not been fixed since.

BUG: 396039
CCBUG: 387418

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D26675
wilder-5.18
David Edmundson 6 years ago
parent e1324b0f54
commit 505ce9929b
  1. 2
      sddm-theme/Login.qml

@ -75,7 +75,7 @@ SessionManagementScreen {
placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password")
focus: !showUsernamePrompt || lastUserName
echoMode: TextInput.Password
revealPasswordButtonShown: true
revealPasswordButtonShown: false // Disabled whilst SDDM does not have the breeze icon set loaded
onAccepted: {
if (root.loginScreenUiVisible) {

Loading…
Cancel
Save