Summary: | Application Launcher doesn't work on right click | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Luc Menut <lmenut> |
Component: | mouse actions | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, chanika, notmart, schwarzer, starkimleben |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.3 | |
Sentry Crash Report: | |||
Attachments: | screenshot of the bug |
fixed in trunk by a recent couple of changes (In reply to comment #1) > fixed in trunk by a recent couple of changes will it be fixed in 4.6 final? or only in 4.7? It seems this was not backported? Is there a reason for that? Reopen after a small talk with Marco. It seems the issue was not fixed in 4.6 and additionally seems to have reappeared in trunk. Git commit abcd170758a32efd8b082bacb5918ee4a6ac05ea by Marco Martin. Committed on 06/04/2011 at 22:32. Pushed by mart into branch 'KDE/4.6'. create the menu in contextualActions() fix for right mouse button BUG:262614 M +30 -7 plasma/generic/containmentactions/applauncher/launch.cpp M +8 -1 plasma/generic/containmentactions/applauncher/launch.h http://commits.kde.org/kde-workspace/abcd170758a32efd8b082bacb5918ee4a6ac05ea Git commit bedb02e9887ecd9ca429a88e680cc3f138bf2f50 by Marco Martin. Committed on 06/04/2011 at 22:32. Pushed by mart into branch 'master'. create the menu in contextualActions() fix for right mouse button BUG:262614 M +30 -7 plasma/generic/containmentactions/applauncher/launch.cpp M +8 -1 plasma/generic/containmentactions/applauncher/launch.h http://commits.kde.org/kde-workspace/bedb02e9887ecd9ca429a88e680cc3f138bf2f50 *** Bug 268832 has been marked as a duplicate of this bug. *** (In reply to comment #5) > Git commit abcd170758a32efd8b082bacb5918ee4a6ac05ea by Marco Martin. > Committed on 06/04/2011 at 22:32. > Pushed by mart into branch 'KDE/4.6'. > > create the menu in contextualActions() > > fix for right mouse button > BUG:262614 Thanks for the fix, I've just tested this commit with kde 4.6.2, and now I can have the Application Launcher at right click. But it works too well; the applications launched from this contextual menu are automatically launched two times ;-) removing one line (39) connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*))); in launch.cpp fixes this bug (the signal is connected two times). Luc Git commit 006809a52c8a138a8e1476da1ee9cbcad0d879bd by Aaron Seigo. Committed on 06/05/2011 at 22:51. Pushed by aseigo into branch 'KDE/4.6'. get rid of duplicate connect patch contributed by Luc Menut BUG:262614 REVIEW:101284 M +0 -1 plasma/generic/containmentactions/applauncher/launch.cpp http://commits.kde.org/kde-workspace/006809a52c8a138a8e1476da1ee9cbcad0d879bd Git commit 3f1dd3b94ab2b56abb43a51b7b78a9cd162325d0 by Aaron Seigo. Committed on 06/05/2011 at 22:51. Pushed by aseigo into branch 'master'. get rid of duplicate connect patch contributed by Luc Menut BUG:262614 REVIEW:101284 M +0 -1 plasma/generic/containmentactions/applauncher/launch.cpp http://commits.kde.org/kde-workspace/3f1dd3b94ab2b56abb43a51b7b78a9cd162325d0 |
Created attachment 55758 [details] screenshot of the bug Version: unspecified (using KDE 4.5.95) OS: Linux If I choose "Application Launcher" for the Right-Button in order to have the main menu with a right click on the desktop, the contextual menu only has "Desktop Settings" entry, but not the application launcher menu (screenshot in attachment). This feature works fine with kde 4.4 and 4.5. Reproducible: Always Steps to Reproduce: in Desktop Settings/Mouse Actions, choose "Application Launcher" for the Right-Button, Apply the change, then right click on the desktop Actual Results: the contextual menu has only "Desktop Settings Alt+D, Alt+S" Expected Results: the menu should show the application launcher menu.