Hello community, here is the log from the commit of package plasma5-desktop for openSUSE:Factory checked in at 2017-03-22 23:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old) and /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-desktop" Wed Mar 22 23:17:21 2017 rev:57 rq:481158 version:5.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes 2017-03-13 15:31:03.350861858 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 2017-03-22 23:17:23.171376573 +0100 @@ -1,0 +2,6 @@ +Sat Mar 18 16:47:43 UTC 2017 - [email protected] + +- Add patch to workaround non-themed placeholder face icon in kickoff: + * 0001-Use-themed-user-face-icon-in-kickoff.patch + +------------------------------------------------------------------- New: ---- 0001-Use-themed-user-face-icon-in-kickoff.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-desktop.spec ++++++ --- /var/tmp/diff_new_pack.c35OGw/_old 2017-03-22 23:17:24.267221344 +0100 +++ /var/tmp/diff_new_pack.c35OGw/_new 2017-03-22 23:17:24.271220777 +0100 @@ -31,6 +31,8 @@ Group: System/GUI/KDE Url: http://www.kde.org/ Source: http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz +# PATCH-FIX-OPENSUSE +Patch1: 0001-Use-themed-user-face-icon-in-kickoff.patch # PATCHES 100-200 and above are from upstream 5.9 branch # PATCH-FIX-UPSTREAM Patch100: 0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch @@ -177,6 +179,7 @@ %lang_package %prep %setup -q -n plasma-desktop-%{version} +%patch1 -p1 %patch100 -p1 %build ++++++ 0001-Use-themed-user-face-icon-in-kickoff.patch ++++++ >From 2517af35b8e51758c1e20a768bd8914e3fd06762 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Sat, 18 Mar 2017 17:45:51 +0100 Subject: [PATCH] Use themed user face icon in kickoff - Same as sddm. Fits better. - kde#377332 --- applets/kickoff/package/contents/ui/Header.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/applets/kickoff/package/contents/ui/Header.qml b/applets/kickoff/package/contents/ui/Header.qml index 9d342255..ee4529e9 100644 --- a/applets/kickoff/package/contents/ui/Header.qml +++ b/applets/kickoff/package/contents/ui/Header.qml @@ -78,7 +78,6 @@ Item { right: faceIcon.right rightMargin: -units.gridUnit/2 } - usesPlasmaTheme: false } MouseArea { -- 2.12.0
