Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367525 - kde-base/plasma-workspace-4.6.3 - double execution in desktop menu
Summary: kde-base/plasma-workspace-4.6.3 - double execution in desktop menu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 12:32 UTC by Andrés Becerra Sandoval
Modified: 2011-05-22 18:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch submitted upstream fixing plasma-workspace-4.6.3 double execution (plasma-workspace-4.6.3-double_execution_fix.patch,705 bytes, patch)
2011-05-16 12:32 UTC, Andrés Becerra Sandoval
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrés Becerra Sandoval 2011-05-16 12:32:54 UTC
Created attachment 273425 [details, diff]
Patch submitted upstream fixing plasma-workspace-4.6.3 double execution

If the standard menu is configured as a desktop action (activating it when the desktop is clicked), plasma-workspace launches two instances of every  application. 

The bug is fixed upstream:

https://bugs.kde.org/show_bug.cgi?id=272732

I am attaching the patch submitted upstream and this is the only change to the ebuild to create plasma-workspace-4.6.3-r1.ebuild:

--- /usr/portage/kde-base/plasma-workspace/plasma-workspace-4.6.3.ebuild        2011-05-07 10:31:15.000000000 -0500
+++ /usr/local/portage/kde-base/plasma-workspace/plasma-workspace-4.6.3-r1.ebuild       2011-05-16 06:59:02.117999516 -0500
@@ -73,6 +73,7 @@
 PATCHES=(
        "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch"
        "${FILESDIR}/${PN}-4.6.2-optional_akonadi-server.patch"
+       "${FILESDIR}/${PN}-4.6.3-double_execution_fix.patch"
 )
 
 pkg_setup() {


I have successfully tested this patch on pair of systemes, one is ~x86 and other ~amd64
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-05-22 18:21:25 UTC
Fixed in -r2 (and in 4.6.4 when it's out), thanks!