Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
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
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

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

  




 

 

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