| 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/xfce-config.xml,v 1.32 2010/08/24 07:24:38 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.33 2010/08/31 18:06:31 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>The Xfce Configuration Guide</title> |
6 | <title>The Xfce Configuration Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 16 | |
16 | |
| 17 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
17 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 18 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
18 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 19 | <license/> |
19 | <license/> |
| 20 | |
20 | |
| 21 | <version>1.27</version> |
21 | <version>1.28</version> |
| 22 | <date>2010-08-23</date> |
22 | <date>2010-08-31</date> |
| 23 | |
23 | |
| 24 | <chapter> |
24 | <chapter> |
| 25 | <title>Introduction</title> |
25 | <title>Introduction</title> |
| 26 | <section> |
26 | <section> |
| 27 | <title>The Xfce desktop environment</title> |
27 | <title>The Xfce desktop environment</title> |
| … | |
… | |
| 69 | hal jpeg lock session startup-notification thunar X"</c>. |
69 | hal jpeg lock session startup-notification thunar X"</c>. |
| 70 | </p> |
70 | </p> |
| 71 | |
71 | |
| 72 | <p> |
72 | <p> |
| 73 | There's also another variable you can set in <path>/etc/make.conf</path> called |
73 | There's also another variable you can set in <path>/etc/make.conf</path> called |
| 74 | XFCE_PLUGINS. This variable controls additional Xfce plugins; some for the |
74 | XFCE_PLUGINS. This variable controls additional Xfce plugins for the panel. You |
| 75 | panel, and some for other applications. You can enable all of the plugins by |
75 | can enable all of the plugins by adding <c>XFCE_PLUGINS="brightness menu |
| 76 | adding <c>XFCE_PLUGINS="brightness menu trash</c> to |
|
|
| 77 | <path>/etc/make.conf</path>. Here's a brief summary of the plugins: |
76 | trash</c> to <path>/etc/make.conf</path>. Here's a brief summary of the |
|
|
77 | plugins: |
| 78 | </p> |
78 | </p> |
| 79 | |
79 | |
| 80 | <dl> |
80 | <dl> |
| 81 | <dt>brightness</dt> |
81 | <dt>brightness</dt> |
| 82 | <dd> |
82 | <dd> |
| … | |
… | |
| 85 | </dd> |
85 | </dd> |
| 86 | <dt>menu</dt> |
86 | <dt>menu</dt> |
| 87 | <dd>Lets you add a program menu to your panel</dd> |
87 | <dd>Lets you add a program menu to your panel</dd> |
| 88 | <dt>trash</dt> |
88 | <dt>trash</dt> |
| 89 | <dd> |
89 | <dd> |
| 90 | Adds Trash functionality to <c>thunar</c>, the file manager. The Trash |
90 | Lets you add a Trash can to the panel. The Trash allows you to quickly |
| 91 | allows you to recover deleted files. |
91 | delete files or recover them. |
| 92 | </dd> |
92 | </dd> |
| 93 | </dl> |
93 | </dl> |
| 94 | |
94 | |
| 95 | <p> |
95 | <p> |
| 96 | Now that you've set your <c>USE</c> and <c>XFCE_PLUGINS</c> variables in |
96 | Now that you've set your <c>USE</c> and <c>XFCE_PLUGINS</c> variables in |