From 988fcb125dbeeee41d787c0eb59857a5a16c624f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: May 26 2016 11:03:47 +0000 Subject: fix kickoff kcm_useraccount => user_manager (kde#363528) --- diff --git a/plasma-desktop-user_manager.patch b/plasma-desktop-user_manager.patch new file mode 100644 index 0000000..79f6e15 --- /dev/null +++ b/plasma-desktop-user_manager.patch @@ -0,0 +1,12 @@ +diff -up plasma-desktop-5.6.4/applets/kickoff/package/contents/ui/Header.qml.user_manager plasma-desktop-5.6.4/applets/kickoff/package/contents/ui/Header.qml +--- plasma-desktop-5.6.4/applets/kickoff/package/contents/ui/Header.qml.user_manager 2016-05-10 11:46:18.000000000 -0500 ++++ plasma-desktop-5.6.4/applets/kickoff/package/contents/ui/Header.qml 2016-05-26 06:02:02.251950654 -0500 +@@ -97,7 +97,7 @@ Item { + acceptedButtons: Qt.LeftButton + cursorShape: Qt.PointingHandCursor + onClicked: { +- KCMShell.open("kcm_useraccount") ++ KCMShell.open("user_manager") + } + } + } diff --git a/plasma-desktop.spec b/plasma-desktop.spec index c312a32..cd475fd 100644 --- a/plasma-desktop.spec +++ b/plasma-desktop.spec @@ -4,7 +4,7 @@ Name: plasma-desktop Summary: Plasma Desktop shell Version: 5.6.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and (GPLv2 or GPLv3) URL: https://quickgit.kde.org/?p=%{name}.git @@ -38,6 +38,8 @@ Patch65: 0065-muon-discover-plasma-discover.patch Patch50: plasma-desktop-PackageKit.patch # https://bugs.kde.org/show_bug.cgi?id=361952 Patch51: plasma-desktop-5.6-kactivities-stats.patch +# https://bugs.kde.org/show_bug.cgi?id=363528 +Patch52: plasma-desktop-user_manager.patch BuildRequires: libusb-devel BuildRequires: fontconfig-devel @@ -187,6 +189,7 @@ BuildArch: noarch %endif %patch50 -p1 -b .PackageKit %patch51 -p1 -b .kactivities-stats +%patch52 -p1 %if 0%{?fedora} > 22 %patch100 -p1 @@ -339,6 +342,9 @@ fi %changelog +* Thu May 26 2016 Rex Dieter - 5.6.4-2 +- fix kickoff kcm_useraccount => user_manager (kde#363528) + * Sat May 14 2016 Rex Dieter - 5.6.4-1 - 5.6.4