<Root>
<commands>
        <cmd name="Change Background"
         _label="Change Desktop _Background"
         _tip="Show a window that lets you set your desktop background's pattern or color"/>
        <cmd name="Close" sensitive="0"/>
        <cmd name="Add Bookmark" sensitive="0"/>
        <cmd name="Empty Trash Conditional"
         _label="Empty Trash"
         _tip="Delete all items in the Trash"/>
        <cmd name="New Terminal"
         _label="Open T_erminal"
         _tip="Open a new GNOME terminal window"/>
        <cmd name="New Launcher Desktop"
         _label="Create L_auncher"
         _tip="Create a new launcher"/>
        <cmd name="Reset Background"
         _label="Use _Default Background"
         _tip="Use the default desktop background"/>
</commands>
<menu>
	<!-- By re-labelling these submenus to names without underscores, we
	     prevent the user from bringing up the otherwise-invisible menu bar
	     menus on the desktop from the keyboard. Setting the labels to "" in
	     code does not work (presumably Bonobo bug), but doing so here does.
	-->
	<submenu name="File" label=""/>
	<submenu name="Edit" label=""/>
	<submenu name="View" label=""/>
	<submenu name="Go" label=""/>
	<submenu name="Bookmarks" label=""/>
	<submenu name="Profiler" label=""/>
	<submenu name="Help" label=""/>
	<submenu name="Preferences" label=""/>
</menu>
<popups>
        <popup name="background">
                <placeholder name="Before Zoom Items">
                        <placeholder name="New Window Items">
                                <menuitem name="New Terminal" verb="New Terminal"/>
                        </placeholder>
                        <placeholder name="New Object Items">
                                <menuitem name="New Launcher" verb="New Launcher Desktop"/>
                        </placeholder>
                </placeholder>
                <placeholder name="After Zoom Items">
                        <placeholder name="Background Items">
                                <menuitem name="Use Default Background" verb="Reset Background"/>
                                <menuitem name="Change Background" verb="Change Background"/>
                        </placeholder>
                </placeholder>
        </popup>

        <popup name="selection">
                <placeholder name="Empty Trash Holder" delimit="top">
                        <menuitem name="Empty Trash" verb="Empty Trash Conditional"/>
                </placeholder>
        </popup>
</popups>
</Root>
