[Pkg-xfce-commits] r3504 - desktop/trunk/xfce4/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Sep 20 08:11:53 UTC 2009
Author: corsac
Date: 2009-09-20 20:11:53 +0000 (Sun, 20 Sep 2009)
New Revision: 3504
Modified:
desktop/trunk/xfce4/debian/README.Debian
desktop/trunk/xfce4/debian/changelog
Log:
* debian/README:
- rephrase the README, try to be a bit more clear.
Modified: desktop/trunk/xfce4/debian/README.Debian
===================================================================
--- desktop/trunk/xfce4/debian/README.Debian 2009-09-20 20:03:20 UTC (rev 3503)
+++ desktop/trunk/xfce4/debian/README.Debian 2009-09-20 20:11:53 UTC (rev 3504)
@@ -1,18 +1,42 @@
-First steps with Xfce
----------------------
+= First steps with Xfce
+Yves-Alexis Perez <corsac at debian.org>
+$Id$
+== Starting Xfce
+
+=== Using a login manager
+
For those using a login manager (gdm, kdm, ...) simply choosing "Xfce Session"
is enough.
-Users that prefer to start X from the console can use startx or startxfce4
-though the former is preferred in a Debian system as it will run all
-standard X session startup files (don't use a .xinitrc or pass any argument
-to startx)
+=== Console startup
+
+Users that prefer to start X from the console can use startx or startxfce4.
+
+The former is preferred in a Debian system as it will run all
+standard X session startup files (ConsoleKit, gpg-agent, ssh-agent etc.).
+You should not use any .xinitrc or pass any argument to startx (as it'll
+prevent running the Xsession scripts.
+Put:
+
+----
+exec startxfce4
+----
+
+in $HOME/.xsession to have startx run the complete Xfce desktop
+environment.
+
See the relevant manual pages for more information.
+=== More tuning
+
To adjust what is run by startxfce4, you can copy /etc/xdg/xfce4/xinitrc
under your home directory in .config/xfce4/ and then hack it to match your
wishes.
+== Documentation
+
Once you've installed this package, all the documentation will end up in
/usr/share/xfce4/doc/C
+
+// vim: filetype=asciidoc:
Modified: desktop/trunk/xfce4/debian/changelog
===================================================================
--- desktop/trunk/xfce4/debian/changelog 2009-09-20 20:03:20 UTC (rev 3503)
+++ desktop/trunk/xfce4/debian/changelog 2009-09-20 20:11:53 UTC (rev 3504)
@@ -1,3 +1,10 @@
+xfce4 (4.6.1.2) UNRELEASED; urgency=low
+
+ * debian/README:
+ - rephrase the README, try to be a bit more clear.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 20 Sep 2009 22:08:47 +0200
+
xfce4 (4.6.1.1) unstable; urgency=low
* debian/README:
More information about the Pkg-xfce-commits
mailing list