Bug 228594 - [PATCH] Classic menu swaps Name and GenericName in the Games menu
Summary: [PATCH] Classic menu swaps Name and GenericName in the Games menu
Status: RESOLVED DUPLICATE of bug 226202
Alias: None
Product: plasma4
Classification: Unmaintained
Component: widget-kickoff (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-26 10:27 UTC by Kevin Kofler
Modified: 2010-02-26 21:49 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***