[plasmashell] [Bug 411063] The recent and bookmark menus show items without their underscores

2023-08-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411063

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 411063] The recent and bookmark menus show items without their underscores

2023-08-02 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=411063

Noah Davis  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||noaha...@gmail.com

--- Comment #14 from Noah Davis  ---
I can reproduce this in Plasma 5.26.1. It's not the latest version, which I
can't use much right now, but it's not likely that things have changed much in
5.27. The issue is likely caused by the following code.

In plasma-workspace/libdbusmenuqt/dbusmenuimporter.cpp,
DBusMenuImporterPrivate:

```
void updateActionLabel(QAction *action, const QVariant )
{
QString text = swapMnemonicChar(value.toString(), '_', '&');
action->setText(text);
}
```

`swapMnemonicChar()` is defined in plasma-workspace/libdbusmenuqt/utils.cpp and
probably needs to "escape" the characters it is meant to swap.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 411063] The recent and bookmark menus show items without their underscores

2019-09-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=411063

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
Product|frameworks-ktexteditor  |plasmashell
   Target Milestone|--- |1.0
Version|5.60.0  |5.16.4
 CC||mvourla...@gmail.com,
   ||plasma-b...@kde.org
  Component|general |Global Menu
   Assignee|kwrite-bugs-n...@kde.org|k...@privat.broulik.de
 Status|NEEDSINFO   |REPORTED

--- Comment #13 from Christoph Feck  ---
Thanks for the investigation! Reassigning to Global Menu component.

-- 
You are receiving this mail because:
You are watching all bug changes.