Use GenericName in a correct way
## Submitted by Stanislav Brabec Assigned to **Jannis Pohlmann** **[Link to original bug (#14480)](https://bugzilla.xfce.org/show_bug.cgi?id=14480)** ## Description XFCE Application Menu supports both GenericName and Comment desktop file entries. But its use is not correct. If both Comment and GenericName are present, application subtitle should use GenericName and pop-up should use Comment. Current behavior: Title: Uses name Subtitle: If Comment is available, use Comment, else use GenericName. Pop up: If Comment is available, use Comment, else use GenericName. => Subtitle and Pop up are always the same Expected behavior: The subtitle logic should be reversed. Subtitle: If GenericName is available, use GenericName, else use Comment. xfce4-panel-4.12.2, openSUSE Tumbleweed current for x86_64. Version: 0.6.0
issue