public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber (johu)" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
Date: Sun, 26 Aug 2012 17:36:22 +0000 (UTC)	[thread overview]
Message-ID: <20120826173622.A6EFB20813@flycatcher.gentoo.org> (raw)

johu        12/08/26 17:36:22

  Modified:             kde4-guide.xml
  Log:
  Remove hints and troubleshooting section from the guide. Was moved to the wiki, thanks to astaecker.

Revision  Changes    Path
1.104                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.103&r2=1.104

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- kde4-guide.xml	22 Aug 2012 22:23:53 -0000	1.103
+++ kde4-guide.xml	26 Aug 2012 17:36:22 -0000	1.104
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.103 2012/08/22 22:23:53 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.104 2012/08/26 17:36:22 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.21</version>
-<date>2012-08-22</date>
+<version>3.22</version>
+<date>2012-08-26</date>
 
 <chapter>
 <title>KDE SC 4</title>
@@ -48,6 +48,11 @@
 <title>Introduction</title>
 <body>
 
+<note>
+Visit the <uri link="http://wiki.gentoo.org/wiki/KDE">wiki</uri> for more
+information.  
+</note>
+
 <p>
 KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
@@ -602,236 +607,6 @@
 </chapter>
 
 <chapter>
-<title>Hints and Troubleshooting</title>
-<section>
-<title>Get rid of the KResource Migration Tool popup</title>
-<body>
-
-<p>
-There have been reports that the KResource Migration Tool
-pops up on every login. There is no proper solution yet for
-this, but you can see a workaround in <uri
-link="https://bugs.gentoo.org/353200">bug 353200</uri>.
-</p>
-
-</body>
-</section>
-<section>
-<title>Rebuilding the application database</title>
-<body>
-
-<p>
-If your KMenu lacks any application or the whole application list,
-you probably need to rebuild the KDE application database. It is also
-a possible fix for any KMenu related issues, like missing icons.
-</p>
-
-<pre caption="kbuildsycoca command">
-# <i>kbuildsycoca4 --noincremental</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Make GTK applications look like Qt 4 ones</title>
-<body>
-
-<p>
-There are two themes available which look the same under both toolkits (GTK/Gnome
-and Qt/KDE): "QtCurve" is provided via packages <c>gtk-engines-qtcurve</c>
-and <c>x11-themes/qtcurve-qt4</c>, "Oxygen" is part of KDE 4.x, its GTK
-counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
-KDE themes can be configured via KDE's System Settings under "Appearance" in
-tab "Style". In order to configure the theme of GTK applications from within
-KDE's System Settings, install <c>kde-misc/kde-gtk-config</c> to get a new tab 
-"Gtk Config" under "Appearance".
-</p>
-
-</body>
-</section>
-<section>
-<title>Akonadi complains about the MySQL config</title>
-<body>
-
-<p>
-Start by checking the permissions in <path>/usr/share/config</path> and
-<path>/usr/share/kde4</path>. If they're 700, you need to update them to 755
-recursively.
-</p>
-
-<pre caption="Updating /usr/share/config permissions">
-# <i>chmod -R 755 /usr/share/{config,kde4}</i>
-</pre>
-
-<p>
-If that doesn't solve the error, you need to open the akonadi configuration and
-change the default mysql config. If you don't have the tray running, start
-<c>akonaditray</c>, select "Akonadi Server Configuration", activate  "Use
-internal MySQL server" and then press the test button.  If you want to use the
-mysql server and not the embedded executable, you'll need to ensure that mysql
-is running.
-</p>
-
-</body>
-</section>
-<section>
-<title>Make KDE start on boot</title>
-<body>
-
-<p>
-There are two ways to make KDE start on boot. The easiest way is by using the KDM,
-which is available at <c>kde-base/kdm</c>. First we edit the Xorg Configuration file,
-so that DISPLAYMANAGER is set to "kdm":
-</p>
-
-<pre caption="Editing /etc/conf.d/xdm">
-# What display manager do you use ?  [ xdm | gdm | kdm | kdm-4.3 | gpe | entran$
-# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
-#
-# KDE-specific note:
-# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
-#     You can find possible versions by looking at the directories in /usr/kde/.
-# - Else, if you are using KDE 3 enter "kdm-3.5"
-# - Else, if you are using KDE 4 enter "kdm" without a version
-DISPLAYMANAGER="kdm"
-</pre>
-
-<p>
-Next step is to add xdm to default runlevel:
-</p>
-
-<pre caption="Adding xdm to the default runlevel">
-# <i>rc-update add xdm default</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Fonts suggestions</title>
-<body>
-
-<p>
-If you click to view the menu and notice that there is nothing legible, you need
-to install some fonts. Some common choices are <c>media-fonts/corefonts</c>,
-<c>media-fonts/ttf-bitstream-vera</c> and <c>media-fonts/dejavu</c>.
-</p>
-
-</body>
-</section>
-<section>
-<title>KDM fails to start</title>
-<body>
-
-<p>
-Start by checking the permissions in /usr/share/config. If they're 700, you need
-to update them to 755.  Check previous section.  If that doesn't solve the
-error, check the following notice in the kdm ebuild:
-</p>
-
-<pre caption="kdm notice">
-If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
-server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
-line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.3.1/CONTENTS | cut -f2 -d " ""
-and be sure to increase the timeout - 60 should work
-</pre>
-
-<p>
-Also be sure that the following services are started:
-</p>
-
-<pre caption="checking and starting services">
-# <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/consolekit status</i>
-</pre>
-
-<p>
-If not, enable them by replacing <c>status</c> with <c>start</c>, and use the
-command <c>rc-update add dbus default</c> for every one of them to add them to
-default runlevel.
-</p>
-
-<p>
-Finally, KDM could fail due to errors in <path>/etc/X11/xorg.conf</path>. Take a
-look in your logs: <path>/var/log/Xorg.0.log</path> and
-<path>/var/log/kdm.log</path> and fix <path>xorg.conf</path> accordingly.  For
-additional help you can find us in IRC (#gentoo-kde at Freenode).
-</p>
-
-</body>
-</section>
-<section>
-<title>The battery applet or solid notifications don't show the relevant info</title>
-<body>
-
-<p>
-So that the battery applet or other solid notifications can show the relevant
-info, you need dbus and consolekit running.
-</p>
-
-<pre caption="checking and starting dbus and consolekit">
-# <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/dbus start</i>
-# <i>/etc/init.d/consolekit status</i>
-# <i>/etc/init.d/consolekit start</i>
-</pre>
-
-</body>
-</section>
-
-<section>
-<title>Double-hibernate or crashes after hibernate (bug 363363)</title>
-<body>
-
-<p>
-KDE 4.6 handles "sleep button" events on its own, and the system correctly
-hibernates. If you have manually set up any other programs to handle these events (e.g. 
-acpid), please disable that, as you may otherwise get double hibernation and/or
-system instability.
-</p>
-</body>
-</section>
-
-<section>
-<title>Shutdown, reboot, logout does not work (bug 326393)</title>
-<body>
-
-<p>
-There is some strange interaction between the sound system and the logout mechanism
-going on. Open systemsettings, and disable the "logout sound". Afterwards, 
-logging out will likely work.
-</p>
-</body>
-</section>
-
-<section>
-<title>The desktop background covers all windows (bug 365623)</title>
-<body>
-
-<p>
-In rare cases, after working with several screens the desktop settings are not cleaned
-up properly. The result is that the desktop background seems to cover all windows.
-More details plus some manual workarounds can be found in <uri link="https://bugs.kde.org/show_bug.cgi?id=260360">this
-KDE bug report</uri>.
-</p>
-</body>
-</section>
-
-
-<section>
-<title>No login possible, hangs at splash screen (bug 365637)</title>
-<body>
-
-<p>
-If you have been playing with unstable Gnome stuff (naughty!) you may encounter
-a so-far unexplained incompatibility. Logging in to KDE fails as soon as 
-net-libs/glib-networking is installed. Unmerge that package and you should be fine.
-</p>
-</body>
-</section>
-
-
-</chapter>
-<chapter>
 <title>Archive</title>
 <section>
 <title>Upgrade from KDE SC 4.4 to 4.6</title>





             reply	other threads:[~2012-08-26 17:36 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-26 17:36 Johannes Huber (johu) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02  9:57 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml Michael Palimaka (kensington)
2012-09-06 11:41 Johannes Huber (johu)
2012-08-30 17:16 Andreas HAttel (dilfridge)
2012-08-30 12:23 Andreas HAttel (dilfridge)
2012-08-22 22:23 Johannes Huber (johu)
2012-08-17 11:16 Johannes Huber (johu)
2012-08-07 13:25 Johannes Huber (johu)
2012-08-07 11:23 Johannes Huber (johu)
2012-08-02 10:50 Johannes Huber (johu)
2012-08-02  0:04 Johannes Huber (johu)
2012-07-11 20:04 Michael Palimaka (kensington)
2012-07-11 20:02 Michael Palimaka (kensington)
2012-06-22 10:07 Johannes Huber (johu)
2012-05-25 19:56 Johannes Huber (johu)
2012-05-11 22:48 Johannes Huber (johu)
2012-05-08 15:52 Johannes Huber (johu)
2012-04-12  7:11 Johannes Huber (johu)
2012-03-23  9:18 Johannes Huber (johu)
2012-03-19  9:41 Johannes Huber (johu)
2012-02-21 13:23 Johannes Huber (johu)
2012-01-25 22:07 Johannes Huber (johu)
2012-01-17 13:40 Johannes Huber (johu)
2012-01-03 14:28 Johannes Huber (johu)
2011-12-21 13:16 Johannes Huber (johu)
2011-12-18 19:48 Andreas HAttel (dilfridge)
2011-12-18 17:45 Johannes Huber (johu)
2011-11-20 18:09 Andreas HAttel (dilfridge)
2011-11-04 22:31 Andreas HAttel (dilfridge)
2011-08-27 16:29 Andreas HAttel (dilfridge)
2011-07-27 13:47 Theo Chatzimichos (tampakrap)
2011-04-22 21:04 Andreas HAttel (dilfridge)
2011-04-10 17:53 Andreas HAttel (dilfridge)
2011-03-07 23:31 Theo Chatzimichos (tampakrap)
2011-02-06  0:05 JosA MarAa Alonso (nimiux)
2011-02-04 16:17 Theo Chatzimichos (tampakrap)
2011-02-01  8:35 Theo Chatzimichos (tampakrap)
2011-02-01  6:24 Theo Chatzimichos (tampakrap)
2011-01-29 15:19 Theo Chatzimichos (tampakrap)
2011-01-29 12:48 Theo Chatzimichos (tampakrap)
2010-12-28  2:03 Theo Chatzimichos (tampakrap)
2010-12-08 16:11 Theo Chatzimichos (tampakrap)
2010-11-27 19:04 Theo Chatzimichos (tampakrap)
2010-11-27 15:16 Theo Chatzimichos (tampakrap)
2010-11-03 19:15 Theo Chatzimichos (tampakrap)
2010-08-16 12:05 Maciej Mrozowski (reavertm)
2010-08-14 14:42 Theo Chatzimichos (tampakrap)
2010-08-14 13:54 Theo Chatzimichos (tampakrap)
2010-06-18 13:43 Alex Alexander (wired)
2010-04-13  9:09 Tomas Chvatal (scarabeus)
2010-04-05 16:28 Dror Levin (spatz)
2010-03-23 13:01 Theo Chatzimichos (tampakrap)
2010-03-03 14:55 Theo Chatzimichos (tampakrap)
2010-03-03 14:53 Theo Chatzimichos (tampakrap)
2010-03-03 14:36 Theo Chatzimichos (tampakrap)
2010-03-03  1:55 Theo Chatzimichos (tampakrap)
2010-03-02 21:50 Theo Chatzimichos (tampakrap)
2010-01-27  3:34 Joshua Saddler (nightmorph)
2010-01-27  0:31 Jonathan Callen (abcd)
2010-01-11  5:02 Joshua Saddler (nightmorph)
2010-01-11  5:01 Joshua Saddler (nightmorph)
2009-11-16 13:29 Tomas Chvatal (scarabeus)
2009-11-13  0:40 Joshua Saddler (nightmorph)
2009-08-07 20:05 Theo Chatzimichos (tampakrap)
2009-08-07 13:36 Theo Chatzimichos (tampakrap)
2009-08-07 13:28 Theo Chatzimichos (tampakrap)
2009-08-07  7:30 Theo Chatzimichos (tampakrap)
2009-08-05 15:07 Theo Chatzimichos (tampakrap)
2009-08-05 14:58 Theo Chatzimichos (tampakrap)
2009-08-05 14:18 Theo Chatzimichos (tampakrap)
2009-07-20  8:02 Alex Alexander (wired)
2009-07-16  8:32 Tomas Chvatal (scarabeus)
2009-07-10  8:22 Theo Chatzimichos (tampakrap)
2009-07-03  0:51 Theo Chatzimichos (tampakrap)
2009-07-01 13:00 Theo Chatzimichos (tampakrap)
2009-07-01 12:01 Theo Chatzimichos (tampakrap)
2009-06-29 23:05 Tomas Chvatal (scarabeus)
2009-06-26 20:40 Theo Chatzimichos (tampakrap)
2009-06-22 17:22 Theo Chatzimichos (tampakrap)
2009-06-22 17:20 Theo Chatzimichos (tampakrap)
2009-06-22 16:58 Tobias Heinlein (keytoaster)
2009-06-20 11:50 Alexey Shvetsov (alexxy)
2009-02-18  2:10 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 23:13 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 20:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 13:19 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 10:52 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:55 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:42 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-11-16 19:25 Tomas Chvatal (scarabeus)
2008-10-27 12:10 Tomas Chvatal (scarabeus)
2008-10-26 14:56 Tomas Chvatal (scarabeus)
2008-10-11 10:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-10 17:16 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-07 19:42 Tobias Heinlein (keytoaster)
2008-10-07 17:47 Tobias Heinlein (keytoaster)
2008-10-07 16:39 Tobias Heinlein (keytoaster)
2008-10-06 11:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-06  3:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120826173622.A6EFB20813@flycatcher.gentoo.org \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox