How can I edit the Xfce Menu?

Discussion in 'Linux' started by quarknimble, Dec 24, 2008.

  1. quarknimble

    quarknimble

    Joined:
    Dec 19, 2008
    Messages:
    21
    Likes Received:
    0
    Ive used Menu Editor, but it only edits so much. How can you edit the " - - - include - - - system " part of the menu?
     
    quarknimble, Dec 24, 2008
    #1
  2. quarknimble

    checksix

    Joined:
    Nov 16, 2008
    Messages:
    21
    Likes Received:
    0
    The "include" part of the menu is generated automatically from files in /usr/share/applications/*.desktop and its subdirectories. To remove an item from the menu, issue the following commands in a terminal window:

    Code:
        
       cd /usr/share/applications
       sudo mv xxx.desktop xxx.desktop.HIDE
       xfdesktop-xfce --reload
       
    where "xxx" is the name of an application.
    To restore the item to the menu, rename the file back (remove the .HIDE suffix).
     
    checksix, Dec 24, 2008
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.