public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-01-27  1:36 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-01-27  1:36 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/01/27 01:36:15

  Modified:             xfce-config.xml
  Log:
  added extra bit about per-user .icons and .themes installation to my xfce guide

Revision  Changes    Path
1.2                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.1&r2=1.2

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce-config.xml	13 Jan 2007 05:58:31 -0000	1.1
+++ xfce-config.xml	27 Jan 2007 01:36:15 -0000	1.2
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.0</version>
-<date>2007-01-12</date>
+<version>1.1</version>
+<date>2007-01-26</date>
 
 <chapter>
 <title>Introduction</title>
@@ -476,13 +476,15 @@
 
 <p>
 A selection of nice Gentoo wallpapers in a variety of resolutions are hosted on
-the <uri link="http://www.gentoo.org/main/en/graphics.xml">Gentoo website</uri>.
-If you're looking for icon sets and complete Xfce themes, <uri
+the <uri link="/main/en/graphics.xml">Gentoo website</uri>.  If you're looking
+for icon sets and complete Xfce themes, <uri
 link="http://www.xfce-look.org/">Xfce-Look</uri> has a huge collection. The
 important thing to remember about any third-party eyecandy you download is that
 it will usually first need to be unpacked and then installed to the proper
 directory. Icon sets go in <path>/usr/share/icons/</path>, and themes go to
-<path>/usr/share/themes/</path>.
+<path>/usr/share/themes/</path>; use these directories when you want all users
+to be able to access themes and icon sets. Individual users can install themes
+and icon sets to <path>~/.themes/</path> and <path>~/.icons/</path>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-02-18 21:54 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-02-18 21:54 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/02/18 21:54:54

  Modified:             xfce-config.xml
  Log:
  fixed adding users to groups section, thanks to a forwarded email from drac

Revision  Changes    Path
1.3                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.2&r2=1.3

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce-config.xml	27 Jan 2007 01:36:15 -0000	1.2
+++ xfce-config.xml	18 Feb 2007 21:54:54 -0000	1.3
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.1</version>
-<date>2007-01-26</date>
+<version>1.2</version>
+<date>2007-02-18</date>
 
 <chapter>
 <title>Introduction</title>
@@ -111,14 +111,14 @@
 </pre>
 
 <p>
-Next, add your regular user(s) to the following groups, so that they can take
-full advantage of <c>hal</c> and be able to mount and use devices such as
-cameras, CD-ROMs, CD-RWs, and USB sticks:
+Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>,
+and <c>usb</c> groups, so that they can take full advantage of <c>hal</c> and be
+able to mount and use devices such as cameras, optical drives, and USB sticks.
 </p>
 
 <pre caption="Adding users to the hardware groups">
-<comment>(Remember to replace username with your actual user)</comment>
-# <i>gpasswd -a username plugdev,cdrom,cdrw,usb</i>
+<comment>(Replace username with your actual user)</comment>
+# <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-03-11  9:14 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-03-11  9:14 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/03/11 09:14:51

  Modified:             xfce-config.xml
  Log:
  Updated my xfce guide for 4.4. lots of new fixes, changes, additions, etc. 4.4 rox your sox.

Revision  Changes    Path
1.4                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.3&r2=1.4

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce-config.xml	18 Feb 2007 21:54:54 -0000	1.3
+++ xfce-config.xml	11 Mar 2007 09:14:51 -0000	1.4
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.2</version>
-<date>2007-02-18</date>
+<version>1.3</version>
+<date>2007-03-11</date>
 
 <chapter>
 <title>Introduction</title>
@@ -50,6 +50,11 @@
 keeping with the Xfce philosophy: light, fast, and modular.
 </p>
 
+<p>
+Additionally, this guide will show you how to <uri link="#upgrade">upgrade</uri>
+from version 4.2 to 4.4.
+</p>
+
 </body>
 </section>
 </chapter>
@@ -81,33 +86,21 @@
     for security
   </ti>
 </tr>
-<tr>
-  <ti>hal</ti>
-  <ti>
-    A Hardware Abstraction Layer. HAL enables desktop applications to locate and
-    use hardware devices. This makes it easy for you to work with removable
-    media, such as USB sticks and CD/DVD drives. Installing <c>hal</c> will also
-    install <c>dbus</c>, a simple way for applications to talk to each other.
-  </ti>
-</tr>
-<tr>
-  <ti>gamin</ti>
-  <ti>
-    This file alteration monitor keeps track of file changes; it's very handy
-    when used in conjunction with a graphical file browser
-  </ti>
-</tr>
 </table>
 
 <p>
 You're free to install any other packages you wish, but for now, we'll stick
 with these suggestions for a fast, minimal working environment. Double check
 your USE flags in <path>/etc/make.conf</path>; you'll probably at least want
-<c>USE="-gnome"</c> to avoid pulling in unnecessary dependencies.
+<c>USE="dbus -gnome hal startup-notification"</c>.
+</p>
+
+<p>
+Now, let's install Xfce.
 </p>
 
 <pre caption="Installing Xfce">
-# <i>emerge -avt xfce4 xscreensaver hal gamin</i>
+# <i>emerge -avt xfce4 xscreensaver</i>
 </pre>
 
 <p>
@@ -240,7 +233,7 @@
 <c>emerge --search xfce</c>. Though for the most part their names are self
 explanatory, a few deserve some attention, as they are quite helpful. To use
 them, simply <c>emerge</c> them. They'll be added to the list of available items
-in the "Add New Item" menu.
+in the "Add New Item" menu shown when you right-click on the panel.
 </p>
 
 <ul>
@@ -248,15 +241,6 @@
     <c>xfce4-mount</c> gives you a handy method of mounting devices listed in
     <path>/etc/fstab</path> just by clicking your mouse
   </li>
-<!-- xfce4-taskbar is integrated into the panel in 4.4; remove when stable -->
-  <li>
-    <c>xfce4-taskbar</c> can replace the windowlist panel entirely. It's
-    useful if you want to conserve screen space (for small monitors), or don't
-    want your desktop cluttered with more than one panel. Add the taskbar to
-    your main panel, and then you can remove the separate windowlist panel by
-    running <c>killall -9 xftaskbar4</c> from an xterm, thus displaying your
-    application launchers, Xfce menu, clock, etc. all on just one panel.
-  </li>
   <li>
     <c>xfce4-battery</c> is perfect for laptop users. It displays battery
     percentage, time remaining, power source (AC or battery), fan status,
@@ -265,12 +249,22 @@
     the battery is almost exhausted.
   </li>
   <li>
-<!-- xfce4-minicmd has been superceded by verve in 4.4; remove when stable -->
-    <c>xfce4-minicmd</c> is a small command line embedded into the panel. It's
-    quicker than opening up another terminal when you want to run a command.
+    <c>verve</c> is a small command line embedded into the panel. It's quicker
+    than opening up another terminal when you want to run a command.
+  </li>
+  <li>
+    <c>xfce4-mixer</c> is a volume control. It works with both ALSA and OSS
+    sound applications.
   </li>
 </ul>
 
+<p>
+If you can't find what you're looking for in the plugins specifically made for
+Xfce, try searching through the list of Gnome panel applets! That's right, by
+first emerging <c>xfce4-xfapplet</c>, you can install and run any applet made
+for Gnome.
+</p>
+
 </body>
 </section>
 <section>
@@ -278,71 +272,64 @@
 <body>
 
 <p>
-Now let's see about adding some useful yet lightweight applications, in keeping
-with Xfce's philosophy.
+Xfce bundles a few useful applications, including <c>thunar</c>,
+<c>terminal</c>, <c>orage</c>, and <c>mousepad</c>. Note that the last three
+will not be installed if you built <c>xfce4</c> with the <c>minimal</c> USE
+flag. However, these are all very small, yet terrific applications, so they're
+well worth installing.
 </p>
 
 <p>
-First, let's replace the plain, boring old <c>xterm</c> with
-<c>xfce-extra/terminal</c>. <c>Terminal</c> is far more configurable and useful
-than xterm, and supports Unicode text, pseudo-transparency and accelerated
-transparency via Xfce's built-in compositor, all out-of-the-box.
+<c>orage</c> is a simple, handy calendar. <c>mousepad</c> is a barebones text
+editor that starts up extremely quickly. <c>terminal</c> is far more
+configurable and useful than xterm, and supports Unicode text,
+pseudo-transparency and accelerated transparency via Xfce's built-in
+compositor, all out-of-the-box. Just make sure that the default action on the
+terminal launcher of your panel runs <path>/usr/bin/Terminal</path> instead of
+xterm. Right click the launcher and choose "Properties" to change the command.
 </p>
-<!-- Remove the warning about ~arch once 4.4 and terminal go stable -->
-<note>
-At the time of writing, <c>Terminal</c> may not be marked stable for your
-architecture, so you will need to add it to
-<path>/etc/portage/package.keywords</path> before emerging it.
-</note>
-
-<pre caption="Installing a better terminal">
-<comment>(Only run this command if you receive a warning about Terminal being masked)</comment>
-# <i>echo "xfce-extra/terminal" >> /etc/portage/package.keywords</i>
-
-<comment>(Otherwise, you can emerge Terminal without any extra steps)</comment>
-# <i>emerge -av xfce-extra/terminal</i>
-</pre>
 
 <p>
-Once it's installed, you may want to change the default action of the terminal
-launcher on your panel to run <path>/usr/bin/Terminal</path> instead. Just
-right-click the launcher and choose "Properties" to change the command.
+<c>thunar</c> is Xfce's built-in graphical file manager. It's fast yet quite
+powerful, can support a few plugins for even more functionality; just install
+them with <c>emerge</c>. Let's take a look:
 </p>
 
-<p>
-You may want to replace the rather confusing default filemanager, <c>xffm</c>,
-with one that's more intuitive and helpful. The <c>rox</c> file manager is
-icon-based and behaves much more like a traditional file manager. If you're
-looking for something even more minimal, yet still extremely flexible, then try
-out the <c>gentoo</c> file manager. (The <c>gentoo</c> file manager is not
-related to the Gentoo Linux distribution.) Both file managers are lightweight
-and fully configurable, and are only a short <c>emerge</c> away.
-</p>
+<ul>
+  <li>
+    <c>thunar-archive</c> lets you create and extract archive files using the
+    right-click menu. It works even better when paired with the new graphical
+    archiving <uri
+    link="http://www.foo-projects.org/~benny/projects/thunar-archive-plugin/">tool</uri>
+    developed for Xfce, <c>xarchiver</c>.
+  </li>
+  <li>
+    <c>thunar-media-tags</c> lets you intelligently rename multiple media files
+    at once, and lets you <uri
+    link="http://thunar.xfce.org/pwiki/projects/thunar-media-tags-plugin">edit</uri>
+    their information tags, such as id3 tags.
+  </li>
+  <li>
+    <c>thunar-thumbnailers</c> lets you <uri
+    link="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers">preview</uri>
+    certain types of files from within Thunar, such as images and fonts.
+  </li>
+  <li>
+    <c>thunar-volman</c> automatically <uri
+    link="http://foo-projects.org/~benny/projects/thunar-volman/">manages</uri>
+    removable media and drives.
+  </li>
+</ul>
 
-<!-- Remove the note about masked thunar once 4.4 is stable -->
 <p>
-In the future, <c>thunar</c> will replace <c>xffm</c> as Xfce's default file
-manager, but it is still masked at the time of this writing.  However, the most
-recent versions have been quite useful for daily work, and show great promise.
-If you're feeling brave, you can try out the release candidates. Please read
-<uri link="doc/en/handbook/handbook-x86.xml?part=3&amp;chap=3#doc_chap3">Using
-Masked Packages</uri> to learn how to unmask it and its dependencies. Note that
-this software is still unfinished. You have been warned!
+Next, let's see about adding some useful but lightweight desktop applications,
+in keeping with Xfce's philosophy.
 </p>
-<!-- remove mousepad once 4.4 is stable; right now it's included by default -->
-<p>
-Let's install a simple graphical text editor. It's easier to use than
-<c>gvim</c> or <c>xemacs</c>, and has fewer dependencies.
-</p>
-
-<pre caption="Adding a text editor">
-# <i>emerge mousepad</i>
-</pre>
 
 <p>
-If you need a full-featured word processor but don't want the bloat of
-OpenOffice, try emerging <c>abiword</c>. <uri
-link="http://www.abisource.com">AbiWord</uri> is lighter, faster, and is
+Though <c>mousepad</c> is nice enough, if you need a full-featured word
+processor but don't want the bloat of OpenOffice, try emerging <c>abiword</c>.
+<uri link="http://www.abisource.com">AbiWord</uri> is lighter, faster, and is
 completely interoperable with industry-standard document types.
 </p>
 
@@ -352,12 +339,9 @@
 
 <p>
 Need a nice email client/newsreader that isn't as demanding as
-<c>mozilla-thunderbird</c> or <c>evolution</c>? Try <c>sylpheed-claws</c>:
+<c>mozilla-thunderbird</c> or <c>evolution</c>? Try emerging
+<c>sylpheed-claws</c> or <c>claws-mail</c>.
 </p>
-<!-- replacement seems to be called claws-mail, but still in ~arch -->
-<pre caption="Adding an email client">
-# <i>emerge -avt sylpheed-claws</i>
-</pre>
 
 <p>
 For your internet chat needs, <c>irssi</c> is an excellent, tiny, incredibly
@@ -441,6 +425,11 @@
 </pre>
 
 <p>
+<c>xdm</c> can automatically start your Xfce session if you add XSESSION="Xfce4"
+to <path>/etc/rc.conf</path>.
+</p>
+
+<p>
 While you can choose to stick with (the rather ugly) <c>xdm</c>, why not try
 <c>gdm</c> instead? It's far more configurable, and much, much prettier. First,
 let's <c>emerge</c> it. Note that though it has a few dependencies, they're
@@ -504,8 +493,9 @@
 Finally, Xfce has its own built-in compositor to manage window transparency.
 This option can be found in Menu --> Settings --> Window Manager. For best
 performance, you will need to be running a graphics card with drivers that
-support hardware-accelerated rendering, and you will need to enable
-compositing in <path>/etc/X11/xorg.conf</path> by adding the following section:
+support hardware-accelerated rendering. Make sure you emerged <c>xfwm4</c> with
+the <c>xcomposite</c> USE flag. Next, you will need to enable compositing in
+<path>/etc/X11/xorg.conf</path> by adding the following section:
 </p>
 
 <pre caption="Enabling composite in xorg.conf">
@@ -527,6 +517,100 @@
 </section>
 </chapter>
 
+<chapter id="upgrade">
+<title>Upgrading</title>
+<section>
+<title>Upgrading from 4.2 to 4.4</title>
+<body>
+
+<p>
+Upgrading from Xfce 4.2 to 4.4 isn't hard, but neither is it as simple as most
+upgrades. With the release of 4.4, many older packages are either deprecated, or
+their functionality has been included into the desktop in some other manner.
+</p>
+
+<p>
+First, update your Portage tree (<c>emerge --sync</c>), then see what Xfce
+updates are available (<c>emerge -pvtuD world</c>).
+</p>
+
+<p>
+You'll notice that there will be a list of packages that block upgrading, as
+most 4.2 packages cannot coexist with 4.4 packages. Here, the solution is pretty
+straightforward: just unmerge the blocking packages, as described in the <uri
+link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=1">Portage
+Handbook</uri> and <c>man emerge</c>, then continue with the update.
+</p>
+
+<p>
+Next, you may need to rebuild certain packages, such as applications linked
+against <c>dbus</c>. You'll need to first install <c>gentoolkit</c> for this.
+Then, once <c>gentoolkit</c> is installed, run:
+</p>
+
+<pre caption="Rebuilding packages">
+# <i>revdep-rebuild -p</i>
+<comment>(If you see any output about broken packages, run this next command)</comment>
+# <i>revdep-rebuild</i>
+</pre>
+
+<note>
+For more information, please read <c>man revdep-rebuild</c> and our <uri
+link="/doc/en/gentoolkit.xml">Gentoolkit Guide</uri>.
+</note>
+
+<p>
+Once the rebuild has finished, run <c>revdep-rebuild -p</c> again, just to make
+sure you have a clean and consistent world. If anything still shows up, keep
+repeating <c>revdep-rebuild -p</c> and <c>revdep-rebuild</c> until there's no
+more output about broken packages. Most Xfce update problems stem from
+<c>dbus</c> issues, as Xfce uses <c>dbus</c> quite extensively.
+</p>
+
+<p>
+Next, restart <c>dbus</c> and/or <c>hal</c>.
+</p>
+
+<pre caption="Restarting dbus and hal">
+# <i>/etc/init.d/dbus restart</i>
+# <i>/etc/init.d/hald restart</i>
+</pre>
+
+<p>
+Finally, give yourself a fresh environment.
+</p>
+
+<pre caption="Updating the environment variables">
+# <i>env-update &amp;&amp; source /etc/profile</i>
+</pre>
+
+</body>
+</section>
+<section>
+<title>Settings</title>
+<body>
+
+<p>
+Make sure you familiarize yourself with all the new options available in the new
+Settings Manager. Of interest are the options in the Desktop screen; Xfce can
+now manage your desktop and place icons on it.
+</p>
+
+<p>
+There's also a Window Manager Tweaks screen, in which you can adjust the
+behavior of windows, workspaces, and transparency (if enabled).
+</p>
+
+<p>
+Be sure to read the <uri link="http://www.xfce.org/documentation/">Xfce
+Documentation</uri> and take the <uri link="http://www.xfce.org/about/tour">Xfce
+Tour</uri> to learn more about 4.4 and how to configure it.
+</p>
+
+</body>
+</section>
+</chapter>
+
 <chapter>
 <title>Summary</title>
 <section>
@@ -546,19 +630,15 @@
 
 <p>
 Need additional help on configuring and using Xfce? Need more lightweight
-application suggestions? Try asking the folks in:
+application suggestions? Try checking out:
 </p>
 
 <ul>
   <li><uri link="http://forums.gentoo.org">The Gentoo forums</uri></li>
   <li>#xfce on irc.freenode.net</li>
+  <li><uri link="http://www.xfce.org">Xfce's home page</uri></li>
 </ul>
 
-<p>
-Finally, Gentoo's Xfce team is responsible for making Xfce available in Portage.
-Send comments, thanks, and suggestions to <mail>xfce@gentoo.org</mail>.
-</p>
-
 </body>
 </section>
 </chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-03-11 12:45 Xavier Neys
  0 siblings, 0 replies; 16+ messages in thread
From: Xavier Neys @ 2007-03-11 12:45 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       07/03/11 12:45:43

  Modified:             xfce-config.xml
  Log:
  Fixed $Header$

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.4&r2=1.5

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce-config.xml	11 Mar 2007 09:14:51 -0000	1.4
+++ xfce-config.xml	11 Mar 2007 12:45:43 -0000	1.5
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.5 2007/03/11 12:45:43 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-03-15  6:19 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-03-15  6:19 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/03/15 06:19:43

  Modified:             xfce-config.xml
  Log:
  added a bit on focus stealing prevention, thanks to nichoj and kingtaco for experimenting

Revision  Changes    Path
1.6                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.5&r2=1.6

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce-config.xml	11 Mar 2007 12:45:43 -0000	1.5
+++ xfce-config.xml	15 Mar 2007 06:19:43 -0000	1.6
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.5 2007/03/11 12:45:43 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.6 2007/03/15 06:19:43 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
-<date>2007-03-11</date>
+<version>1.4</version>
+<date>2007-03-14</date>
 
 <chapter>
 <title>Introduction</title>
@@ -598,7 +598,12 @@
 
 <p>
 There's also a Window Manager Tweaks screen, in which you can adjust the
-behavior of windows, workspaces, and transparency (if enabled).
+behavior of windows, workspaces, and transparency (if enabled). Xfce 4.4 has
+slightly changed the default behavior of workspaces and active window focus. If
+you find that clicking a hyperlink in one workspace switches your browser to
+that workspace from another one (or similar annoying window focus behavior), try
+Settings --> Window Manager Tweaks --> Focus --> Activate Focus Stealing
+Prevention.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-05-22  6:09 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-05-22  6:09 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/22 06:09:44

  Modified:             xfce-config.xml
  Log:
  pointed users to the actual documentation location, after some discoveries i made that were pointed out to me on IRC. thanks to drac for suggesting.

Revision  Changes    Path
1.7                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.6&r2=1.7

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce-config.xml	15 Mar 2007 06:19:43 -0000	1.6
+++ xfce-config.xml	22 May 2007 06:09:44 -0000	1.7
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.6 2007/03/15 06:19:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.7 2007/05/22 06:09:44 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.4</version>
-<date>2007-03-14</date>
+<version>1.5</version>
+<date>2007-05-21</date>
 
 <chapter>
 <title>Introduction</title>
@@ -641,6 +641,12 @@
 <ul>
   <li><uri link="http://forums.gentoo.org">The Gentoo forums</uri></li>
   <li>#xfce on irc.freenode.net</li>
+  <li>
+    The installed help files and other documentation provided by Xfce:
+    <path>/usr/share/xfce4/doc/C/index.html</path>. Just point your browser at
+    it and start reading. There are even a lot of "hidden" configuration options
+    detailed in the help files.
+  </li>
   <li><uri link="http://www.xfce.org">Xfce's home page</uri></li>
 </ul>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-07-21 18:27 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-07-21 18:27 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/07/21 18:27:42

  Modified:             xfce-config.xml
  Log:
  added note about following xorg-config as requested by drac on IRC

Revision  Changes    Path
1.8                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.7&r2=1.8

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce-config.xml	22 May 2007 06:09:44 -0000	1.7
+++ xfce-config.xml	21 Jul 2007 18:27:42 -0000	1.8
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.7 2007/05/22 06:09:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.8 2007/07/21 18:27:42 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.5</version>
-<date>2007-05-21</date>
+<version>1.6</version>
+<date>2007-07-21</date>
 
 <chapter>
 <title>Introduction</title>
@@ -66,6 +66,11 @@
 <body>
 
 <p>
+First, make sure you've setup Xorg as shown in the <uri
+link="/doc/en/xorg-config.xml">X Server Configuration Howto</uri>.
+</p>
+
+<p>
 Before we install our fully-functional yet minimal desktop, let's take a moment
 to review the basic packages we'll be emerging.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-09-23  2:57 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-09-23  2:57 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/09/23 02:57:38

  Modified:             xfce-config.xml
  Log:
  sylpheed-claws has been masked for removal

Revision  Changes    Path
1.9                  xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.8&r2=1.9

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce-config.xml	21 Jul 2007 18:27:42 -0000	1.8
+++ xfce-config.xml	23 Sep 2007 02:57:38 -0000	1.9
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.8 2007/07/21 18:27:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.9 2007/09/23 02:57:38 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.6</version>
-<date>2007-07-21</date>
+<version>1.7</version>
+<date>2007-09-22</date>
 
 <chapter>
 <title>Introduction</title>
@@ -344,8 +344,7 @@
 
 <p>
 Need a nice email client/newsreader that isn't as demanding as
-<c>mozilla-thunderbird</c> or <c>evolution</c>? Try emerging
-<c>sylpheed-claws</c> or <c>claws-mail</c>.
+<c>mozilla-thunderbird</c> or <c>evolution</c>? Try emerging <c>claws-mail</c>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-09-23  3:28 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-09-23  3:28 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/09/23 03:28:08

  Modified:             xfce-config.xml
  Log:
  gaim is being deprecated in favor of pidgin, its renamed, up-to-date replacement

Revision  Changes    Path
1.10                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.9&r2=1.10

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce-config.xml	23 Sep 2007 02:57:38 -0000	1.9
+++ xfce-config.xml	23 Sep 2007 03:28:08 -0000	1.10
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.9 2007/09/23 02:57:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.10 2007/09/23 03:28:08 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -21,7 +21,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.7</version>
+<version>1.8</version>
 <date>2007-09-22</date>
 
 <chapter>
@@ -351,7 +351,7 @@
 For your internet chat needs, <c>irssi</c> is an excellent, tiny, incredibly
 configurable IRC client that runs in your terminal. If you prefer a compact
 all-in-one client that handles nearly all chat protocols, you may want to
-<c>emerge gaim</c>.
+<c>emerge pidgin</c>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-10-03 19:58 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-10-03 19:58 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/10/03 19:58:17

  Modified:             xfce-config.xml
  Log:
  whitespace, no cntent change

Revision  Changes    Path
1.11                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.10&r2=1.11

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce-config.xml	23 Sep 2007 03:28:08 -0000	1.10
+++ xfce-config.xml	3 Oct 2007 19:58:17 -0000	1.11
@@ -1,11 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>
-
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.10 2007/09/23 03:28:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.11 2007/10/03 19:58:17 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/xfce-config.xml">
-
 <title>The Xfce Configuration Guide</title>
 
 <author title="Author">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-10-03 20:12 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-10-03 20:12 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/10/03 20:12:24

  Modified:             xfce-config.xml
  Log:
  added xscreensaver USE flag to pull it in, so removed explicit emerge instructions

Revision  Changes    Path
1.12                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.11&r2=1.12

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xfce-config.xml	3 Oct 2007 19:58:17 -0000	1.11
+++ xfce-config.xml	3 Oct 2007 20:12:24 -0000	1.12
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.11 2007/10/03 19:58:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.12 2007/10/03 20:12:24 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -19,8 +19,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.8</version>
-<date>2007-09-22</date>
+<version>1.9</version>
+<date>2007-10-03</date>
 
 <chapter>
 <title>Introduction</title>
@@ -69,33 +69,9 @@
 </p>
 
 <p>
-Before we install our fully-functional yet minimal desktop, let's take a moment
-to review the basic packages we'll be emerging.
-</p>
-
-<table>
-<tr>
-  <th>Name</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <ti>xfce4</ti>
-  <ti>The base Xfce desktop environment</ti>
-</tr>
-<tr>
-  <ti>xscreensaver</ti>
-  <ti>
-    A screensaver with powersaving features and the ability to lock the screen
-    for security
-  </ti>
-</tr>
-</table>
-
-<p>
-You're free to install any other packages you wish, but for now, we'll stick
-with these suggestions for a fast, minimal working environment. Double check
-your USE flags in <path>/etc/make.conf</path>; you'll probably at least want
-<c>USE="dbus -gnome hal startup-notification"</c>.
+Next, double-check your USE flags in <path>/etc/make.conf</path>; you'll
+probably at least want <c>USE="dbus -gnome hal startup-notification
+xscreensaver"</c>.
 </p>
 
 <p>
@@ -103,7 +79,7 @@
 </p>
 
 <pre caption="Installing Xfce">
-# <i>emerge -avt xfce4 xscreensaver</i>
+# <i>emerge -avt xfce4</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-10-18 18:32 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-10-18 18:32 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/10/18 18:32:44

  Modified:             xfce-config.xml
  Log:
  more guidexml coding style changes as per xml-guide.xml, no content change. (i'm really doing a lot of these today, aren\'t i\?)

Revision  Changes    Path
1.13                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.12&r2=1.13

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xfce-config.xml	3 Oct 2007 20:12:24 -0000	1.12
+++ xfce-config.xml	18 Oct 2007 18:32:44 -0000	1.13
@@ -1,7 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.12 2007/10/03 20:12:24 nightmorph Exp $ -->
-
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.13 2007/10/18 18:32:44 nightmorph Exp $ -->
 
 <guide link="/doc/en/xfce-config.xml">
 <title>The Xfce Configuration Guide</title>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-11-14  6:41 Josh Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-11-14  6:41 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/11/14 06:41:21

  Modified:             xfce-config.xml
  Log:
  better USE flag additions

Revision  Changes    Path
1.14                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.13&r2=1.14

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfce-config.xml	18 Oct 2007 18:32:44 -0000	1.13
+++ xfce-config.xml	14 Nov 2007 06:41:21 -0000	1.14
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.13 2007/10/18 18:32:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.14 2007/11/14 06:41:21 nightmorph Exp $ -->
 
 <guide link="/doc/en/xfce-config.xml">
 <title>The Xfce Configuration Guide</title>
@@ -18,8 +18,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.9</version>
-<date>2007-10-03</date>
+<version>1.10</version>
+<date>2007-11-13</date>
 
 <chapter>
 <title>Introduction</title>
@@ -69,8 +69,7 @@
 
 <p>
 Next, double-check your USE flags in <path>/etc/make.conf</path>; you'll
-probably at least want <c>USE="dbus -gnome hal startup-notification
-xscreensaver"</c>.
+probably at least want <c>USE="-gnome -kde -qt3 -qt4 X dbus hal startup-notification xscreensaver"</c>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2007-12-30 11:23 Joshua Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Joshua Saddler @ 2007-12-30 11:23 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/12/30 11:23:41

  Modified:             xfce-config.xml
  Log:
  removed 4.2 to 4.4 upgrade section. 4.2 has been gone from the tree for months. some parts of it may be relevant in the future in case of a major ABI/API break from some Xfce point release, if so then that's what CVS history is for, right?

Revision  Changes    Path
1.15                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.14&r2=1.15

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xfce-config.xml	14 Nov 2007 06:41:21 -0000	1.14
+++ xfce-config.xml	30 Dec 2007 11:23:41 -0000	1.15
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.14 2007/11/14 06:41:21 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.15 2007/12/30 11:23:41 nightmorph Exp $ -->
 
 <guide link="/doc/en/xfce-config.xml">
 <title>The Xfce Configuration Guide</title>
@@ -18,8 +18,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.10</version>
-<date>2007-11-13</date>
+<version>1.11</version>
+<date>2007-12-30</date>
 
 <chapter>
 <title>Introduction</title>
@@ -47,11 +47,6 @@
 keeping with the Xfce philosophy: light, fast, and modular.
 </p>
 
-<p>
-Additionally, this guide will show you how to <uri link="#upgrade">upgrade</uri>
-from version 4.2 to 4.4.
-</p>
-
 </body>
 </section>
 </chapter>
@@ -493,105 +488,6 @@
 </section>
 </chapter>
 
-<chapter id="upgrade">
-<title>Upgrading</title>
-<section>
-<title>Upgrading from 4.2 to 4.4</title>
-<body>
-
-<p>
-Upgrading from Xfce 4.2 to 4.4 isn't hard, but neither is it as simple as most
-upgrades. With the release of 4.4, many older packages are either deprecated, or
-their functionality has been included into the desktop in some other manner.
-</p>
-
-<p>
-First, update your Portage tree (<c>emerge --sync</c>), then see what Xfce
-updates are available (<c>emerge -pvtuD world</c>).
-</p>
-
-<p>
-You'll notice that there will be a list of packages that block upgrading, as
-most 4.2 packages cannot coexist with 4.4 packages. Here, the solution is pretty
-straightforward: just unmerge the blocking packages, as described in the <uri
-link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=1">Portage
-Handbook</uri> and <c>man emerge</c>, then continue with the update.
-</p>
-
-<p>
-Next, you may need to rebuild certain packages, such as applications linked
-against <c>dbus</c>. You'll need to first install <c>gentoolkit</c> for this.
-Then, once <c>gentoolkit</c> is installed, run:
-</p>
-
-<pre caption="Rebuilding packages">
-# <i>revdep-rebuild -p</i>
-<comment>(If you see any output about broken packages, run this next command)</comment>
-# <i>revdep-rebuild</i>
-</pre>
-
-<note>
-For more information, please read <c>man revdep-rebuild</c> and our <uri
-link="/doc/en/gentoolkit.xml">Gentoolkit Guide</uri>.
-</note>
-
-<p>
-Once the rebuild has finished, run <c>revdep-rebuild -p</c> again, just to make
-sure you have a clean and consistent world. If anything still shows up, keep
-repeating <c>revdep-rebuild -p</c> and <c>revdep-rebuild</c> until there's no
-more output about broken packages. Most Xfce update problems stem from
-<c>dbus</c> issues, as Xfce uses <c>dbus</c> quite extensively.
-</p>
-
-<p>
-Next, restart <c>dbus</c> and/or <c>hal</c>.
-</p>
-
-<pre caption="Restarting dbus and hal">
-# <i>/etc/init.d/dbus restart</i>
-# <i>/etc/init.d/hald restart</i>
-</pre>
-
-<p>
-Finally, give yourself a fresh environment.
-</p>
-
-<pre caption="Updating the environment variables">
-# <i>env-update &amp;&amp; source /etc/profile</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Settings</title>
-<body>
-
-<p>
-Make sure you familiarize yourself with all the new options available in the new
-Settings Manager. Of interest are the options in the Desktop screen; Xfce can
-now manage your desktop and place icons on it.
-</p>
-
-<p>
-There's also a Window Manager Tweaks screen, in which you can adjust the
-behavior of windows, workspaces, and transparency (if enabled). Xfce 4.4 has
-slightly changed the default behavior of workspaces and active window focus. If
-you find that clicking a hyperlink in one workspace switches your browser to
-that workspace from another one (or similar annoying window focus behavior), try
-Settings --> Window Manager Tweaks --> Focus --> Activate Focus Stealing
-Prevention.
-</p>
-
-<p>
-Be sure to read the <uri link="http://www.xfce.org/documentation/">Xfce
-Documentation</uri> and take the <uri link="http://www.xfce.org/about/tour">Xfce
-Tour</uri> to learn more about 4.4 and how to configure it.
-</p>
-
-</body>
-</section>
-</chapter>
-
 <chapter>
 <title>Summary</title>
 <section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2008-02-24  8:36 Joshua Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Joshua Saddler @ 2008-02-24  8:36 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/02/24 08:36:44

  Modified:             xfce-config.xml
  Log:
  punt GDM and its numerous gnome dependencies in favor of the much more appropriate lightweight SLiM (Simple Login Manager)

Revision  Changes    Path
1.16                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.15&r2=1.16

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xfce-config.xml	30 Dec 2007 11:23:41 -0000	1.15
+++ xfce-config.xml	24 Feb 2008 08:36:44 -0000	1.16
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.15 2007/12/30 11:23:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.16 2008/02/24 08:36:44 nightmorph Exp $ -->
 
 <guide link="/doc/en/xfce-config.xml">
 <title>The Xfce Configuration Guide</title>
@@ -18,8 +18,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.11</version>
-<date>2007-12-30</date>
+<version>1.12</version>
+<date>2008-02-24</date>
 
 <chapter>
 <title>Introduction</title>
@@ -374,17 +374,17 @@
 <p>
 We aren't quite finished yet. We have to pick a display manager and set the
 appropriate variable. Though there are a few choices available in Portage, for
-this guide, we'll stick with two display manager options: <c>xdm</c> and
-<c>gdm</c>.
+this guide, we'll stick with <uri link="http://slim.berlios.de">SLiM</uri>, the
+Simple Login Manager.
 </p>
 
 <p>
-<c>xdm</c> is speedy and lightweight, but it isn't pretty, and isn't really
-customizable. If you'd like to use it, first <c>emerge</c> it:
+<c>slim</c> is speedy and lightweight, with minimal dependencies. Perfect for
+Xfce!
 </p>
 
-<pre caption="Installing XDM">
-# <i>emerge -avt xdm</i>
+<pre caption="Installing SLiM">
+# <i>emerge -avt slim</i>
 </pre>
 
 <p>
@@ -392,34 +392,14 @@
 </p>
 
 <pre caption="Editing /etc/conf.d/xdm">
-DISPLAYMANAGER="xdm"
+DISPLAYMANAGER="slim"
 </pre>
 
 <p>
-<c>xdm</c> can automatically start your Xfce session if you add XSESSION="Xfce4"
-to <path>/etc/rc.conf</path>.
+SLiM can automatically start your Xfce session if you add
+<c>XSESSION="Xfce4"</c> to <path>/etc/rc.conf</path>.
 </p>
 
-<p>
-While you can choose to stick with (the rather ugly) <c>xdm</c>, why not try
-<c>gdm</c> instead? It's far more configurable, and much, much prettier. First,
-let's <c>emerge</c> it. Note that though it has a few dependencies, they're
-small, and they're not as nearly as numerous as other display managers.
-</p>
-
-<pre caption="Installing GDM">
-# <i>emerge -avt gdm</i>
-</pre>
-
-<p>
-Next, change the DISPLAYMANAGER variable to use <c>gdm</c> instead of
-<c>xdm</c>:
-</p>
-
-<pre caption="Editing /etc/conf.d/xdm">
-DISPLAYMANAGER="gdm"
-</pre>
-
 </body>
 </section>
 <section>
@@ -448,16 +428,11 @@
 </p>
 
 <p>
-If you installed GDM as your display manager, take a look at the many GDM themes
-available on <uri link="http://www.gnome-look.org">Gnome-Look</uri>. To install
-them, you can either unpack and move them to
-<path>/usr/share/gdm/themes/</path> on the command line, or you can run
-<c>gdmsetup</c> as <b>root</b> and drag'n'drop the archive into the GDM window.
-There are some <uri
-link="http://gnome-look.org/content/show.php?content=45575">very nice</uri>
-Gentoo <uri
-link="http://gnome-look.org/content/show.php?content=20071">themes</uri>
-available.
+If you installed SLiM as your display manager, there are lots of themes in the
+<c>slim-themes</c> package available in Portage. Also, be sure to check the SLiM
+<uri link="http://slim.berlios.de/themes01.php">themes page</uri> for more
+themes. Creating your own SLiM theme is fairly easy; just read the <uri
+link="http://slim.berlios.de/themes_howto.php">Themes HowTo</uri>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-doc-cvs] cvs commit: xfce-config.xml
@ 2008-02-24  9:17 Joshua Saddler
  0 siblings, 0 replies; 16+ messages in thread
From: Joshua Saddler @ 2008-02-24  9:17 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/02/24 09:17:47

  Modified:             xfce-config.xml
  Log:
  upon further reflection, abiword does not need its own code listing. instead i trimmed it down and briefly mentioned abiword-plugins.

Revision  Changes    Path
1.17                 xml/htdocs/doc/en/xfce-config.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.16&r2=1.17

Index: xfce-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xfce-config.xml	24 Feb 2008 08:36:44 -0000	1.16
+++ xfce-config.xml	24 Feb 2008 09:17:47 -0000	1.17
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.16 2008/02/24 08:36:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.17 2008/02/24 09:17:47 nightmorph Exp $ -->
 
 <guide link="/doc/en/xfce-config.xml">
 <title>The Xfce Configuration Guide</title>
@@ -18,7 +18,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.12</version>
+<version>1.13</version>
 <date>2008-02-24</date>
 
 <chapter>
@@ -299,16 +299,13 @@
 </p>
 
 <p>
-Though <c>mousepad</c> is nice enough, if you need a full-featured word
-processor but don't want the bloat of OpenOffice, try emerging <c>abiword</c>.
-<uri link="http://www.abisource.com">AbiWord</uri> is lighter, faster, and is
-completely interoperable with industry-standard document types.
+Though <c>mousepad</c> is nice enough as a quick text editor, if you need a
+full-featured word processor but don't want the bloat of OpenOffice, try
+emerging <c>abiword</c>.  <uri link="http://www.abisource.com">AbiWord</uri> is
+lighter, faster, and is completely interoperable with industry-standard document
+types. It can also be further extended with <c>abiword-plugins</c>.
 </p>
 
-<pre caption="Adding a word processor">
-# <i>emerge -avt abiword</i>
-</pre>
-
 <p>
 Need a nice email client/newsreader that isn't as demanding as
 <c>mozilla-thunderbird</c> or <c>evolution</c>? Try emerging <c>claws-mail</c>.



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-02-24  9:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-18 21:54 [gentoo-doc-cvs] cvs commit: xfce-config.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2008-02-24  9:17 Joshua Saddler
2008-02-24  8:36 Joshua Saddler
2007-12-30 11:23 Joshua Saddler
2007-11-14  6:41 Josh Saddler
2007-10-18 18:32 Josh Saddler
2007-10-03 20:12 Josh Saddler
2007-10-03 19:58 Josh Saddler
2007-09-23  3:28 Josh Saddler
2007-09-23  2:57 Josh Saddler
2007-07-21 18:27 Josh Saddler
2007-05-22  6:09 Josh Saddler
2007-03-15  6:19 Josh Saddler
2007-03-11 12:45 Xavier Neys
2007-03-11  9:14 Josh Saddler
2007-01-27  1:36 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox