From 509067e389d2f8e9a1818c5fde8a49a8b88a6904 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 19 Oct 2021 18:10:12 +0000 Subject: Tue Oct 19 18:10:12 UTC 2021 kde/alkimia-8.1.0-x86_64-3.txz: Rebuilt. Fixed data install location /usr/plasma -> /usr/share/plasma. Thanks to oneforall. kde/bluedevil-5.23.1-x86_64-1.txz: Upgraded. kde/breeze-5.23.1-x86_64-1.txz: Upgraded. kde/breeze-grub-5.23.1-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.23.1-x86_64-1.txz: Upgraded. kde/drkonqi-5.23.1-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.23.1-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.23.1-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.23.1-x86_64-1.txz: Upgraded. kde/kdecoration-5.23.1-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.23.1-x86_64-1.txz: Upgraded. kde/kgamma5-5.23.1-x86_64-1.txz: Upgraded. kde/khotkeys-5.23.1-x86_64-1.txz: Upgraded. kde/kinfocenter-5.23.1-x86_64-1.txz: Upgraded. kde/kmenuedit-5.23.1-x86_64-1.txz: Upgraded. kde/kscreen-5.23.1-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.23.1-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.23.1-x86_64-1.txz: Upgraded. kde/ksystemstats-5.23.1-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.23.1-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.23.1-x86_64-1.txz: Upgraded. kde/kwayland-server-5.23.1-x86_64-1.txz: Upgraded. kde/kwin-5.23.1-x86_64-1.txz: Upgraded. kde/kwrited-5.23.1-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.23.1-x86_64-1.txz: Upgraded. kde/libkscreen-5.23.1-x86_64-1.txz: Upgraded. kde/libksysguard-5.23.1-x86_64-1.txz: Upgraded. kde/milou-5.23.1-x86_64-1.txz: Upgraded. kde/oxygen-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.23.1-x86_64-1.txz: Upgraded. Applied upstream patch: [PATCH] Desktop as folder: restore functionality of the "delete" action. Thanks to ctrlaltca. kde/plasma-disks-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-integration-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-nm-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-pa-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-vault-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.23.1-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.23.1-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.23.1-x86_64-1.txz: Upgraded. kde/powerdevil-5.23.1-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.23.1-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.23.1-x86_64-1.txz: Upgraded. kde/systemsettings-5.23.1-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.23.1-x86_64-1.txz: Upgraded. l/gdbm-1.22-x86_64-1.txz: Upgraded. n/nghttp2-1.46.0-x86_64-1.txz: Upgraded. x/ttf-tlwg-0.7.3-noarch-1.txz: Upgraded. --- ...-fix-missing-password-field-on-Other-page.patch | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 source/kde/kde/patch/plasma-workspace/0001-sddm-theme-fix-missing-password-field-on-Other-page.patch (limited to 'source/kde/kde/patch/plasma-workspace/0001-sddm-theme-fix-missing-password-field-on-Other-page.patch') diff --git a/source/kde/kde/patch/plasma-workspace/0001-sddm-theme-fix-missing-password-field-on-Other-page.patch b/source/kde/kde/patch/plasma-workspace/0001-sddm-theme-fix-missing-password-field-on-Other-page.patch deleted file mode 100644 index 06d44b916..000000000 --- a/source/kde/kde/patch/plasma-workspace/0001-sddm-theme-fix-missing-password-field-on-Other-page.patch +++ /dev/null @@ -1,49 +0,0 @@ -From d5a3e749a30613294f41386180aaf31dfb1a9bee Mon Sep 17 00:00:00 2001 -From: Nate Graham -Date: Thu, 14 Oct 2021 15:44:33 -0600 -Subject: [PATCH] sddm-theme: fix missing password field on "Other" page - -On this page there is no concept of the user being passwordless because -no username has been specified by the user yet; we cannot know ahead of -time. As a result, userList.currentItem.needsPassword is blank so the -password field gets hidden. - -We should just assume that in username/password entry mode, all users -have a password set. For any users where this is not the case, they can -just leave the password blank, and it's not any worse than it was in -Plasma 5.22. - -BUG: 443737 -FIXED-IN: 5.23.1 - - -(cherry picked from commit f038ab3f494f26b443b10ff5dc9f156e1ec16341) ---- - sddm-theme/Login.qml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/sddm-theme/Login.qml b/sddm-theme/Login.qml -index 8829666f1..6d3d62804 100644 ---- a/sddm-theme/Login.qml -+++ b/sddm-theme/Login.qml -@@ -83,7 +83,7 @@ SessionManagementScreen { - } - } - -- visible: userList.currentItem.needsPassword -+ visible: root.showUsernamePrompt || userList.currentItem.needsPassword - - Keys.onEscapePressed: { - mainStack.currentItem.forceActiveFocus(); -@@ -119,7 +119,7 @@ SessionManagementScreen { - - icon.name: text.length == 0 ? "go-next" : "" - -- text: userList.currentItem.needsPassword ? "" : i18n("Log In") -+ text: root.showUsernamePrompt || userList.currentItem.needsPassword ? "" : i18n("Log In") - onClicked: startLogin(); - } - } --- -2.33.0 - -- cgit v1.2.3