Bug 228594

Summary: [PATCH] Classic menu swaps Name and GenericName in the Games menu
Product: [Unmaintained] plasma4 Reporter: Kevin Kofler <kevin.kofler>
Component: widget-kickoffAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: andresbajotierra, asraniel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kevin Kofler 2010-02-26 10:27:28 UTC
Version:            (using KDE 4.4.0)
Compiler:          g++ (GCC) 4.4.3 20100127 (Red Hat 4.4.3-4) gcc-c++-4.4.3-4.fc12 Fedora 12
OS:                Linux
Installed from:    Fedora RPMs

The classic menu swaps Name and GenericName (description) in the Games menu. This is due to a hack added in:
http://websvn.kde.org/?view=revision&revision=1046898
to make Kickoff show the name as the primary entry. But this breaks the classic menu's formats such as "Name - Description" which becomes "Description - Name" as the classic menu thinks the name is the description and the opposite.

I have successfully tested the following fix:
http://cvs.fedoraproject.org/viewvc/rpms/kdebase-workspace/F-12/kdebase-workspace-4.4.0-classicmenu-games.patch?revision=1.1&view=markup
Basically, this adds a ForceNameAfterDescription DisplayOrder and uses that in the classic menu.
Comment 1 Kevin Kofler 2010-02-26 15:45:42 UTC
Comments? Objections? Approvals? Do you want me to commit this?
Comment 2 Beat Wolf 2010-02-26 18:17:29 UTC
i think the mailing list or reviewboard.kde.org are better places to submit patches. Don't forget to close this bug afterwards.
Comment 3 Dario Andres 2010-02-26 21:07:24 UTC
The bug was original reported at bug 226202, and this should be probably merged.
Regards
Comment 4 Kevin Kofler 2010-02-26 21:49:56 UTC

*** This bug has been marked as a duplicate of bug 226202 ***