summaryrefslogtreecommitdiff
path: root/thunar/thunar-launcher-ui.xml
blob: 4b168777fb9e0dade5ddc1ae18977e8e88d1f165 (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
<ui>

  <!--
    Copyright (c) 2005-2006 Benedikt Meurer <benny@xfce.org>

    Thunar launcher user interface description file. Do NOT
    simply edit this file if you don't know how the whole system
    works, because it's too easy to break something.
  -->

  <menubar name="main-menu">
    <menu action="file-menu">
      <placeholder name="placeholder-launcher">
        <menuitem action="open" />
        <menuitem action="open-in-new-tab" />
        <menuitem action="open-in-new-window" />
        <placeholder name="placeholder-applications" />
        <menuitem action="open-with-other" />
        <menu action="open-with-menu">
          <placeholder name="placeholder-applications" />
          <separator />
          <menuitem action="open-with-other-in-menu" />
        </menu>
        <placeholder name="placeholder-actions" />
      </placeholder>

      <menu action="sendto-menu">
        <placeholder name="placeholder-sendto-actions">
          <menuitem action="sendto-desktop" />
          <separator />
        </placeholder>
      </menu>
    </menu>
  </menubar>

  <popup action="file-context-menu">
    <placeholder name="placeholder-launcher">
      <menuitem action="open" />
      <menuitem action="open-in-new-tab" />
      <menuitem action="open-in-new-window" />
      <placeholder name="placeholder-applications" />
      <menuitem action="open-with-other" />
      <menu action="open-with-menu">
        <placeholder name="placeholder-applications" />
        <separator />
        <menuitem action="open-with-other-in-menu" />
      </menu>
      <placeholder name="placeholder-actions" />
    </placeholder>

    <menu action="sendto-menu">
      <placeholder name="placeholder-sendto-actions">
        <menuitem action="sendto-desktop" />
        <separator />
      </placeholder>
    </menu>
  </popup>
</ui>