Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xfce-config.xml
Date: Tue, 24 Aug 2010 07:24:46
Message-Id: 20100824072438.7EDF72004E@flycatcher.gentoo.org
1 nightmorph 10/08/24 07:24:38
2
3 Modified: xfce-config.xml
4 Log:
5 add xfce4-power-manager info. add XFCE_PLUGINS variable and explanations per bug 334181.
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.31&r2=1.32
13
14 Index: xfce-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- xfce-config.xml 26 Jul 2010 01:48:40 -0000 1.31
21 +++ xfce-config.xml 24 Aug 2010 07:24:38 -0000 1.32
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/doc/en/xfce-config.xml,v 1.31 2010/07/26 01:48:40 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.32 2010/08/24 07:24:38 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.26</version>
35 -<date>2010-07-25</date>
36 +<version>1.27</version>
37 +<date>2010-08-23</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -70,7 +70,31 @@
42 </p>
43
44 <p>
45 -Now, let's install Xfce.
46 +There's also another variable you can set in <path>/etc/make.conf</path> called
47 +XFCE_PLUGINS. This variable controls additional Xfce plugins; some for the
48 +panel, and some for other applications. You can enable all of the plugins by
49 +adding <c>XFCE_PLUGINS="brightness menu trash</c> to
50 +<path>/etc/make.conf</path>. Here's a brief summary of the plugins:
51 +</p>
52 +
53 +<dl>
54 + <dt>brightness</dt>
55 + <dd>
56 + Lets you add a screen brightness applet to your panel, once you have
57 + installed <c>xfce4-power-manager</c>
58 + </dd>
59 + <dt>menu</dt>
60 + <dd>Lets you add a program menu to your panel</dd>
61 + <dt>trash</dt>
62 + <dd>
63 + Adds Trash functionality to <c>thunar</c>, the file manager. The Trash
64 + allows you to recover deleted files.
65 + </dd>
66 +</dl>
67 +
68 +<p>
69 +Now that you've set your <c>USE</c> and <c>XFCE_PLUGINS</c> variables in
70 +<path>/etc/make.conf</path>, it's time to install Xfce.
71 </p>
72
73 <pre caption="Installing Xfce">
74 @@ -222,10 +246,10 @@
75
76 <p>
77 There are many plugins for the panel available in Portage; see for yourself with
78 -<c>emerge --search xfce</c>. Though for the most part their names are self
79 -explanatory, a few deserve some attention, as they are quite helpful. To use
80 -them, simply <c>emerge</c> them. They'll be added to the list of available items
81 -in the "Add New Item" menu shown when you right-click on the panel.
82 +<c>emerge --search xfce</c>. Though for the most part their names are
83 +self-explanatory, a few deserve extra attention, as they are quite helpful. To
84 +use them, simply <c>emerge</c> them. They'll be added to the list of available
85 +items in the "Add New Items" menu shown when you right-click on the panel.
86 </p>
87
88 <ul>
89 @@ -267,8 +291,8 @@
90 <p>
91 We should now <c>emerge</c> some useful applications and utilities:
92 <c>xfce4-mixer</c>, <c>xfprint</c>, <c>xfce4-taskmanager</c>,
93 -<c>xfwm4-themes</c>, <c>orage</c>, <c>mousepad</c>, <c>x11-terms/terminal</c>,
94 -and <c>thunar</c>.
95 +<c>xfwm4-themes</c>, <c>orage</c>, <c>mousepad</c>, <c>xfce4-power-manager</c>,
96 +<c>x11-terms/terminal</c>, and <c>thunar</c>.
97 </p>
98
99 <p>
100 @@ -290,14 +314,29 @@
101
102 <p>
103 <c>orage</c> is a simple, handy calendar. <c>mousepad</c> is a barebones text
104 -editor that starts up extremely quickly. <c>x11-terms/terminal</c> is an X11
105 -terminal emulator, far more configurable and useful than the barebones
106 -<c>xterm</c>. <c>terminal</c> supports Unicode text, color schemes,
107 -pseudo-transparency and hardware-accelerated transparency via Xfce's built-in
108 -compositor, all out-of-the-box. Just make sure that the default action on the
109 -terminal launcher of your panel runs <path>/usr/bin/Terminal</path> instead of
110 -<path>xterm</path>. Right-click the launcher and choose "Properties" to change
111 -the command.
112 +editor that starts up extremely quickly.
113 +</p>
114 +
115 +<p>
116 +<c>xfce4-power-manager</c> is an application to monitor and manage power usage.
117 +This is especially important for laptops! The power manager allows you to adjust
118 +screen brightness, choose maximum performance or battery-saving modes, and setup
119 +hibernate, suspend, and shutdown actions when the lid is shut or buttons are
120 +pressed. You can set <uri
121 +link="http://goodies.xfce.org/projects/applications/xfce4-power-manager">xfce4-power-manager</uri>
122 +to warn you when your battery reaches certain levels, or even turn off your
123 +machine. The application comes with a couple of helpful panel plugins to display
124 +battery/charging status, and a brightness control.
125 +</p>
126 +
127 +<p>
128 +<c>x11-terms/terminal</c> is an X11 terminal emulator, far more configurable and
129 +useful than the barebones <c>xterm</c>. <c>terminal</c> supports Unicode text,
130 +color schemes, pseudo-transparency and hardware-accelerated transparency via
131 +Xfce's built-in compositor, all out-of-the-box. Just make sure that the default
132 +action on the terminal launcher of your panel runs
133 +<path>/usr/bin/Terminal</path> instead of <path>xterm</path>. Right-click the
134 +launcher and choose "Properties" to change the command.
135 </p>
136
137 <p>