~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily

« back to all changes in this revision

Viewing changes to gnome-help/kn/shell-apps-open.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<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="kn">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="shell-overview#apps"/>
 
6
    <link type="guide" xref="index" group="#first"/>
 
7
 
 
8
    <revision pkgversion="3.6.0" version="0.2" date="2012-10-14" status="review"/>
 
9
    <credit type="author">
 
10
      <name>GNOME Documentation Project</name>
 
11
      <email>gnome-doc-list@gnome.org</email>
 
12
    </credit>
 
13
    <credit type="editor">
 
14
      <name>Michael Hill</name>
 
15
      <email>mdhillca@gmail.com</email>
 
16
    </credit>
 
17
    <credit type="editor">
 
18
      <name>Shobha Tyagi</name>
 
19
      <email>tyagishobha@gmail.com</email>
 
20
    </credit>
 
21
 
 
22
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
23
 
 
24
    <desc>Launch apps from the <gui>Activities</gui> overview.</desc>
 
25
  </info>
 
26
 
 
27
  <title>Start applications</title>
 
28
 
 
29
<comment>
 
30
<cite>shaunm</cite>
 
31
<p>If an app is running, it's focused. You can create a new window by dragging
 
32
to the windows overview or onto a workspace thumbnail. (Also mention dragging
 
33
to overview in list item below, not just workspace thumbnail.) Right-click
 
34
icon to choose a window to focus or get new window. Mention middle-click?</p>
 
35
</comment>
 
36
 
 
37
  <p if:test="!platform:gnome-classic">Move your mouse pointer to the
 
38
  <gui>Activities</gui> corner at the top left of the screen to show the
 
39
  <gui>Activities</gui> overview. This is where you can find all of your
 
40
  applications. You can also open the overview by pressing the
 
41
  <key xref="keyboard-key-super">Super</key> key.</p>
 
42
  
 
43
  <p if:test="platform:gnome-classic">You can start applications from the
 
44
  <link xref="shell-terminology"><gui>Applications</gui> menu</link> at the top
 
45
  left of the screen, or you can use the <gui>Activities</gui> overview by
 
46
  pressing the <key xref="keyboard-key-super">Super</key> key.</p>
 
47
 
 
48
  <p>There are several ways of opening an application once you're in the
 
49
  <gui>Activities</gui> overview:</p>
 
50
 
 
51
  <list>
 
52
    <item>
 
53
      <p>Start typing the name of an application - searching begins instantly.
 
54
      (If this doesn't happen, click the search bar at the top of the screen
 
55
      and start typing.) Click the application's icon to start it.</p>
 
56
    </item>
 
57
    <item>
 
58
      <p>Some applications have icons in the <em>dash</em>, the vertical strip
 
59
      of icons on the left-hand side of the <gui>Activities</gui> overview.
 
60
      Click one of these to start the corresponding application.</p>
 
61
      <p>If you have applications that you use very frequently, you can
 
62
      <link xref="shell-apps-favorites">add them to the dash</link>
 
63
      yourself.</p>
 
64
    </item>
 
65
    <item>
 
66
      <p>Click the grid button at the bottom of the dash. You will see the
 
67
      frequently used applications if the <gui style="button">Frequent</gui>
 
68
      view is enabled. If you want to run a new application, press the
 
69
      <gui style="button">All</gui> button at the bottom to view all the
 
70
      applications. Press on the application to start it.</p>
 
71
    </item>
 
72
    <item>
 
73
      <p>You can launch an application in a separate
 
74
      <link xref="shell-workspaces">workspace</link> by dragging its icon from
 
75
      the dash (or from the list of applications), and dropping it onto one of
 
76
      the workspaces on the right-hand side of the screen. The application will
 
77
      open in the chosen workspace.</p>
 
78
      <p>You can launch an application in a <em>new</em> workspace by
 
79
      middle-clicking its icon in the dash or in the application list.</p>
 
80
    </item>
 
81
  </list>
 
82
 
 
83
<note style="tip">
 
84
 <title>Quickly running a command</title>
 
85
  <p>Another way of launching an application is to press
 
86
  <keyseq><key>Alt</key><key>F2</key></keyseq>, enter its <em>command name</em>,
 
87
  and then press the <key>Enter</key> key.</p>
 
88
  <p>For example, to launch <app>Rhythmbox</app>, press
 
89
  <keyseq><key>Alt</key><key>F2</key></keyseq> and type 'rhythmbox' (without the
 
90
  single-quotes). The name of the app is the command to launch the program.</p>
 
91
</note>
 
92
 
 
93
</page>