So KDE said my bug report was duplicate, see this other bug for your resolution...and the answer was not there. There were replies to it talking about the symlink and such.. but then something someone said earlier in this post had hit me. So here is how I FIXED my kcontrol empty menu problem.
First make sure that the file we so desperately need is in the deb packge (kde-essentials.menu). Do that with the following:
- Code: Select all
dpkg -S /etc/xdg/menus/applications-merged/kde-essential.menu
doing that should yield the result: "kdebase-data: /etc/xdg/menus/applications-merged/kde-essential.menu"
Now we can move forward, here is what I did step for step.
- Code: Select all
cd /var/cache/apt/archives/
then
- Code: Select all
dpkg --unpack kdebase-data_4%3a3.5.5a.dfsg.1-2_all.deb
THEN(we're almost done)
- Code: Select all
ls /etc/xdg/menus/applications-merged/
you should see "kde-essential.menu.dpkg-new"
just view this file with your favorite viewer/editor, make sure it has all the html style gobbledy-gook, then close out without editing it. If it has such coding, thats the file... now let's rename it.
- Code: Select all
cd /etc/xdg/menus/applications-merged/
- Code: Select all
mv kde-essential.menu.dpkg-new kde-essential.menu
*BAM* it's done. it should be present RIGHT-AWAY, go boot up Kcontrol and make sure it works. If it doesn't, we now have the file needed, so the symlink fix should work. So in short, if it does NOT work, do the symlink fix which is:
- Code: Select all
ln -s /etc/xdg/menus/applications-merged /etc/xdg/menus/kde-applications-merged
OK, best to you all, thanks so much for trying to help me out and not leaving me high and dry, I really appreciate the support of the community
