[kde-workspace] - restore patch omitting broken launchers

Rex Dieter rdieter at fedoraproject.org
Tue May 7 12:23:59 UTC 2013


commit cb8c8ba76ae2a079e0f7084d22255444caada38c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue May 7 07:23:42 2013 -0500

    - restore patch omitting broken launchers

 kde-workspace.spec                                |    8 ++++++++
 kdebase-workspace-4.7.2-bz#747982-launchers.patch |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/kde-workspace.spec b/kde-workspace.spec
index 981ecf1..e498d16 100644
--- a/kde-workspace.spec
+++ b/kde-workspace.spec
@@ -68,6 +68,12 @@ Patch20: kdebase-workspace-4.4.92-xsession_errors_O_APPEND.patch
 # support the widgetStyle4 hack in the Qt KDE platform plugin
 Patch21: kdebase-workspace-4.3.98-platformplugin-widgetstyle4.patch
 
+# revert patch adding broken browser launcher
+# https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/2bbbbdd8fe5a38ae27bab44c9515b2ba78f75277
+# https://bugzilla.redhat.com/show_bug.cgi?id=747982
+# https://bugs.kde.org/show_bug.cgi?id=284628
+Patch25: kdebase-workspace-4.7.2-bz#747982-launchers.patch
+
 # add org.kde.ktp-presence applet to default systray
 Patch26: kde-workspace-4.10.2-systray_org.kde.ktp-presence.patch
 
@@ -460,6 +466,7 @@ Requires: akonadi
 %patch19 -p1 -b .kdm_plymouth
 %patch20 -p1 -b .xsession_errors_O_APPEND
 %patch21 -p1 -b .platformplugin-widgetstyle4
+%patch25 -p1 -b .bz#747982-launchers
 %patch26 -p1 -b .systray_org.kde.ktp-presence
 %patch27 -p1 -b .kdm_logind
 
@@ -1049,6 +1056,7 @@ fi
 %changelog
 * Mon May 06 2013 Than Ngo <than at redhat.com> - 4.10.3-1
 - 4.10.3
+- restore patch omitting broken launchers
 
 * Fri May 03 2013 Rex Dieter <rdieter at fedoraproject.org> - 4.10.2-12
 - -DKDE4_ENABLE_FPIE:BOOL=ON
diff --git a/kdebase-workspace-4.7.2-bz#747982-launchers.patch b/kdebase-workspace-4.7.2-bz#747982-launchers.patch
new file mode 100644
index 0000000..7be71fb
--- /dev/null
+++ b/kdebase-workspace-4.7.2-bz#747982-launchers.patch
@@ -0,0 +1,14 @@
+--- kde-workspace-4.7.2/plasma/desktop/shell/data/layouts/org.kde.plasma-desktop.defaultPanel/contents/layout.js	2011-05-20 23:32:08.000000000 +0300
++++ kde-workspace-4.7.2/plasma/desktop/shell/data/layouts/org.kde.plasma-desktop.defaultPanel/contents/layout.js	2011-10-21 21:08:57.028169349 +0300
+@@ -8,10 +8,7 @@
+ panel.addWidget("launcher")
+ panel.addWidget("org.kde.showActivityManager")
+ panel.addWidget("pager")
+-tasks = panel.addWidget("tasks")
++panel.addWidget("tasks")
+ panel.addWidget("systemtray")
+ panel.addWidget("digital-clock")
+ 
+-tasks.currentConfigGroup = new Array("Launchers")
+-tasks.writeConfig("browser", "preferred://browser, , , ")
+-tasks.writeConfig("filemanager", "preferred://filemanager, , , ")


More information about the scm-commits mailing list