File: plugin-applications.page

package info (click to toggle)
kupfer 329-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,352 kB
  • sloc: python: 37,681; makefile: 88; sh: 78; xml: 3
file content (99 lines) | stat: -rw-r--r-- 2,838 bytes parent folder | download | duplicates (5)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="plugin-applications">

  <info>
   <link type="guide" xref="index#plugins"/>
   <desc>Using the applications plugin.</desc>
  </info>

  <title><app>Applications</app></title>

  <section>
    <title>Applications Plugin</title>
    <p>
      <app>Applications</app> provides all installed programs.
    </p>
  </section>
  <section>
    <title>Basic Usage</title>
    <steps>
     <title>Launching an application</title>
     <item>
      <p>
        Activate Kupfer and type an abbreviation of the application name
      </p>
     </item>
     <item>
      <p>
         Press <key>Return</key> to launch the application.
      </p>
     </item>
    </steps>
    <steps>
     <title>Opening a file with a specific application</title>
     <item>
      <p>
        Select a file in <app>Kupfer</app>
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> and select the action <em>Open With...</em>
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> to select the third (indirect object) pane
        and in it, select the application to open the file with.
      </p>
     </item>
   </steps>

   <p>
     The action <em>Open</em> opens files and folders with the registered
     default application for that specific file type. This can be
     configured using the action <em>Set Default Application...</em>.
   </p>
   <p>
     The file type associations are provided by the desktop environment, and
     modifying them here will modify them on the desktop as well. This may
     not be true when not using GNOME or XFCE.
   </p>
   <steps>
     <title>Selecting default application for a file type or folders</title>
     <item>
      <p>
        Select a file or folder in <app>Kupfer</app>
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> and select the action <em>Set Default
          Application...</em>
      </p>
     </item>
     <item>
      <p>
        Type <key>Tab</key> to select the third (indirect object) pane
        and in it, select the application to always open the file type with.
      </p>
     </item>
   </steps>
 </section>
  <section>
  <title>Configuration</title>
    <p>
      The configuration option <em>Applications for Desktop Environment</em>
      in the plugin's information pane in <app>Kupfer Preferences</app>
      determines how <app>Kupfer</app> should act with regard to the desktop
      environment configuration—certain applications request not to be
      shown depending on which desktop environment is used.
    </p>
    <p>
      The default setting is blank which means that it will use the environment
      variable <code>XDG_CURRENT_DESKTOP</code> to identify the desktop
      environment automatically.
    </p>
  </section>
</page>