MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //etc/xdg/menus/preferences.menu
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
 "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">

<Menu>
  <Name>Preferences</Name>
  <Directory>Settings.directory</Directory>

  <!-- Scan legacy dirs first, as later items take priority -->
  <LegacyDir>/usr/share/gnome/apps</LegacyDir>
  <LegacyDir>/etc/X11/applnk</LegacyDir>

  <!-- Read standard .directory and .desktop file locations -->
  <DefaultAppDirs/>
  <DefaultDirectoryDirs/>

  <!-- Read in overrides and child menus from preferences.d -->
  <DefaultMergeDirs/>

  <!-- Stuff in the toplevel -->
  <Include>
    <And>
      <Category>Settings</Category>
      <Category>X-Red-Hat-Base</Category>
      <Not>
        <Or>
          <Category>System</Category>
	  <Category>Accessibility</Category>
        </Or>
      </Not>
    </And>
  </Include>

  <Exclude>
      <Filename>redhat-userpasswd.desktop</Filename>
  </Exclude>

  <!-- Accessibility -->
  <Menu>
    <Name>Accessibility</Name>
    <Directory>Settings-Accessibility.directory</Directory>
    <Include>
      <And>
        <Category>Settings</Category>
        <Category>Accessibility</Category>
        <Not>
          <Or>
            <Category>System</Category>
          </Or>
        </Not>
      </And>
    </Include>
  </Menu>

  <!-- More Prefs -->

  <Menu>
    <Name>MorePreferences</Name>
    <Directory>Settings-More.directory</Directory>
    <Include>
      <And>
        <Category>Settings</Category>
        <Not>
          <Or>
            <Category>System</Category>
            <Category>X-Red-Hat-Base-Only</Category>
            <Category>X-Red-Hat-Base</Category>
          </Or>
        </Not>
      </And>
      <Filename>gnome-gconf-editor</Filename>
    </Include>
  
    <Exclude>
      <Filename>redhat-userinfo.desktop</Filename>
      <Filename>gnome-gdmphotosetup.desktop</Filename>
    </Exclude>

  </Menu>   <!-- End More Prefs -->
</Menu>     <!-- End Prefs -->