summaryrefslogtreecommitdiff
path: root/src/file-manager/nautilus-desktop-icon-view-ui.xml
blob: 32203668781ddee00003767a73a794f2f39ed1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<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="Unmount Volume Conditional"
         _label="_Unmount Volume"
         _tip="Unmount the selected volume"/>
        <cmd name="Format Conditional"
         _label="_Format"
         _tip="Format the selected volume"/>
        <cmd name="Protect Conditional"
         _label="Prot_ect"
         _tip="Protect the selected volume"/>
        <cmd name="Media Properties Conditional"
         _label="Medi_a Properties"
         _tip="Show media properties for the selected volume"/>
        <cmd name="New Terminal"
         _label="New T_erminal"
         _tip="Open a new GNOME terminal window"/>
        <cmd name="New Launcher Desktop"
         _label="New L_auncher"
         _tip="Create a new launcher"/>
        <cmd name="OpenAlternate" hidden="1"/>
        <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 Items">
                                <menuitem name="New Terminal" verb="New Terminal"/>
                                <menuitem name="New Launcher" verb="New Launcher Desktop"/>
                        </placeholder>
                        <placeholder name="Volume Items" delimit="top">
                                <submenu name="Disks" tearoff="0"
                                         _label="Dis_ks"
                                         _tip="Mount or unmount disks"/>
                        </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>
                <placeholder name="Removabel Media Holder" delimit="top">
                        <menuitem name="Unmount Volume" verb="Unmount Volume Conditional"/>
                        <menuitem name="Protect Media" verb="Protect Conditional"/>
                        <menuitem name="Format Media" verb="Format Conditional"/>
                        <menuitem name="Media Properties" verb="Media Properties Conditional"/>
                </placeholder>
        </popup>
</popups>
</Root>