summaryrefslogtreecommitdiffstats
path: root/gnome2-user-guide/C/gostools.xml
blob: 9861b5355d5da3b8f3fcd0221be1260862530718 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!-- -*- indent-tabs-mode: nil -*- -->
<chapter id="tools">
<title>Tools and Utilities</title>

<highlights>
  <para>This section describes some of the tools and utilities in the GNOME Desktop.</para>
</highlights>

<section id="tools-run-app">
  <title>Running Applications</title>
  <!-- preserve id for backwards compatibility: 2.12 -->
  <anchor id="gospanel-23"/>
  <indexterm>
    <primary>Run Application dialog, using</primary>
  </indexterm>
  <para>The <guilabel>Run Application</guilabel> dialog gives you access to the command
line. When you run a command in the <guilabel>Run Application</guilabel> dialog,
you cannot receive output from the command.</para>
  <para>To run a command from the command line perform the following steps:</para>
  <orderedlist>
    <listitem>
      <para>Display the <guilabel>Run Application</guilabel> dialog. You
can display the <guilabel>Run Application</guilabel> dialog in any of the
following ways:
        <variablelist>
          <varlistentry><term>From a panel</term>
          <listitem><para>You can add the <application>Run Application</application> object to any panel. See <xref linkend="panels-addobject"/>. Click on the <guibutton>Run</guibutton> button to open the <guilabel>Run Application</guilabel> dialog.</para></listitem></varlistentry>
          <varlistentry><term>Using shortcut keys</term>
          <listitem><para>Press <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo>. You can change the shortcut keys that display the <guilabel>Run Application</guilabel> dialog
in the <link linkend="prefs-keyboard-shortcuts"><application>Keyboard Shortcuts</application> preference tool</link>.</para></listitem></varlistentry>
        </variablelist>
      </para>
      <para>The <guilabel>Run Application</guilabel> dialog is displayed.</para>
    </listitem>
    <listitem>
      <para>Enter the command that you want to run in the blank field. </para>
      <para>Alternatively, to choose  a command that you ran previously, click the
down arrow button beside the command field, then choose the command to run.</para>
      <para>Alternatively, select the <guilabel>Show list of known applications</guilabel> option to display a list of available applications.</para>
      <para>You can also use the <guibutton>Run with file</guibutton> button to
choose a file to append to the command line. For example, you can enter <application>emacs</application> as the command, then choose a file to edit.</para>
      <para>Select the <guilabel>Run in terminal</guilabel> option to run the application
or command in a terminal window. Choose this option for an application or
command that does not create a window in which to run.</para>
    </listitem>
    <listitem>
      <para>Click on the <guibutton>Run</guibutton> button on the <guilabel>Run Application</guilabel> dialog. </para>
    </listitem>
      </orderedlist>
    </section>

<section id="tools-screenshot">
  <title>Taking Screenshots</title>
  <!-- preserve id for backwards compatibility: 2.12 -->
  <anchor id="goseditmainmenu-53"/>   
  <indexterm>
    <primary>screenshots, taking</primary>
  </indexterm>
  <para>You can
take a screenshot in any of the following ways:</para>
  <itemizedlist>
    <listitem>
      <para>From any panel</para>
      <para>Add the <guibutton>Screenshot</guibutton> button to a panel. Right-click
on the panel, then choose <menuchoice><guimenu>Add to Panel</guimenu><guisubmenu>Actions</guisubmenu><guimenuitem>Screenshot</guimenuitem></menuchoice>. Click on the <guibutton>Screenshot</guibutton> button to take
a screenshot of the entire screen. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
    </listitem>
    <listitem>
      <para>Use shortcut keys</para>
      <para>To take a screenshot, use the following shortcut keys:</para>
      <informaltable frame="topbot">
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colname="colspec0" colwidth="35.67*"/>
          <colspec colname="colspec1" colwidth="64.33*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Default Shortcut Keys</para>
              </entry>
              <entry>
                <para>Function</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <keycap>Print Screen</keycap>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Takes a screenshot of the entire
screen, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use
the <guilabel>Save Screenshot</guilabel> dialog to save the screenshot.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" valign="top">
                <para><keycombo><keycap>Alt</keycap><keycap>Print Screen</keycap></keycombo></para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Takes a screenshot of the window to which the mouse points, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
      <para>You can use the <application>Keyboard Shortcuts</application> preference
tool to modify the default shortcut keys.</para>
    </listitem>
    <listitem>
      <para>From <application>Menu Bar</application></para>
      <para>To take a screenshot of the entire screen, choose <menuchoice><guimenu>Actions</guimenu><guimenuitem>Take Screenshot</guimenuitem></menuchoice>.
A <guilabel>Save Screenshot</guilabel> dialog is displayed. To save the screenshot,
select the <guilabel>Save screenshot to file</guilabel> option. Enter the
path and filename for the screenshot in the drop-down combination box. Alternatively,
to save the screenshot to another directory, click <guibutton>Browse</guibutton>.
When you select a directory, click <guibutton>OK</guibutton>. </para>
      <para>You can also save the screenshot to the desktop. To save the screenshot
to the desktop, select the <guilabel>Save screenshot to desktop</guilabel>
option. </para>
      <para>You can also save the screenshot to a web page. To save the screenshot
to a web page, select the <guilabel>Save screenshot to web page</guilabel>
option. </para>
    </listitem>
    <listitem>
      <para>Use a command</para>
      <para>You can use the <command>gnome-panel-screenshot</command> command to
take a screenshot. The <command>gnome-panel-screenshot</command> command takes
a screenshot of the entire screen, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel> dialog to
save the screenshot.</para>
      <para>You can also use options on the <command>gnome-panel-screenshot</command>
command as follows: </para>
      <informaltable frame="topbot">
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colname="colspec0" colwidth="35.67*"/>
          <colspec colname="colspec1" colwidth="64.33*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Option</para>
              </entry>
              <entry>
                <para>Function</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <command>--window</command>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Takes a screenshot of the window
that has focus, and displays the <guilabel>Save Screenshot</guilabel> dialog.
Use the <guilabel>Save Screenshot</guilabel> dialog to save the screenshot.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <command>--delay=<replaceable>seconds</replaceable></command>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Takes a screenshot after the specified number of seconds, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <command>--help</command>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Displays the options for the
command.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
    </listitem>
  </itemizedlist>

  
</section>

</chapter>