Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems

How To Guides
Xen Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Problem Solutions

 

 

3.4. Removing Menu Items for All Users

To remove the Dasher menu item from the Accessories submenu, edit /etc/xdg/menus/applications.menu, by adding the following before the final </Menu> tag in the file:

 ...

  <Menu>
    <Name>Accessories</Name>
    <Exclude>
      <Filename>gnome-dasher.desktop</Filename>
    </Exclude>
  </Menu>

</Menu> <!-- End Applications -->

As mentioned above, the appropriate *.desktop file name to use for a given menu item can be determined from the files located in the /usr/share/applications/ directory.

 
 
  Published under the terms of the GNU General Public License Design by Interspire