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
|
<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">
<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 Documentation Project</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 href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Launch apps from the <gui>Activities</gui> overview.</desc>
</info>
<title>Start applications</title>
<comment>
<cite>shaunm</cite>
<p>If an app is running, it's focused. You can create a new window by dragging
to the windows overview or onto a workspace thumbnail. (Also mention dragging
to overview in list item below, not just workspace thumbnail.) Right-click
icon to choose a window to focus or get new window. Mention middle-click?</p>
</comment>
<p if:test="!platform:gnome-classic">Move your mouse pointer to the
<gui>Activities</gui> corner at the top left of the screen to show the
<gui xref="shell-introduction#activities">Activities</gui> overview. This is where you
can find all of your applications. You can also open the overview by pressing
the <key xref="keyboard-key-super">Super</key> key.</p>
<p if:test="platform:gnome-classic">You can start applications from the
<gui xref="shell-introduction#activities">Applications</gui> menu at the top
left of the screen, or you can use the <gui>Activities</gui> overview by
pressing the <key xref="keyboard-key-super">Super</key> key.</p>
<p>There are several ways of opening an application once you’re in the
<gui>Activities</gui> overview:</p>
<list>
<item>
<p>Start typing the name of an application — searching begins instantly.
(If this doesn’t happen, click the search bar at the top of the screen
and start typing.) If you don’t know the exact name of an application, try
to type an related term. Click the application’s icon to start it.</p>
</item>
<item>
<p>Some applications have icons in the <em>dash</em>, the horizontal strip
of icons at the bottom of the <gui>Activities</gui> overview.
Click one of these to start the corresponding application.</p>
<p>If you have applications that you use very frequently, you can
<link xref="shell-apps-favorites">add them to the dash</link>
yourself.</p>
</item>
<item>
<p>Click the grid button (which has nine dots) in the dash.
You will see the first page of all installed applications. To see more
applications, press the dots at the bottom, above the dash, to view other
applications. Press on the application to start it.</p>
</item>
<item>
<p>You can launch an application in a separate
<link xref="shell-workspaces">workspace</link> by dragging its icon from
the dash, and dropping it onto one of the workspaces. The application will
open in the chosen workspace.</p>
<p>You can launch an application in a <em>new</em> workspace by dragging its
icon to an empty workspace, or to the small gap between two workspaces.</p>
</item>
</list>
<comment>
<cite>aklapper</cite>
<p>TODO: Recheck last item in list above after https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3776
and https://gitlab.gnome.org/GNOME/mutter/-/issues/1661 have been fixed in 40</p>
</comment>
<note style="tip">
<title>Quickly running a command</title>
<p>Another way of launching an application is to press
<keyseq><key>Alt</key><key>F2</key></keyseq>, enter its
<em>command name</em>, and then press the <key>Enter</key> key.</p>
<p>For example, to launch <app>Rhythmbox</app>, press
<keyseq><key>Alt</key><key>F2</key></keyseq> and type
‘<cmd>rhythmbox</cmd>’ (without the single-quotes). The name of the app is
the command to launch the program.</p>
<p>Use the arrow keys to quickly access previously run commands.</p>
</note>
</page>
|