public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome/howtos: gnome-3.2-upgrade.xml
Date: Fri, 25 Nov 2011 00:05:45 +0000 (UTC)	[thread overview]
Message-ID: <20111125000545.D67DA20076@flycatcher.gentoo.org> (raw)

tetromino    11/11/25 00:05:45

  Modified:             gnome-3.2-upgrade.xml
  Log:
  Fix typos, expand eselec gnome-shell-extensions and gnome-tweak-tool documentation.

Revision  Changes    Path
1.2                  xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?r1=1.1&r2=1.2

Index: gnome-3.2-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-3.2-upgrade.xml	24 Nov 2011 21:42:01 -0000	1.1
+++ gnome-3.2-upgrade.xml	25 Nov 2011 00:05:45 -0000	1.2
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.1 2011/11/24 21:42:01 tetromino Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.2 2011/11/25 00:05:45 tetromino Exp $ -->
 
 <guide link="/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml" lang="en">
 <title>GNOME 3.2 Upgrade Guide</title>
@@ -17,8 +17,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.2</version>
-<date>2011-11-24</date>
+<version>0.2.1</version>
+<date>2011-11-25</date>
 
 <chapter>
 <title>Changes</title>
@@ -84,7 +84,8 @@
 GNOME 3.2 uses <c>media-fonts/cantarell</c> as its default font. Unfortunately,
 Cantarell only includes a subset of the extended Latin alphabet. Users of
 languages whose writing systems are not covered by Cantarell will probably want
-to switch to another font, such as <c>media-fonts/dejavu</c>:
+to switch to another font, such as <c>media-fonts/dejavu</c>. This can be done
+using <c>gnome-tweak-tool</c> (<e>Fonts</e> tab), or from the terminal:
 </p>
 
 <pre caption="Set DejaVu (size 10) as the default font">
@@ -136,7 +137,7 @@
 </pre>
 <p>
 to enable the extension for all users by default, or use <c>gnome-tweak-took</c>
-to enable it on a per-user basis.
+(<e>Shell Extensions</e> tab) to enable it on a per-user basis.
 </p>
 
 </body>
@@ -149,7 +150,7 @@
 <p>
 GNOME 3 will, by default, suspend a laptop when the lid is closed. If you
 do not like this behavior, you can change it via the <c>gnome-tweak-tool</c>
-GUI, or using <c>gsettings</c> from the terminal:
+GUI (<e>Shell</e> tab), or using <c>gsettings</c> from the terminal:
 </p>
 
 <pre caption="Only turn off the screen when laptop lid is closed on AC power"> 
@@ -170,8 +171,8 @@
 
 <p>
 If you want to have Nautilus manage the desktop like in GNOME 2, you can change
-the corresponding setting in the <c>gnome-tweak-tool</c> GUI, or use the 
-<c>gsettings</c> command from the terminal:
+the corresponding setting in the <c>gnome-tweak-tool</c> GUI (<e>Desktop</e> tab),
+or use the <c>gsettings</c> command from the terminal:
 </p>
 <pre caption="Making Nautilus manage the desktop"> 
 $ <i>gsettings set org.gnome.desktop.background show-desktop-icons true</i>
@@ -296,14 +297,19 @@
 control whether extensions installed systemwide (i.e. in <path>/usr/share/gnome-shell/extensions</path>)
 should be enabled. Newly-installed extensions start out disabled by default.
 </p>
+<pre caption="Enabling alterntive status menu and dock extensions by default for all users">
+# <i>eselect gnome-shell-extensions enable \</i>
+  <i>alternative-status-menu@gnome-shell-extensions.gnome.org dock@gnome-shell-extensions.gnome.org</i>
+</pre>
 
 <p>
 Defaults managed by <c>eselect gnome-shell-extensions</c> can be overridden on a
-per-user basis using <c>gnome-tweak-tool</c>, or from the command line using
-<c>gsettings</c>. For example, to load all extensions with the exception of
-dock and gajim, a user can run
+per-user basis using <c>gnome-tweak-tool</c> (<e>Shell Extensions</e> tab), or
+from the command line using <c>gsettings</c>. For example, to load the
+alternative status menu and dock extensions, and disabling all other extensions,
+a user can run
 </p>
-<pre caption="Enabling alterntive status menu and dock extensions (and disabling all others!)">
+<pre caption="Enabling alterntive status menu and dock extensions (and disabling all others!) for the current user">
 $ <i>gsettings set org.gnome.shell enabled-extensions \</i>
   <i>'["alternative-status-menu@gnome-shell-extensions.gnome.org", "dock@gnome-shell-extensions.gnome.org"]'</i>
 </pre>
@@ -387,7 +393,7 @@
 
 <body>
 <p>
-This is may be caused by a GNOME Shell crash. To help determine the cause, look
+This may be caused by a GNOME Shell crash. To help determine the cause, look
 in the <path>/var/log/gdm/:0-greeter.log</path> log file. As a workaround, you
 may try rebuilding <c>gnome-base/gdm</c> with the <c>gnome-shell</c> USE flag
 disabled.






             reply	other threads:[~2011-11-25  0:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-25  0:05 Alexandre Rostovtsev (tetromino) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-14  8:32 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome/howtos: gnome-3.2-upgrade.xml Alexandre Rostovtsev (tetromino)
2012-01-01 21:50 Alexandre Rostovtsev (tetromino)
2011-12-09 21:14 Alexandre Rostovtsev (tetromino)
2011-12-08 20:04 Alexandre Rostovtsev (tetromino)
2011-12-08 19:11 Alexandre Rostovtsev (tetromino)
2011-12-08 17:49 Alexandre Rostovtsev (tetromino)
2011-11-28 17:16 Alexandre Rostovtsev (tetromino)
2011-11-28 16:32 Alexandre Rostovtsev (tetromino)
2011-11-27  5:07 Alexandre Rostovtsev (tetromino)
2011-11-26 20:30 Alexandre Rostovtsev (tetromino)
2011-11-25 18:52 Nirbheek Chauhan (nirbheek)
2011-11-25  0:21 Alexandre Rostovtsev (tetromino)
2011-11-24 21:42 Alexandre Rostovtsev (tetromino)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111125000545.D67DA20076@flycatcher.gentoo.org \
    --to=tetromino@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox