Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xfce-config.xml
Date: Sun, 24 Feb 2008 08:36:47
Message-Id: E1JTCLk-0000kY-BE@stork.gentoo.org
1 nightmorph 08/02/24 08:36:44
2
3 Modified: xfce-config.xml
4 Log:
5 punt GDM and its numerous gnome dependencies in favor of the much more appropriate lightweight SLiM (Simple Login Manager)
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.15&r2=1.16
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.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- xfce-config.xml 30 Dec 2007 11:23:41 -0000 1.15
21 +++ xfce-config.xml 24 Feb 2008 08:36:44 -0000 1.16
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.15 2007/12/30 11:23:41 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.16 2008/02/24 08:36:44 nightmorph Exp $ -->
27
28 <guide link="/doc/en/xfce-config.xml">
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.11</version>
35 -<date>2007-12-30</date>
36 +<version>1.12</version>
37 +<date>2008-02-24</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -374,17 +374,17 @@
42 <p>
43 We aren't quite finished yet. We have to pick a display manager and set the
44 appropriate variable. Though there are a few choices available in Portage, for
45 -this guide, we'll stick with two display manager options: <c>xdm</c> and
46 -<c>gdm</c>.
47 +this guide, we'll stick with <uri link="http://slim.berlios.de">SLiM</uri>, the
48 +Simple Login Manager.
49 </p>
50
51 <p>
52 -<c>xdm</c> is speedy and lightweight, but it isn't pretty, and isn't really
53 -customizable. If you'd like to use it, first <c>emerge</c> it:
54 +<c>slim</c> is speedy and lightweight, with minimal dependencies. Perfect for
55 +Xfce!
56 </p>
57
58 -<pre caption="Installing XDM">
59 -# <i>emerge -avt xdm</i>
60 +<pre caption="Installing SLiM">
61 +# <i>emerge -avt slim</i>
62 </pre>
63
64 <p>
65 @@ -392,34 +392,14 @@
66 </p>
67
68 <pre caption="Editing /etc/conf.d/xdm">
69 -DISPLAYMANAGER="xdm"
70 +DISPLAYMANAGER="slim"
71 </pre>
72
73 <p>
74 -<c>xdm</c> can automatically start your Xfce session if you add XSESSION="Xfce4"
75 -to <path>/etc/rc.conf</path>.
76 +SLiM can automatically start your Xfce session if you add
77 +<c>XSESSION="Xfce4"</c> to <path>/etc/rc.conf</path>.
78 </p>
79
80 -<p>
81 -While you can choose to stick with (the rather ugly) <c>xdm</c>, why not try
82 -<c>gdm</c> instead? It's far more configurable, and much, much prettier. First,
83 -let's <c>emerge</c> it. Note that though it has a few dependencies, they're
84 -small, and they're not as nearly as numerous as other display managers.
85 -</p>
86 -
87 -<pre caption="Installing GDM">
88 -# <i>emerge -avt gdm</i>
89 -</pre>
90 -
91 -<p>
92 -Next, change the DISPLAYMANAGER variable to use <c>gdm</c> instead of
93 -<c>xdm</c>:
94 -</p>
95 -
96 -<pre caption="Editing /etc/conf.d/xdm">
97 -DISPLAYMANAGER="gdm"
98 -</pre>
99 -
100 </body>
101 </section>
102 <section>
103 @@ -448,16 +428,11 @@
104 </p>
105
106 <p>
107 -If you installed GDM as your display manager, take a look at the many GDM themes
108 -available on <uri link="http://www.gnome-look.org">Gnome-Look</uri>. To install
109 -them, you can either unpack and move them to
110 -<path>/usr/share/gdm/themes/</path> on the command line, or you can run
111 -<c>gdmsetup</c> as <b>root</b> and drag'n'drop the archive into the GDM window.
112 -There are some <uri
113 -link="http://gnome-look.org/content/show.php?content=45575">very nice</uri>
114 -Gentoo <uri
115 -link="http://gnome-look.org/content/show.php?content=20071">themes</uri>
116 -available.
117 +If you installed SLiM as your display manager, there are lots of themes in the
118 +<c>slim-themes</c> package available in Portage. Also, be sure to check the SLiM
119 +<uri link="http://slim.berlios.de/themes01.php">themes page</uri> for more
120 +themes. Creating your own SLiM theme is fairly easy; just read the <uri
121 +link="http://slim.berlios.de/themes_howto.php">Themes HowTo</uri>.
122 </p>
123
124 <p>
125
126
127
128 --
129 gentoo-doc-cvs@l.g.o mailing list