Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87060 - kmenuedit crashes on exit.
Summary: kmenuedit crashes on exit.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 21:18 UTC by Peter Volkov (RETIRED)
Modified: 2009-01-22 23:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for kmenuedit to fix crash on exit. (kmenuedit-3.4.0_kcm_hotkeys.patch,454 bytes, patch)
2005-03-28 21:21 UTC, Peter Volkov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2005-03-28 21:18:22 UTC
There is a known problem with kmenuedit in kde-3.4.0. See for example:
http://forums.gentoo.org/viewtopic-t-313246-highlight-kde+menu.html

So. I've bugreported on kde.bugs.org, and seems that this problem is solved:
http://bugs.kde.org/show_bug.cgi?id=102694

So I would like to see this patch in gentoo. I adopted patch from kde.org and I'll post it in next my post.

Reproducible: Always
Steps to Reproduce:
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2005-03-28 21:21:09 UTC
Created attachment 54738 [details, diff]
patch for kmenuedit to fix crash on exit.

Just put this patch into /usr/portage/kde-base/kmenuedit/files directory and
add next lines in the end of the ebuild:

src_unpack() {
	kde-meta_src_unpack
	epatch ${FILESDIR}/kmenuedit-3.4.0_kcm_hotkeys.patch
}

This fixes the problem for me.

Thank you for your attention,
Peter.
Comment 2 Jannick Kuhr 2005-06-05 10:39:09 UTC
Is it possible to get this patch into portage? It's a quite annoying bug ;-) 
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-05 13:46:59 UTC
This is fixed in kde 3.4.1, there's no need to apply the patch now. Sorry, I 
forgot to report it here before.