fix kickoff kcm_useraccount => user_manager (kde#363528)

epel9
Rex Dieter 8 years ago
parent 91663bcdcb
commit 988fcb125d

@ -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")
}
}
}

@ -4,7 +4,7 @@
Name: plasma-desktop Name: plasma-desktop
Summary: Plasma Desktop shell Summary: Plasma Desktop shell
Version: 5.6.4 Version: 5.6.4
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ and (GPLv2 or GPLv3) License: GPLv2+ and (GPLv2 or GPLv3)
URL: https://quickgit.kde.org/?p=%{name}.git URL: https://quickgit.kde.org/?p=%{name}.git
@ -38,6 +38,8 @@ Patch65: 0065-muon-discover-plasma-discover.patch
Patch50: plasma-desktop-PackageKit.patch Patch50: plasma-desktop-PackageKit.patch
# https://bugs.kde.org/show_bug.cgi?id=361952 # https://bugs.kde.org/show_bug.cgi?id=361952
Patch51: plasma-desktop-5.6-kactivities-stats.patch 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: libusb-devel
BuildRequires: fontconfig-devel BuildRequires: fontconfig-devel
@ -187,6 +189,7 @@ BuildArch: noarch
%endif %endif
%patch50 -p1 -b .PackageKit %patch50 -p1 -b .PackageKit
%patch51 -p1 -b .kactivities-stats %patch51 -p1 -b .kactivities-stats
%patch52 -p1
%if 0%{?fedora} > 22 %if 0%{?fedora} > 22
%patch100 -p1 %patch100 -p1
@ -339,6 +342,9 @@ fi
%changelog %changelog
* Thu May 26 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-2
- fix kickoff kcm_useraccount => user_manager (kde#363528)
* Sat May 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-1 * Sat May 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-1
- 5.6.4 - 5.6.4

Loading…
Cancel
Save