Removing Menu Items...

Discussion in 'Linux' started by thegman89, Oct 21, 2008.

  1. thegman89

    thegman89

    Joined:
    Oct 21, 2008
    Messages:
    1
    Likes Received:
    0
    Location:
    Southampton, UK
    Hi,

    I have followed this guide to get a normal Lmiunx desktop: viewtopic.php?f=39&t=1612

    What I want to do is remove some of the pointless options from the menu such as the hotmail link , web storage, wikipedia etc etc

    Any ideas on how I go about doing this?

    Many thanks :)
     
    thegman89, Oct 21, 2008
    #1
  2. thegman89

    mgmayo27

    Joined:
    Sep 13, 2008
    Messages:
    16
    Likes Received:
    0
    Location:
    Memphis, TN
    If you're referring to the default XFCE menu you get when you right click on the desktop, then you can open a Terminal shell and do the following:

    Code:
    sudo su -
    ls *.desktop (so you can find the file name of what you want to remove)
    rm (the-ones-you-want-to-remove).desktop
    I'd make backups of them if, for any reason, you ever want to restore them.
     
    mgmayo27, Oct 21, 2008
    #2
  3. thegman89

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    He's not talking about the XFCE menu, but rather Acer's desktop icons. He'll need to edit ...

    ~/.config/xfce4/desktop/group-app.xml

    and either remove or comment out the lines that refer to those items.

    Cheers.
     
    rbil, Oct 22, 2008
    #3
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.