Accepting request 1120201 from home:Vogtinator:plasma5.27
- Add patch to fix the logout applet: * 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch OBS-URL: https://build.opensuse.org/request/show/1120201 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=714
This commit is contained in:
25
0001-applets-lock_logout-use-PlasmaCore.IconItem.patch
Normal file
25
0001-applets-lock_logout-use-PlasmaCore.IconItem.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From 5bbaeed848a572b31da99c6ca0abfe396e610841 Mon Sep 17 00:00:00 2001
|
||||
From: Fushan Wen <qydwhotmail@gmail.com>
|
||||
Date: Wed, 25 Oct 2023 15:25:01 +0800
|
||||
Subject: [PATCH] applets/lock_logout: use PlasmaCore.IconItem
|
||||
|
||||
---
|
||||
applets/lock_logout/contents/ui/lockout.qml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/applets/lock_logout/contents/ui/lockout.qml b/applets/lock_logout/contents/ui/lockout.qml
|
||||
index 4b4645108b..1673bd4027 100644
|
||||
--- a/applets/lock_logout/contents/ui/lockout.qml
|
||||
+++ b/applets/lock_logout/contents/ui/lockout.qml
|
||||
@@ -101,7 +101,7 @@ Flow {
|
||||
onTapped: performOperation(modelData.operation)
|
||||
}
|
||||
|
||||
- Kirigami.Icon {
|
||||
+ PlasmaCore.IconItem {
|
||||
id: iconButton
|
||||
width: items.iconSize
|
||||
height: items.iconSize
|
||||
--
|
||||
2.42.0
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 08:10:06 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Add patch to fix the logout applet:
|
||||
* 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 14:26:30 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@@ -42,6 +42,8 @@ Source1: https://download.kde.org/stable/plasma/%{version}/plasma-workspa
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
Source3: xprop-kde-full-session.desktop
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch1: 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch
|
||||
# PATCHES 501-??? are PATCH-FIX-OPENSUSE
|
||||
Patch501: 0001-Use-qdbus-qt5.patch
|
||||
Patch502: 0001-Ignore-default-sddm-face-icons.patch
|
||||
|
Reference in New Issue
Block a user