Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th July 2004, 11:21 AM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
Question KDE Menu missing items

I'm running Fedora Core 2 with KDE 3.2.3. However, somewhere along the road my K Menu lost its way a bit. Or so it seems. For instance: I do have Kate and KEdit installed, but they don't show up under Editors (only Nano does). I have a feeling more apps are missing from my menu. I already tried running kbuildsycoca with and without the --noincremental option, but it didn't help. There used to be this thing called 'kappfinder' or something, but it isn't included with KDE anymore?

Does anyone have any advise on how to reset/recreate these missing menu entries? I know I can add menu entries myself, but I would like my menu to be in the 'default' state (plus the entries added by extra programs I installed).
Reply With Quote
  #2  
Old 19th September 2004, 08:57 PM
wolftech Offline
Registered User
 
Join Date: Sep 2004
Posts: 1
Angry Ditto!

Quote:
Originally Posted by breun
I'm running Fedora Core 2 with KDE 3.2.3. However, somewhere along the road my K Menu lost its way a bit. Or so it seems. For instance: I do have Kate and KEdit installed, but they don't show up under Editors (only Nano does). I have a feeling more apps are missing from my menu. I already tried running kbuildsycoca with and without the --noincremental option, but it didn't help. There used to be this thing called 'kappfinder' or something, but it isn't included with KDE anymore?

Does anyone have any advise on how to reset/recreate these missing menu entries? I know I can add menu entries myself, but I would like my menu to be in the 'default' state (plus the entries added by extra programs I installed).

I have been SCOURING the net and the ONLY place I HAVE found this is in a .deb file. Not gonna happen. So, why is it not included in kdebase? It always HAS been? Not good.
Reply With Quote
  #3  
Old 14th October 2004, 10:52 PM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
I really hope my menu will be fixed after I install Fedora 3 in about 2 weeks...
Reply With Quote
  #4  
Old 15th October 2004, 03:44 AM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
Try this in a terminal:
Code:
$ mkdir menu.bak
$ mv ./config/menus/* menu.bak
What we've done here is create a "backup" directory and moved the user-config menu information out of the way. Logout and log back in and your missing menu entries should be back. You'll need to re-edit your menu if you've done any modifications. I'll bet that if you look in the backup directory at the applications-kmenuedit.menu file you'll find that a lot of your "missing" entries were actually marked as "hidden."

Hint: the menu configuration file(s) are XML-based, so you can edit them with a text editor - if you're real durn careful! If you mess 'em up, your menu will be pretty well toast unless you a) start over (as above) or b) figure out where you made a mistake.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
  #5  
Old 22nd October 2004, 04:09 AM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
Quote:
Originally Posted by crackers
Try this in a terminal:
Code:
$ mkdir menu.bak
$ mv ./config/menus/* menu.bak
At first it didn't work, but then I found there's a typo. There's a / between . and config that shouldn't be there:

Code:
$ mkdir menu.bak
$ mv .config/menus/* menu.bak
Thanks for pointing me in the right direction though, I have my menu items back!

Now I'm just wondering why I suddenly have multiple menu items for some applications. Different icons, different descriptions sometimes, any idea?

Last edited by breun; 22nd October 2004 at 11:41 AM.
Reply With Quote
  #6  
Old 23rd October 2004, 02:40 AM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
Quote:
Originally Posted by breun
At first it didn't work, but then I found there's a typo.
Oops! My bad! :o

Quote:
Now I'm just wondering why I suddenly have multiple menu items for some applications. Different icons, different descriptions sometimes, any idea?
Because there are two menu entries, usually. You might want to see if you have any "old" menus in the .kde/share/applnk or .kde/share/applnk-redhat directories. These are left over from earlier versions of KDE - you'll usually have them if you're like me and have just kept your /home directories intact over a long period of time.

(Please note I didn't typo the directory this time! )
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
  #7  
Old 25th October 2004, 10:25 AM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
I have a bunch of .desktop files in my .kde/share/applnk but none in .kde/share/applnk-redhat. Are you saying all .desktop files in applnk and applnk-redhat are "old"? Can I just delete them?
Reply With Quote
  #8  
Old 26th October 2004, 03:36 AM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
You might check to see what's in them and whether or not you want to re-create them through the menu editor before you delete them. But afterwards, yes, by all means.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
  #9  
Old 27th October 2004, 03:59 AM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
Then what is the real location of the default menu items?

I found /etc/X11/applnk, but just now I found /usr/share/applnk, what's the deal with all these different applnk directories?
Reply With Quote
  #10  
Old 4th November 2004, 05:00 PM
breun Offline
Registered User
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 73
* bump *

Does anyone know?
Reply With Quote
Reply

Tags
items, kde, menu, missing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
System Menu Items Missing pwilk Using Fedora 4 9th March 2008 03:41 PM
Missing Menu Items master_b Using Fedora 0 20th January 2004 08:06 AM


Current GMT-time: 14:45 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat