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.5. Removing System Menus for All Users

To remove the System Settings submenu of the Applications menu, edit /etc/xdg/menus/applications.menu, by adding the following before the final </Menu> tag in the file:

 ...

  <Menu>
    <Name>System Settings</Name>
    <Deleted/>
  </Menu>

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

The other submenus of the Applications can be removed in similar fashion. Note that the name of the submenus can be determined from the files located in the /usr/share/desktop-directories/ directory.

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