tdaitx / java-swing-ayatana

Automatically exported from code.google.com/p/java-swing-ayatana
0 stars 0 forks source link

Menu items are missing underscores #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Open any menu with items containing underscores ("_")

What is the expected output? What do you see instead?

I expect underscores to be visible. Instead they are just skipped, i.e. a menu 
item "some_menu_item" becomes "somemenuitem".

What version of the product are you using? On what operating system?

The latest version available from PPA (2.6.1-1) on Ubuntu 14.04 with Java 8.

Please provide any additional information below.

I use jayatana mainly with PyCharm (part of JetBrains IDEA family), this is 
where the bug manifests itself.

Original issue reported on code.google.com by vasily...@gmail.com on 23 Jun 2014 at 4:12

GoogleCodeExporter commented 8 years ago
The problem is with the api dbusmenu

Original comment by danjaredg on 8 Jun 2015 at 6:00