From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LYThO-0004AK-19 for garchives@archives.gentoo.org; Sat, 14 Feb 2009 23:13:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93AEEE0230; Sat, 14 Feb 2009 23:13:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D11CE0230 for ; Sat, 14 Feb 2009 23:13:24 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 237FCB4BBF for ; Sat, 14 Feb 2009 23:13:24 +0000 (UTC) Received: from jmbsvicetto by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LYThL-00019S-IN for gentoo-commits@lists.gentoo.org; Sat, 14 Feb 2009 23:13:23 +0000 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jmbsvicetto@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml X-VCS-Repository: gentoo X-VCS-Files: kde4-guide.xml X-VCS-Directories: xml/htdocs/proj/en/desktop/kde X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Jorge Manuel B. S. Vicetto" Date: Sat, 14 Feb 2009 23:13:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 740b21ce-f3dc-4acc-be1e-9190cefb267f X-Archives-Hash: 24132cf066d2d17fd508d46a2cd0c75c jmbsvicetto 09/02/14 23:13:23 Modified: kde4-guide.xml Log: Added 2 sections about akonadi and battery applet / solid notifications= issues. Revision Changes Path 1.19 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?r1=3D1.18&r2=3D1.19 Index: kde4-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.x= ml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- kde4-guide.xml 14 Feb 2009 20:25:32 -0000 1.18 +++ kde4-guide.xml 14 Feb 2009 23:13:23 -0000 1.19 @@ -1,6 +1,6 @@ - + =20 Gentoo KDE 4.X Guide @@ -503,6 +503,49 @@ =20 + +
+Akonadi complains about the mysql config + + +

+Start by checking the permissions in /usr/share/config. If they're 700, = you need +to update them to 755. +

+
+# ls -l /usr/share/config
+# chmod 755 /usr/share/config
+
+

+If that doesn't solve the error, you need to open the akonadi configurat= ion and +change the default mysql config. If you don't have the tray running, sta= rt +akonaditray, select "Akonadi Server Configuration", activate "Us= e internal +MySQL server" and then press the test button. +If you want to use the mysql server and not the embbeded executable, you= 'll need to +ensure that mysql is running. +

+ + +
+ +
+The battery applet or solid notifications don't show the relevant= info + + +

+So that the battery applet or other solid notifications can show the rel= evant info, +you need dbus and hald running. +

+
+# /etc/init.d/dbus status
+# /etc/init.d/hald status
+# /etc/init.d/dbus start
+# /etc/init.d/hald start
+
+ + +
+ Uninstalling KDE 4.X