View Single Post
Posts: 47 | Thanked: 17 times | Joined on Dec 2009
#6
Thought it would be logical that if there's <Include> there's also <Exclude> and it works for me: open /etc/xdg/menus/hildon.menu, edit the Applications menu to this:
Code:
<Menu>
    <Name>Applications</Name>
    <Directory>applications.directory</Directory>
    <OnlyUnallocated/>
    <Include>
      <All/>
    </Include>
    <Exclude>
     <Filename>rtcom-call-ui-2.desktop</Filename>
     <Filename>rtcom-call-ui-3.desktop</Filename>
     <Filename>rtcom-call-ui-4.desktop</Filename>
    </Exclude>
  </Menu>
Tell me if it works

Last edited by jayford; 2010-01-10 at 22:27.