| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.33 2011/07/03 04:07:04 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.34 2011/08/14 15:08:59 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>The GNOME Configuration HOWTO</title> |
6 | <title>The GNOME Configuration HOWTO</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 22 | |
22 | |
| 23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 25 | <license/> |
25 | <license/> |
| 26 | |
26 | |
| 27 | <version>2</version> |
27 | <version>3</version> |
| 28 | <date>2011-07-02</date> |
28 | <date>2011-08-13</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>What is GNOME?</title> |
31 | <title>What is GNOME?</title> |
| 32 | <section> |
32 | <section> |
| 33 | <title>The Project</title> |
33 | <title>The Project</title> |
| … | |
… | |
| 139 | |
139 | |
| 140 | <p> |
140 | <p> |
| 141 | Next we'll clean up the remaining services and user groups. |
141 | Next we'll clean up the remaining services and user groups. |
| 142 | </p> |
142 | </p> |
| 143 | |
143 | |
| 144 | <pre caption="Services and groups"> |
144 | <pre caption="Setting up the DBUS service"> |
| 145 | # <i>gpasswd -a yourregularuser plugdev</i> |
|
|
| 146 | # <i>/etc/init.d/dbus start</i> |
145 | # <i>/etc/init.d/dbus start</i> |
| 147 | # <i>rc-update add dbus default</i> |
146 | # <i>rc-update add dbus default</i> |
|
|
147 | </pre> |
|
|
148 | |
|
|
149 | <p> |
|
|
150 | Check if the <e>plugdev</e> group exists. If it does, it is adviseable to make |
|
|
151 | yourself member of that group, but this is optional (the group is not that |
|
|
152 | common anymore). |
|
|
153 | </p> |
|
|
154 | |
|
|
155 | <pre caption="Checking and adding users to plugdev"> |
|
|
156 | ~# <i>getent group plugdev</i> |
|
|
157 | plugdev:x:104: |
|
|
158 | |
|
|
159 | <comment># Substitute yourUserName with your user name ;-)</comment> |
|
|
160 | ~# <i>gpasswd -a yourUserName plugdev</i> |
| 148 | </pre> |
161 | </pre> |
| 149 | |
162 | |
| 150 | </body> |
163 | </body> |
| 151 | </section> |
164 | </section> |
| 152 | <section> |
165 | <section> |