adjust default kickoff favorites: +konsole +apper

epel9
Rex Dieter 10 years ago
parent 90eb89798c
commit 9756141821

@ -0,0 +1,12 @@
diff -up plasma-desktop-5.2.1/applets/kickoff/core/favoritesmodel.cpp.default_favorites plasma-desktop-5.2.1/applets/kickoff/core/favoritesmodel.cpp
--- plasma-desktop-5.2.1/applets/kickoff/core/favoritesmodel.cpp.default_favorites 2015-02-21 13:45:39.000000000 -0600
+++ plasma-desktop-5.2.1/applets/kickoff/core/favoritesmodel.cpp 2015-03-11 08:44:54.066627461 -0500
@@ -124,7 +124,7 @@ public:
browser = browser.mid(1);
}
- applications << browser << "kontact" << "systemsettings" << "dolphin" << "ktp-contactlist" << "kate";
+ applications << browser << "kontact" << "systemsettings" << "dolphin" << "ktp-contactlist" << "kate" << "org.kde.konsole" << "apper";
QList<QString> desktopFiles;

@ -1,6 +1,6 @@
Name: plasma-desktop
Version: 5.2.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Plasma Desktop shell
License: GPLv2+ and (GPLv2 or GPLv3)
@ -20,6 +20,10 @@ Patch6: 0006-Fix-Bug-266760-The-autostart-kcm-doesn-t-show-the-co.patch
Patch7: 0007-Fix-double-click.patch
Patch8: 0008-Fix-tabbar-not-showing-up-when-switching-to-favorite.patch
## downstream patches
# adjust default kickoff favorites: +konsole +apper
Patch100: plasma-desktop-5.2.1-default_favorites.patch
BuildRequires: libusb-devel
BuildRequires: fontconfig-devel
BuildRequires: libX11-devel
@ -220,6 +224,9 @@ fi
%changelog
* Wed Mar 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-6
- adjust default kickoff favorites: +konsole +apper
* Mon Mar 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.2.1-5
- .spec cleanup
- pull in upstream fixes, particularly...

Loading…
Cancel
Save