Summary: | I get no Icons in kcontrol | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | Horacio Sanson <hsanson> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | aaron_iles, fredcwells, linbox, mbertier, stefan.thiede, tomcatbsd |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Horacio Sanson
2003-11-05 08:35:06 UTC
the help: protocol missing is most likely just a konstruct bug in not providing the right libxml version to the kdelibs configure. But the missing kcontrol entries are reported in other places too. the help: protocol missing is most likely just a konstruct bug in not providing the right libxml version to the kdelibs configure. But the missing kcontrol entries are reported in other places too. Even though I've got kcontrol entries with my post-beta snapshot. Fixed in CVS already. You can fix yourself by moving the default_*.menu files that are found in $KDEDIR/share/applnk to $KDEDIR/share/applications and remove the "default_" prefix. E.g. $KDEDIR/share/applnk/default_kde-settings.menu --> $KDEDIR/share/applications/kde-settings.menu *** Bug 67189 has been marked as a duplicate of this bug. *** Correction: They should be moved to $KDEDIR/etc/xdg/menus E.g. $KDEDIR/share/applnk/default_kde-settings.menu --> $KDEDIR/etc/xdg/menus/kde-settings.menu Or possbibly: $KDEDIR/etc/xdg/menus/default_kde-settings.menu --> $KDEDIR/etc/xdg/menus/kde-settings.menu ok, thanks a lot... the last option did the trick $KDEDIR/etc/xdg/menus/default_kde-settings.menu --> $KDEDIR/etc/xdg/menus/kde-settings.menu know I have all in order.... Tried all the hints above. Still my Controll Center only has Peripherals and Yast2 Modul. *** Bug 67294 has been marked as a duplicate of this bug. *** But the bug _is_ fixed. There is some other patch needed for suse 9.0, you might want to update to CVS snapshots on ftp.suse.com/pub/people/adrian Hi, I had to delete my $KEDHOME after making the changes above for the above fix to work. Cheers Greg A better way to do it, without delete your kde settings: cd /usr/kde/3.2/etc/xdg/menus/ ln -s default_kde-settings.menu kde-settings.menu kbuildsyscocoa Everything is back to normal in the kontrol center now. *** Bug 67377 has been marked as a duplicate of this bug. *** *** Bug 67451 has been marked as a duplicate of this bug. *** *** Bug 67549 has been marked as a duplicate of this bug. *** *** Bug 67702 has been marked as a duplicate of this bug. *** I'm having the same problem with Mandrake cooker (10.0) and KDE 3.1.93. On a fresh install the only kde-settings.menu is in /etc/xdg/menus and there is no default_kde-settings.menu. So I'm not usre what to do about that. I have tried deleting $HOME/.kde, running kbuildsycoca to no avail. Any other pointers? it's not essential to delete KDEHOME. delete just the file KDEHOME/share/config/kcontrolrc and kcontrol works :) *** Bug 68877 has been marked as a duplicate of this bug. *** *** Bug 69068 has been marked as a duplicate of this bug. *** Take a look at https://bugs.kde.org/show_bug.cgi?id=67271 |