If a menu does not have an id, its label will appear as one of the submenus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DBus Menu |
Confirmed
|
Medium
|
Unassigned | ||
libdbusmenu (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Having this json menu structure:
[
{ "label": "I dont have an id",
"submenu": [
]
}]
The last of the submenus, the one with the id 39, instead of having the label "value39" it will show with the label "I dont have an id". See attached screenshot.
affects: | turkey-pop-up → dbusmenu |
visibility: | private → public |
Changed in libdbusmenu (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
That's pretty nasty. I'm a little worried about this one as it might be in dbusmenu-glib. Need to investigate more.