File: shell-apps-open.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (79 lines) | stat: -rw-r--r-- 4,232 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:if="http://projectmallard.org/if/1.0/" type="topic" style="task" version="1.0 if/1.0" id="shell-apps-open" xml:lang="zh-CN">

  <info>
    <link type="guide" xref="shell-overview"/>
    <link type="guide" xref="index" group="#first"/>

    <revision pkgversion="3.6.0" date="2012-10-14" status="review"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="review"/>

    <credit type="author">
      <name>GNOME 文档项目</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Shobha Tyagi</name>
      <email>tyagishobha@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>从<gui>活动</gui>概览中启动应用程序。</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>TeliuTe</mal:name>
      <mal:email>teliute@163.com</mal:email>
      <mal:years>2011, 2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>tuberry</mal:name>
      <mal:email>orzun@foxmail.com</mal:email>
      <mal:years>2021</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Victor_Trista</mal:name>
      <mal:email>ljlzjzm@hotmail.com</mal:email>
      <mal:years>2023</mal:years>
    </mal:credit>
  </info>

  <title>启动应用程序</title>

  <p if:test="!platform:gnome-classic">将鼠标指针移动到屏幕左上角的<gui>活动</gui>处,显示<gui xref="shell-introduction#activities">活动</gui>概览。在这里您可以找到所有的应用程序。您也可以按 <key xref="keyboard-key-super">Super</key> 键打开概览。</p>
  
  <p if:test="platform:gnome-classic">您可以从屏幕左上方的<gui xref="shell-introduction#activities">应用程序</gui>菜单中启动应用程序,也可以通过按下 <key xref="key-key-super">Super</key> 键来使用<gui>活动</gui>概览。</p>

  <p>在<gui>活动</gui>概览中,有几种方法可以打开应用程序:</p>

  <list>
    <item>
      <p>输入应用程序的名称 — 搜索会立即开始。(如果没有,请点击屏幕上方的搜索栏,然后开始输入。)如果您不知道应用程序的确切名称,请尝试输入相关短语。点击应用程序的图标来启动它。</p>
    </item>
    <item>
      <p>有些应用程序的图标固定在 <em>Dash</em> 中,即<gui>活动</gui>概览底部的图标横条。点击其中的图标可启动相应的应用程序。</p>
      <p>如果您经常使用某个程序,可以将它<link xref="shell-apps-favorites">添加到 Dash</link>。</p>
    </item>
    <item>
      <p>点击 Dash 中的网格按钮(有九个点)。您将看到所有已安装的应用程序的第一页。要查看更多的应用程序,请按 Dash 上方底部的圆点查看其他页的应用程序。按应用程序图标来启动它。</p>
    </item>
    <item>
      <p>您可以在单独的<link xref="shell-workspaces">工作区</link>中启动应用程序,方法是从 Dash 中拖动它的图标,然后将其放到某个工作区中。该应用程序将在所选的工作区中打开。</p>
      <p>您可以在<em>新</em>工作区中启动应用程序,方法是将其图标拖动到一个空的工作区,或拖动到两个工作区之间的小间隙上。</p>
    </item>
  </list>

  <note style="tip">
    <title>快速运行命令</title>
    <p>另一种启动应用程序的方法是按 <keyseq><key>Alt</key><key>F2</key></keyseq>,输入其<em>命令名称</em>,然后按 <key>Enter</key> 键。</p>
    <p>例如,要启动 <app>Rhythmbox</app>,按 <keyseq><key>Alt</key><key>F2</key></keyseq>,然后输入“<cmd>rhythmbox</cmd>”(不含双引号)。输入的应用程序的名称是启动程序的命令。</p>
    <p>使用方向键可快速访问之前运行的命令。</p>
  </note>

</page>