| Summary: | Plasma Desktop Shell > Mouse Actions set to Application Launcher results in launching two instances of an application when selected | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Paul L. <snowhg> |
| Component: | containment-desktop | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | adaptee |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paul L.
2011-05-09 23:51:22 UTC
I am having the same issue with 4.6.3, on both archlinux and gentoo This should be caused by one duplicated line within plasma/generic/containmentactions/applauncher/launch.cpp :
connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*)));
connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*)));
Please check the patch attatched within following bug report on archlinux.org
https://bugs.archlinux.org/task/24263
*** This bug has been marked as a duplicate of bug 272732 *** |