| … | |
… | |
| 19 | |
19 | |
| 20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>1.1</version> |
24 | <version>1.2</version> |
| 25 | <date>2007-01-26</date> |
25 | <date>2007-02-18</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>Introduction</title> |
28 | <title>Introduction</title> |
| 29 | <section> |
29 | <section> |
| 30 | <title>The Xfce desktop environment</title> |
30 | <title>The Xfce desktop environment</title> |
| … | |
… | |
| 109 | <pre caption="Installing Xfce"> |
109 | <pre caption="Installing Xfce"> |
| 110 | # <i>emerge -avt xfce4 xscreensaver hal gamin</i> |
110 | # <i>emerge -avt xfce4 xscreensaver hal gamin</i> |
| 111 | </pre> |
111 | </pre> |
| 112 | |
112 | |
| 113 | <p> |
113 | <p> |
| 114 | Next, add your regular user(s) to the following groups, so that they can take |
114 | Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>, |
| 115 | full advantage of <c>hal</c> and be able to mount and use devices such as |
115 | and <c>usb</c> groups, so that they can take full advantage of <c>hal</c> and be |
| 116 | cameras, CD-ROMs, CD-RWs, and USB sticks: |
116 | able to mount and use devices such as cameras, optical drives, and USB sticks. |
| 117 | </p> |
117 | </p> |
| 118 | |
118 | |
| 119 | <pre caption="Adding users to the hardware groups"> |
119 | <pre caption="Adding users to the hardware groups"> |
| 120 | <comment>(Remember to replace username with your actual user)</comment> |
120 | <comment>(Replace username with your actual user)</comment> |
| 121 | # <i>gpasswd -a username plugdev,cdrom,cdrw,usb</i> |
121 | # <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i> |
| 122 | </pre> |
122 | </pre> |
| 123 | |
123 | |
| 124 | <p> |
124 | <p> |
| 125 | Next, update your environment variables: |
125 | Next, update your environment variables: |
| 126 | </p> |
126 | </p> |