diff --git a/lazy-sddm-theme.patch b/lazy-sddm-theme.patch deleted file mode 100644 index 0269c83..0000000 --- a/lazy-sddm-theme.patch +++ /dev/null @@ -1,34 +0,0 @@ -From b704fa4d735222166cd2d43c9f8da60df5b4fd0d Mon Sep 17 00:00:00 2001 -From: Fabian Vogt -Date: Fri, 4 May 2018 09:10:10 +0200 -Subject: [PATCH] sddm-theme: Set needsFullUserModel=false - -Otherwise SDDM has to load all users even if they're not shown. -See https://github.com/sddm/sddm/pull/1017 ---- - sddm-theme/Main.qml | 2 ++ - sddm-theme/theme.conf.cmake | 1 + - 2 files changed, 3 insertions(+) - -Index: plasma-workspace-5.15.80git.20190316T190106~d7654042/sddm-theme/Main.qml -=================================================================== ---- plasma-workspace-5.15.80git.20190316T190106~d7654042.orig/sddm-theme/Main.qml 2019-03-16 19:01:06.000000000 +0100 -+++ plasma-workspace-5.15.80git.20190316T190106~d7654042/sddm-theme/Main.qml 2019-03-16 20:56:49.279402750 +0100 -@@ -182,6 +182,8 @@ - - if ( userListModel.count === 0 ) return false - -+ if ( userListModel.hasOwnProperty("containsAllUsers") && !userListModel.containsAllUsers) return false -+ - return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 - } - -Index: plasma-workspace-5.15.80git.20190316T190106~d7654042/sddm-theme/theme.conf.cmake -=================================================================== ---- plasma-workspace-5.15.80git.20190316T190106~d7654042.orig/sddm-theme/theme.conf.cmake 2019-03-16 19:01:06.000000000 +0100 -+++ plasma-workspace-5.15.80git.20190316T190106~d7654042/sddm-theme/theme.conf.cmake 2019-03-16 20:56:49.279402750 +0100 -@@ -3,3 +3,4 @@ type=image - color=#1d99f3 - fontSize=10 - background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.png -+needsFullUserModel=false diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index 2e1cc8c..43b7cb4 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -48,8 +48,6 @@ Patch503: 0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch Patch504: 0001-Add-suffix-to-the-wayland-session-s-name.patch # PATCH-FEATURE-OPENSUSE Patch506: 0001-Revert-No-icons-on-the-desktop-by-default.patch -# PATCH-FIX-OPENSUSE -Patch507: lazy-sddm-theme.patch BuildRequires: breeze5-icons BuildRequires: fdupes BuildRequires: kf5-filesystem