Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome/howtos: gnome-3.6-upgrade.xml
Date: Sat, 29 Dec 2012 12:02:15
Message-Id: 20121229120151.464722171D@flycatcher.gentoo.org
1 eva 12/12/29 12:01:49
2
3 Modified: gnome-3.6-upgrade.xml
4 Log:
5 Add notes about tab scrolling + windows management
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml?r1=1.1&r2=1.2
13
14 Index: gnome-3.6-upgrade.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gnome-3.6-upgrade.xml 28 Dec 2012 05:58:00 -0000 1.1
21 +++ gnome-3.6-upgrade.xml 29 Dec 2012 12:01:49 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml,v 1.1 2012/12/28 05:58:00 tetromino Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml,v 1.2 2012/12/29 12:01:49 eva Exp $ -->
27
28 <guide lang="en">
29 <title>GNOME 3.6 Upgrade Guide</title>
30 @@ -9,6 +9,10 @@
31 <mail link="tetromino"/>
32 </author>
33
34 +<author title="Author">
35 + <mail link="eva"/>
36 +</author>
37 +
38 <abstract>
39 This is a guide for upgrading from GNOME 2.32.x or 3.4.x to GNOME 3.6.x
40 </abstract>
41 @@ -17,8 +21,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>0.1</version>
46 -<date>2012-12-28</date>
47 +<version>1.0</version>
48 +<date>2012-12-29</date>
49
50 <chapter>
51 <title>Introduction</title>
52 @@ -119,10 +123,38 @@
53 <p>Current versions of <c>evolution-exchange</c> and <c>evolution-groupwise</c>
54 are incompatible with Evolution 3.6, and you will need to uninstall them before
55 upgrading to GNOME 3.6. Users of <c>evolution-exchange</c> should try switching
56 -to <c>evolution-ews</c>.</p>
57 +to <c>evolution-ews</c> as <c>evolution-exchange</c> development is abandonned.</p>
58 </body>
59 </section>
60
61 +<section>
62 +<title>Interaction with tabs</title>
63 +<body>
64 +<p>
65 +Since Gnome 3.0, some applications stopped switching tabs when scolling over
66 +them. This is behavior is intended by upstream actually covers at least
67 +<c>app-editors/gedit</c>, <c>gnome-base/nautilus</c> and
68 +<c>www-client/epiphany</c>. This behavior will not be patched by Gentoo Gnome
69 +team so if you find it annoying, please report directly at
70 +<uri link="http://bugzilla.gnome.org">Gnome bugzilla</uri>.
71 +</p>
72 +</body>
73 +</section>
74 +
75 +<section>
76 +<title>Interaction with windows</title>
77 +<body>
78 +<p>
79 +If you were used to move and resize windows using <c>Alt + middle click</c>,
80 +Gnome 3.6 replaced the <c>Alt</c> key with the <c>Super</c> (Windows Logo) key.
81 +If you wish to change back to the old behavior, this can be done using
82 +<c>gnome-tweak-tool</c> (<e>Windows</e> tab), or from the terminal:
83 +</p>
84 +<pre caption="set Alt as modifier key for window interaction">
85 +$ <i>gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '&lt;Alt&gt;'</i>
86 +</pre>
87 +</body>
88 +</section>
89 </chapter>
90
91 <chapter>