swift 05/12/21 19:09:13 Modified: xml/htdocs/doc/en kde-config.xml Log: Do not promote use of ~arch packages, tx to François Bissey for noticing
Revision Changes Path 1.17 +8 -5 xml/htdocs/doc/en/kde-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo Index: kde-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- kde-config.xml 30 Nov 2005 10:28:25 -0000 1.16 +++ kde-config.xml 21 Dec 2005 19:09:13 -0000 1.17 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.16 2005/11/30 10:28:25 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.17 2005/12/21 19:09:13 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.11</version> -<date>2005-11-30</date> +<version>1.12</version> +<date>2005-12-21</date> <chapter> <title>What is the K Desktop Environment?</title> @@ -672,17 +672,20 @@ <title>Setup KDE to Mount Devices</title> <body> +<!-- TODO add pmount package when pmount is in arch. + Also, add pmount to the default runlevel --> + <p> KDE gives you the power to mount devices such as CDROMs or USB sticks through a single click in a graphical interface. To accomplish this goal you need to have KDE compiled with <c>hal</c> in your USE variable and to have -<c>dbus</c>, <c>hal</c> and <c>pmount</c> installed on your system. You should +<c>dbus</c> and <c>hal</c> installed on your system. You should also add <c>dbus</c> and <c>hal</c> to the default runlevel and add yourself to the <c>plugdev</c> group. </p> <pre caption="Setup device mounting"> -# <i>emerge --noreplace dbus hal pmount</i> +# <i>emerge --noreplace dbus hal</i> # <i>rc-update add dbus default</i> # <i>rc-update add hald default</i> <comment>Add <user> to the plugdev group</comment> -- [email protected] mailing list
