Summary: | "Application Launcher" desktop containment mouse action item only uses app descriptions | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Richard Salts <kdebugs> |
Component: | general | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bhush94, cfeck, kde, P.Suetterlin, plasma-bugs, sahildua2305, stevekej |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 5.4.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/bdaaaedbfbbe72673c288a5acc8a8366d3f6bc1e | Version Fixed In: | 5.11.0 |
Sentry Crash Report: |
Description
Richard Salts
2016-01-23 12:49:51 UTC
You can change it in the settings. The application menu mouse action doesn't have any settings. Has this been added since 5.4.3? I assumed you meant the Application Menu widget, sorry. The Application Launcher desktop mouse action is something else and has no settings. Reassigning bug. *** Bug 356800 has been marked as a duplicate of this bug. *** Hi, I am new to KDE community. I'd love to contribute here. Can anyone please guide me regarding setting up dev environment and getting started with my first bug fix? Thanks, Sahil I can easily change [plasma-workspace.git] / containmentactions / applauncher / launch.cpp line 58 to only display the program name, instead of the generic name if it exists. However I think the preference is probably better. Question is, would people prefer to have a preference for the mouse action as a separate thing to the Application Launcher widget? Or would it be okay to use the same preference? If you have multiple application launchers do they use different preferences? Richard, I suggest to look how the "Standard Menu" action handles its configuration dialog. I tried assigning the "Standard Menu" to both the left and the right mouse button, and indeed the configuration could be changed individually, which makes sense. If you have more questions, please ask on the plasma-devel mailing list, not on this bug tracker. *** Bug 381614 has been marked as a duplicate of this bug. *** I'll add an option for this. Git commit bdaaaedbfbbe72673c288a5acc8a8366d3f6bc1e by Kai Uwe Broulik. Committed on 30/06/2017 at 08:43. Pushed by broulik into branch 'master'. [AppLauncher Containment Action] Add option to "show apps by name" This will have it show the actual application name instead of the description. FIXED-IN: 5.11.0 CHANGELOG: Application launcher mouse action can now be configured to show application names instead of their description Differential Revision: https://phabricator.kde.org/D6441 M +4 -1 containmentactions/applauncher/CMakeLists.txt A +2 -0 containmentactions/applauncher/Messages.sh A +25 -0 containmentactions/applauncher/config.ui M +32 -1 containmentactions/applauncher/launch.cpp M +11 -0 containmentactions/applauncher/launch.h M +1 -0 containmentactions/applauncher/plasma-containmentactions-applauncher.desktop https://commits.kde.org/plasma-workspace/bdaaaedbfbbe72673c288a5acc8a8366d3f6bc1e |