Bug 156425 - kmenuedit does not write the "Type" key to menu items, rendering them hidden
Summary: kmenuedit does not write the "Type" key to menu items, rendering them hidden
Status: RESOLVED FIXED
Alias: None
Product: kmenuedit
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 01:12 UTC by Fabio Correa
Modified: 2009-11-23 17:06 UTC (History)
1 user (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 Fabio Correa 2008-01-23 01:12:48 UTC
Version:            (using KDE 4.0.0)
Installed from:    Gentoo Packages
Compiler:          x86_64-pc-linux-gnu-gcc 4.1.1 
OS:                Linux

Every menu item haves a "Type=Application" entry, specifying it corresponds to a program.

When some menu item is changed from the system default, a local (user-local) version of the corresponding .desktop file is created. It seems that kmenuedit makes this local version from scratch, instead of copying it from the system-wide directory then modifying it. The local version does not include the "Type=Application" key, then the .desktop file, stored at $HOME/.local/applications, is not regarded of as a menu entry. As a result, the menu entry does not appear anymore.

Keep up the great work with KDE 4!!!!
Comment 1 Will Stephenson 2009-11-23 17:06:49 UTC
Tested in KDE 4, Type=Application is present in the local version now.