| Summary: | Control panel menu empty, but its listings can be found under menu named "Unknown" in main KDE menu | ||
|---|---|---|---|
| Product: | [Unmaintained] kcontrol | Reporter: | Tri Ngo <tringo> |
| Component: | general | Assignee: | Daniel Molkentin <molkentin> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | amitshah, bastian, chatnick-spirou, gdenhollander, ingo, krameru, sean.clarke |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tri Ngo
2003-11-04 10:43:17 UTC
*** Bug 67202 has been marked as a duplicate of this bug. *** *** Bug 67227 has been marked as a duplicate of this bug. *** I can confirm this here:
- Info Center is emptry
- Control Center is empty, except for
Peripherals/Digital Camera
System/K3bSetup2
I do not have any "Unknown" entry on my K-menu though.
KDE-3.1.93
built from sources (Konstruct + GCC-3.3.2)
Linux-2.4.22 i686
This is what I can find in my .xsession-errors:
kio (KLauncher): KLauncher: Got start_service_by_desktop_name('kcontrol', ...)
kdeinit: Got EXT_EXEC 'kcontrol' from launcher.
WARNING: NAME not specified in initial startup message
kio (KLauncher): kcontrol (pid 25003) up and running.
DCOP: register 'kcontrol' -> number of clients is now 20
DCOP: register 'anonymous-25003' -> number of clients is now 21
kio (KSycoca): Trying to open ksycoca from /var/tmp/kdecache-prigault/ksycoca
kcontrol: Found basegroup = Settings/
kcontrol: [KCModuleInfo::KCModuleInfo(KSharedPtr<KService>)] Settings/Peripherals/kamera.desktop
kcontrol: [KCModuleInfo::KCModuleInfo(KSharedPtr<KService>)] Settings/System/k3bsetup2.desktop
kwin: Filtering out decoration resize event:[521x467]:[100x100]:[700x420]
kwin: Filtering out decoration resize event:[521x467]:[122x100]:[100x100]
kwin: User timestamp, initial:4294967295
kwin: User timestamp, ASN:579640
kwin: User timestamp, final:579640
kwin: Activation, compared:579640:575281:true
I have this problem too. No entries in kcontrol and a kmenu-item called unknown containing all the modules. Running kbuildsycoca generates lots of output, all of them warnings like this: kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined mimetype/servicetype 'text/book' As a possible resolution I emptied my .kde directory, but that did not work. I use Gentoo. Same as the original reporter of this bug. This workaround fixes the problem: (on Gentoo Linux - your path may vary) cd /usr/kde/3.2/etc/xdg/menus/ ln -s default_kde-settings.menu kde-settings.menu Workaround above is the correct fix. Fixed in CVS already. *** Bug 67307 has been marked as a duplicate of this bug. *** I think the above only fixes 'Control Center', and to fix 'Info Center' one must also do: cd $KDEDIR/etc/xdg/menus/ ln -s default_kde-information.menu kde-information.menu In this directory, there is also default_kde-screensavers.menu that does not have kde-screensavers.menu pointing to it. *** Bug 67492 has been marked as a duplicate of this bug. *** *** Bug 68208 has been marked as a duplicate of this bug. *** *** Bug 68719 has been marked as a duplicate of this bug. *** |