summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Campbell <jwcampbell@gmail.com>2011-03-18 17:39:12 -0400
committerJim Campbell <jwcampbell@gmail.com>2011-03-18 17:46:27 -0400
commit2d4d09e9ab78040b0443923f6ec51ed37d0fec1b (patch)
tree076f9a9b6bd830f824b50a178b82a2e0015ca7ef
parent30410e79b965481575e33d08341dd09cd7873778 (diff)
downloadgnome-user-docs-2d4d09e9ab78040b0443923f6ec51ed37d0fec1b.tar.gz
gnome-user-docs-2d4d09e9ab78040b0443923f6ec51ed37d0fec1b.tar.xz
gnome-user-docs-2d4d09e9ab78040b0443923f6ec51ed37d0fec1b.zip
moved the images to the media folder. draft update to the shell-windows page
-rw-r--r--gnome-help/C/figures/Screenshot-Search for Files-options.pngbin0 -> 70619 bytes
-rw-r--r--gnome-help/C/figures/Screenshot-Search for Files.pngbin0 -> 18588 bytes
-rwxr-xr-xgnome-help/C/figures/check_status.sh43
-rw-r--r--gnome-help/C/figures/deja-dup.pngbin0 -> 3459 bytes
-rw-r--r--gnome-help/C/figures/gnome-searchtool.pngbin0 -> 2343 bytes
-rw-r--r--gnome-help/C/figures/yelp-icon-big.pngbin0 -> 5326 bytes
-rw-r--r--gnome-help/C/shell-windows.page5
7 files changed, 45 insertions, 3 deletions
diff --git a/gnome-help/C/figures/Screenshot-Search for Files-options.png b/gnome-help/C/figures/Screenshot-Search for Files-options.png
new file mode 100644
index 0000000..d84151b
--- /dev/null
+++ b/gnome-help/C/figures/Screenshot-Search for Files-options.png
Binary files differ
diff --git a/gnome-help/C/figures/Screenshot-Search for Files.png b/gnome-help/C/figures/Screenshot-Search for Files.png
new file mode 100644
index 0000000..eed8be2
--- /dev/null
+++ b/gnome-help/C/figures/Screenshot-Search for Files.png
Binary files differ
diff --git a/gnome-help/C/figures/check_status.sh b/gnome-help/C/figures/check_status.sh
new file mode 100755
index 0000000..1cd3d16
--- /dev/null
+++ b/gnome-help/C/figures/check_status.sh
@@ -0,0 +1,43 @@
+#!/bin/bash
+
+# Produce a summary of the statuses of all of the .page topics
+# (Not done properly, but it's OK for a rough estimate)
+# DO NOT TRANSLATE
+
+echo " "
+echo "== NONE =="
+grep -l "status=\"none" *.page
+echo " "
+echo "== STUB =="
+grep -l "status=\"stub" *.page
+echo " "
+echo "== INCOMPLETE =="
+grep -l "status=\"incomplete" *.page
+echo " "
+echo "== DRAFT =="
+grep -l "status=\"draft" *.page
+echo " "
+echo "== REVIEW =="
+grep -l "status=\"review" *.page
+echo " "
+echo "== CANDIDATE =="
+grep -l "status=\"candidate" *.page
+echo " "
+echo "== FINAL =="
+grep -l "status=\"final" *.page
+echo " "
+echo "== OUTDATED =="
+grep -l "status=\"outdated" *.page
+
+echo " "
+echo " "
+echo "== SUMMARY =="
+echo "None: " `grep "status=\"none" *.page | wc -l`
+echo "Stub: " `grep "status=\"stub" *.page | wc -l`
+echo "Incomplete: " `grep "status=\"incomplete" *.page | wc -l`
+echo "Draft: " `grep "status=\"draft" *.page | wc -l`
+echo "Review: " `grep "status=\"review" *.page | wc -l`
+echo "Candidate: " `grep "status=\"candidate" *.page | wc -l`
+echo "Final: " `grep "status=\"final" *.page | wc -l`
+echo "Outdated: " `grep "status=\"outdated" *.page | wc -l`
+echo " "
diff --git a/gnome-help/C/figures/deja-dup.png b/gnome-help/C/figures/deja-dup.png
new file mode 100644
index 0000000..429794c
--- /dev/null
+++ b/gnome-help/C/figures/deja-dup.png
Binary files differ
diff --git a/gnome-help/C/figures/gnome-searchtool.png b/gnome-help/C/figures/gnome-searchtool.png
new file mode 100644
index 0000000..bbb6931
--- /dev/null
+++ b/gnome-help/C/figures/gnome-searchtool.png
Binary files differ
diff --git a/gnome-help/C/figures/yelp-icon-big.png b/gnome-help/C/figures/yelp-icon-big.png
new file mode 100644
index 0000000..d2d5915
--- /dev/null
+++ b/gnome-help/C/figures/yelp-icon-big.png
Binary files differ
diff --git a/gnome-help/C/shell-windows.page b/gnome-help/C/shell-windows.page
index 72529da..c99743a 100644
--- a/gnome-help/C/shell-windows.page
+++ b/gnome-help/C/shell-windows.page
@@ -19,9 +19,8 @@
<title>Windows</title>
-
-<p>Windows are where your running applications are displayed.</p>
- <p>In the <gui>Activities</gui> overview, the dock is where your favorite applications and your running applications are shown. The glow behind an application name indicates if the application is running.
+<p>Like other desktops, Gnome Shell uses windows to display your running applications. Using both the <gui>overview</gui> and the <gui>dash</gui>, you can launch new applications and control which window is active.</p>
+ <p>In the <gui>Activities</gui> overview, the <gui>dash</gui> displays your favorite applications as well as your running applications. The <gui>dash</gui> will place a slight glow behind any running applications.
</p>
<p>
Clicking on the application icon will launch it if it is not running, and will open the last used window of that application if it is already running.