* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-10 18:02 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 18:02 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/10 18:02:00
Added: kde44-46-upgrade.xml
Log:
Added empty document for 44-46 upgrade guide
Revision Changes Path
1.1 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.1&content-type=text/plain
Index: kde44-46-upgrade.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.1 2011/04/10 18:02:00 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
<author title="Author">
<mail link="tampakrap"/>
</author>
<author title="Author">
<mail link="dilfridge"/>
</author>
<abstract>
This page provides some hints how the smooth upgrade from KDE SC 4.4 to KDE SC 4.6
can go even smoother.
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>0.1</version>
<date>2011-04-09</date>
<chapter>
<title>Packages that you should unmerge before upgrade</title>
<section>
<title>General</title>
<body>
<p>
KDE...
</p>
<table>
<tr>
<th>package name (KDE 4.4)</th>
<th>replaced by</th>
<th>remarks</th>
</tr>
<tr>
<ti>?</ti>
<ti>?</ti>
<ti>?</ti>
</tr>
</table>
</body>
</section>
</chapter>
</guide>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-10 18:25 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 18:25 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/10 18:25:05
Modified: kde44-46-upgrade.xml
Log:
Filled in some first information
Revision Changes Path
1.2 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.1&r2=1.2
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde44-46-upgrade.xml 10 Apr 2011 18:02:00 -0000 1.1
+++ kde44-46-upgrade.xml 10 Apr 2011 18:25:05 -0000 1.2
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.1 2011/04/10 18:02:00 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.2 2011/04/10 18:25:05 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
<author title="Author">
- <mail link="tampakrap"/>
-</author>
-<author title="Author">
<mail link="dilfridge"/>
</author>
@@ -25,13 +22,47 @@
<date>2011-04-09</date>
<chapter>
-<title>Packages that you should unmerge before upgrade</title>
+<title>Introduction</title>
+<section>
+<title>About the upgrade</title>
+<body>
+
+<p>
+With the stable KDE upgrade from KDE SC 4.4.5 to KDE SC 4.6.2, an entire major
+release number is skipped. Naturally some functionality has been shifted between
+packages, some has been replaced or deprecated. On the whole, the upgrade should
+go very smooth. This page collects some tips and tricks for the rare cases when
+it does not...
+</p>
+
+</body>
+</section>
+</chapter>
+
+
+<chapter>
+<title>About installed software outside kde-base</title>
<section>
-<title>General</title>
+<title>Packages that you should deselect or unmerge before upgrade</title>
<body>
<p>
-KDE...
+KDE uses some packages outside kde-base for specific services. As an example,
+bluetooth integration was in KDE SC 4.4 provided by net-wireless/kbluetooth.
+KDE SC 4.6 uses the new bluetooth system provided by net-wireless/bluedevil, and
+kbluetooth and bluedevil cannot be installed at the same time. Normally portage
+should resolve this automatically. However, if you have net-wireless/kbluetooth
+in your world file, portage will refuse to unmerge it, blocking the entire upgrade.
+In this case you need to run the following command:
+</p>
+
+<pre caption="Removing net-wireless/kbluetooth from your world file">
+# <i>emerge --deselect net-wireless/kbluetooth</i> <comment>(does not uninstall it yet)</comment>
+</pre>
+
+<p>
+Afterwards portage should do a better job resolving the upgrade. A list of such
+packages is given below.
</p>
<table>
@@ -41,8 +72,41 @@
<th>remarks</th>
</tr>
<tr>
+ <ti>net-wireless/kbluetooth</ti>
+ <ti>net-wireless/bluedevil</ti>
<ti>?</ti>
+ </tr>
+</table>
+
+</body>
+</section>
+
+<section>
+<title>Packages that you should upgrade later on</title>
+<body>
+
+<p>
+Several applications developed for KDE SC 4.4 do not compile properly with KDE SC 4.6
+anymore. In addition, newer application versions may require KDE SC 4.6 for its features
+and do not build with KDE SC 4.4 anymore...
+We try to stabilize newer versions together with KDE SC 4.6 so noone runs into
+these problems; in case of doubts, below is the relevant information for comparison.
+</p>
+
+<table>
+ <tr>
+ <th>package name</th>
+ <th>maximum 4.4 version</th>
+ <th>minimum 4.6 version</th>
+ </tr>
+ <tr>
+ <ti>media-gfx/digikam</ti>
+ <ti>1.2</ti>
<ti>?</ti>
+ </tr>
+ <tr>
+ <ti>media-plugins/kipi-plugins</ti>
+ <ti>1.2</ti>
<ti>?</ti>
</tr>
</table>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-10 20:54 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 20:54 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/10 20:54:41
Modified: kde44-46-upgrade.xml
Log:
A bit more details
Revision Changes Path
1.3 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.2&r2=1.3
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kde44-46-upgrade.xml 10 Apr 2011 18:25:05 -0000 1.2
+++ kde44-46-upgrade.xml 10 Apr 2011 20:54:40 -0000 1.3
@@ -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/kde44-46-upgrade.xml,v 1.2 2011/04/10 18:25:05 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.3 2011/04/10 20:54:40 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -56,8 +56,8 @@
In this case you need to run the following command:
</p>
-<pre caption="Removing net-wireless/kbluetooth from your world file">
-# <i>emerge --deselect net-wireless/kbluetooth</i> <comment>(does not uninstall it yet)</comment>
+<pre caption="Removing (as an example) net-wireless/kbluetooth from your world file">
+# <i>emerge --deselect net-wireless/kbluetooth</i> <comment>(this does not uninstall it yet)</comment>
</pre>
<p>
@@ -67,14 +67,14 @@
<table>
<tr>
- <th>package name (KDE 4.4)</th>
+ <th>package used by KDE 4.4</th>
<th>replaced by</th>
<th>remarks</th>
</tr>
<tr>
<ti>net-wireless/kbluetooth</ti>
<ti>net-wireless/bluedevil</ti>
- <ti>?</ti>
+ <ti>pulled in by bluetooth use flag</ti>
</tr>
</table>
@@ -96,18 +96,23 @@
<table>
<tr>
<th>package name</th>
- <th>maximum 4.4 version</th>
- <th>minimum 4.6 version</th>
+ <th>maximum version for KDE 4.4</th>
+ <th>minimum version for KDE 4.6</th>
</tr>
<tr>
<ti>media-gfx/digikam</ti>
<ti>1.2</ti>
- <ti>?</ti>
+ <ti></ti>
</tr>
<tr>
<ti>media-plugins/kipi-plugins</ti>
<ti>1.2</ti>
- <ti>?</ti>
+ <ti></ti>
+ </tr>
+ <tr>
+ <ti>app-office/koffice-libs</ti>
+ <ti>2.2.2</ti>
+ <ti>2.3.2</ti>
</tr>
</table>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-12 20:57 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-12 20:57 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/12 20:57:46
Modified: kde44-46-upgrade.xml
Log:
Added "after" chapter
Revision Changes Path
1.4 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.3&r2=1.4
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kde44-46-upgrade.xml 10 Apr 2011 20:54:40 -0000 1.3
+++ kde44-46-upgrade.xml 12 Apr 2011 20:57:46 -0000 1.4
@@ -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/kde44-46-upgrade.xml,v 1.3 2011/04/10 20:54:40 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.4 2011/04/12 20:57:46 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -119,4 +119,40 @@
</body>
</section>
</chapter>
+
+
+
+
+<chapter>
+<title>Problems after the upgrade has completed</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>
+</chapter>
</guide>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-12 21:00 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-12 21:00 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/12 21:00:13
Modified: kde44-46-upgrade.xml
Log:
Cleanups
Revision Changes Path
1.5 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.4&r2=1.5
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kde44-46-upgrade.xml 12 Apr 2011 20:57:46 -0000 1.4
+++ kde44-46-upgrade.xml 12 Apr 2011 21:00:13 -0000 1.5
@@ -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/kde44-46-upgrade.xml,v 1.4 2011/04/12 20:57:46 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.5 2011/04/12 21:00:13 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -41,7 +41,7 @@
<chapter>
-<title>About installed software outside kde-base</title>
+<title>Problems during dependency calculation, e.g. blockers</title>
<section>
<title>Packages that you should deselect or unmerge before upgrade</title>
<body>
@@ -57,7 +57,7 @@
</p>
<pre caption="Removing (as an example) net-wireless/kbluetooth from your world file">
-# <i>emerge --deselect net-wireless/kbluetooth</i> <comment>(this does not uninstall it yet)</comment>
+# <i>emerge --deselect net-wireless/kbluetooth</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-12 21:10 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-12 21:10 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/12 21:10:53
Modified: kde44-46-upgrade.xml
Log:
kbuildsyscoca needs to be run as user
Revision Changes Path
1.6 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.5&r2=1.6
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde44-46-upgrade.xml 12 Apr 2011 21:00:13 -0000 1.5
+++ kde44-46-upgrade.xml 12 Apr 2011 21:10:53 -0000 1.6
@@ -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/kde44-46-upgrade.xml,v 1.5 2011/04/12 21:00:13 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.6 2011/04/12 21:10:53 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -144,12 +144,13 @@
<p>
If your KMenu lacks any application or the whole application list,
-you probably need to rebuild the KDE application database. It is also
+you probably need to rebuild the KDE configuration cache. It is also
a possible fix for any KMenu related issues, like missing icons.
+Run the following command with the user account having problems:
</p>
<pre caption="kbuildsycoca command">
-# <i>kbuildsycoca4 --noincremental</i>
+$ <i>kbuildsycoca4 --noincremental</i>
</pre>
</body>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-12 21:19 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-12 21:19 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/12 21:19:37
Modified: kde44-46-upgrade.xml
Log:
Added filelight
Revision Changes Path
1.7 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.6&r2=1.7
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kde44-46-upgrade.xml 12 Apr 2011 21:10:53 -0000 1.6
+++ kde44-46-upgrade.xml 12 Apr 2011 21:19:37 -0000 1.7
@@ -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/kde44-46-upgrade.xml,v 1.6 2011/04/12 21:10:53 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.7 2011/04/12 21:19:37 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -76,6 +76,11 @@
<ti>net-wireless/bluedevil</ti>
<ti>pulled in by bluetooth use flag</ti>
</tr>
+ <tr>
+ <ti>kde-misc/filelight</ti>
+ <ti>kde-base/filelight</ti>
+ <ti>now in main KDE distribution</ti>
+ </tr>
</table>
</body>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-17 18:04 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-17 18:04 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/17 18:04:48
Modified: kde44-46-upgrade.xml
Log:
Added useflags
Revision Changes Path
1.8 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.7&r2=1.8
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kde44-46-upgrade.xml 12 Apr 2011 21:19:37 -0000 1.7
+++ kde44-46-upgrade.xml 17 Apr 2011 18:04:48 -0000 1.8
@@ -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/kde44-46-upgrade.xml,v 1.7 2011/04/12 21:19:37 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.8 2011/04/17 18:04:48 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -41,7 +41,55 @@
<chapter>
-<title>Problems during dependency calculation, e.g. blockers</title>
+<title>Problems before / while starting the upgrade</title>
+<section>
+ <title>USE flags to be set</title>
+ <body>
+ <p>
+ Before you upgrade your system it is recommended that you set/unset several useflags.
+ Part of that is done automatically if you use a desktop/kde or desktop profile.
+ In detail you should use:
+ </p>
+ <table>
+ <tr>
+ <th>flag</th>
+ <th>explanation</th>
+ </tr>
+ <tr>
+ <ti>consolekit</ti>
+ <ti>Enables the consolekit framework for defining and tracking users, login sessions and seats</ti>
+ </tr>
+ <tr>
+ <ti>dbus</ti>
+ <ti>Enables use of the dbus message bus system</ti>
+ </tr>
+ <tr>
+ <ti>policykit</ti>
+ <ti>Enables the polkit framework for controlling privileges for system-wide services</ti>
+ </tr>
+ <tr>
+ <ti>udev</ti>
+ <ti>Enables support for udev Linux dynamic and persistent device naming</ti>
+ </tr>
+ <tr>
+ <ti>-hal</ti>
+ <ti>DISABLES the use of sys-apps/hal for hardware access (obsolete)</ti>
+ </tr>
+ </table>
+ <p>
+ Note that other combinations may technically be possible, but may be unsupported,
+ untested, or lead to unexpected loss of functionality.
+ </p>
+ <p>
+ If you changed any global useflags, you should later include the -N flag when running the actual emerge command
+ which updates your system, e.g.
+ </p>
+<pre caption="Updating world after a useflag change">
+# <i>emerge -uDNav world</i>
+</pre>
+ </body>
+</section>
+
<section>
<title>Packages that you should deselect or unmerge before upgrade</title>
<body>
@@ -85,9 +133,44 @@
</body>
</section>
+</chapter>
+
+
+
+<chapter>
+<title>Things to do after the upgrade</title>
<section>
-<title>Packages that you should upgrade later on</title>
+<title>Packages you should remove after the upgrade: sys-apps/hal</title>
+<body>
+<p>
+KDE SC 4.6 does not rely on HAL anymore. As HAL is deprecated and interferes with newer
+mechanisms for hardware access, it should be removed after the upgrade. Stop the HAL daemon
+and try to unmerge it:
+</p>
+<pre caption="Stopping and unmerging HAL">
+# <i>/etc/init.d/hald stop</i>
+# <i>emerge -cav sys-apps/hal app-misc/hal-info</i>
+</pre>
+<p>
+If you get at this point a message that hal cannot be unmerged as it is still required by some packages, please check
+in the message which packages exactly still require it. That is considered a bug of these packages and should be
+fixed, as hal will go down the drain soon. Please consider unmerging the remaining packages that require HAL.
+</p>
+<p>
+Finally, when hal is gone for good, you can remove its init script from the default runlevel:
+</p>
+<pre caption="Removing the hald init script from the runlevels">
+# <i>rc-update del hald</i>
+</pre>
+<p>
+Now, you may want to reboot.
+</p>
+</body>
+</section>
+
+<section>
+<title>Packages that you should upgrade</title>
<body>
<p>
@@ -129,7 +212,8 @@
<chapter>
-<title>Problems after the upgrade has completed</title>
+<title>Possible problems after the upgrade has completed</title>
+
<section>
<title>Get rid of the KResource Migration Tool popup</title>
<body>
@@ -143,6 +227,7 @@
</body>
</section>
+
<section>
<title>Rebuilding the application database</title>
<body>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-17 21:31 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-17 21:31 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/17 21:31:59
Modified: kde44-46-upgrade.xml
Log:
Added commetn about double hibernate (bug 363363)
Revision Changes Path
1.9 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.8&r2=1.9
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kde44-46-upgrade.xml 17 Apr 2011 18:04:48 -0000 1.8
+++ kde44-46-upgrade.xml 17 Apr 2011 21:31:59 -0000 1.9
@@ -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/kde44-46-upgrade.xml,v 1.8 2011/04/17 18:04:48 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.9 2011/04/17 21:31:59 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -245,5 +245,18 @@
</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>
</chapter>
</guide>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-17 21:44 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-17 21:44 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/17 21:44:34
Modified: kde44-46-upgrade.xml
Log:
Add more about consolekit etc
Revision Changes Path
1.10 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.9&r2=1.10
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kde44-46-upgrade.xml 17 Apr 2011 21:31:59 -0000 1.9
+++ kde44-46-upgrade.xml 17 Apr 2011 21:44:34 -0000 1.10
@@ -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/kde44-46-upgrade.xml,v 1.9 2011/04/17 21:31:59 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.10 2011/04/17 21:44:34 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -141,16 +141,16 @@
<title>Things to do after the upgrade</title>
<section>
-<title>Packages you should remove after the upgrade: sys-apps/hal</title>
+<title>Packages you should remove after the upgrade</title>
<body>
<p>
KDE SC 4.6 does not rely on HAL anymore. As HAL is deprecated and interferes with newer
mechanisms for hardware access, it should be removed after the upgrade. Stop the HAL daemon
-and try to unmerge it:
+and try to unmerge it, together with some other now obsolete packages:
</p>
-<pre caption="Stopping and unmerging HAL">
+<pre caption="Stopping and unmerging HAL et al">
# <i>/etc/init.d/hald stop</i>
-# <i>emerge -cav sys-apps/hal app-misc/hal-info</i>
+# <i>emerge -cav hal hal-info policykit devicekit devicekit-disks devicekit-power</i>
</pre>
<p>
If you get at this point a message that hal cannot be unmerged as it is still required by some packages, please check
@@ -164,7 +164,23 @@
# <i>rc-update del hald</i>
</pre>
<p>
-Now, you may want to reboot.
+In addition, if you have only now added these, you may have to add consolekit and dbus to the
+runlevels:
+</p>
+<pre caption="Adding the consolekit and dbus init scripts to the default runlevel">
+# <i>rc-update add dbus default</i>
+# <i>rc-update add consolekit default</i>
+</pre>
+<p>
+If you are rolling your own kernel, you'll want to install a new one with the following options:
+</p>
+<pre caption="Recommended kernel settings">
+CONFIG_USB_SUSPEND=y
+CONFIG_IDE=n
+CONFIG_AUDITSYSCALL=y
+</pre>
+<p>
+Now, you may want to reboot (to remove all remains of hal, get the new kernel, and start consolekit etc).
</p>
</body>
</section>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-17 21:57 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-17 21:57 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/17 21:57:18
Modified: kde44-46-upgrade.xml
Log:
More text
Revision Changes Path
1.11 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.10&r2=1.11
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kde44-46-upgrade.xml 17 Apr 2011 21:44:34 -0000 1.10
+++ kde44-46-upgrade.xml 17 Apr 2011 21:57:18 -0000 1.11
@@ -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/kde44-46-upgrade.xml,v 1.10 2011/04/17 21:44:34 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.11 2011/04/17 21:57:18 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -8,6 +8,12 @@
<author title="Author">
<mail link="dilfridge"/>
</author>
+<author title="Author">
+ <mail link="tampakrap" />
+</author>
+<author title="Author">
+ <mail link="ssuominen" />
+</author>
<abstract>
This page provides some hints how the smooth upgrade from KDE SC 4.4 to KDE SC 4.6
@@ -73,7 +79,7 @@
</tr>
<tr>
<ti>-hal</ti>
- <ti>DISABLES the use of sys-apps/hal for hardware access (obsolete)</ti>
+ <ti>DISABLES the use of sys-apps/hal for hardware access</ti>
</tr>
</table>
<p>
@@ -146,7 +152,8 @@
<p>
KDE SC 4.6 does not rely on HAL anymore. As HAL is deprecated and interferes with newer
mechanisms for hardware access, it should be removed after the upgrade. Stop the HAL daemon
-and try to unmerge it, together with some other now obsolete packages:
+and unmerge it, as well as now-obsolete devicekit (if any of these packages is already gone,
+that's of course fine too):
</p>
<pre caption="Stopping and unmerging HAL et al">
# <i>/etc/init.d/hald stop</i>
@@ -155,7 +162,8 @@
<p>
If you get at this point a message that hal cannot be unmerged as it is still required by some packages, please check
in the message which packages exactly still require it. That is considered a bug of these packages and should be
-fixed, as hal will go down the drain soon. Please consider unmerging the remaining packages that require HAL.
+reported and fixed, as hal will go down the drain soon. Please consider unmerging the remaining packages that require HAL,
+or updating them to a testing version that does not depend on hal anymore.
</p>
<p>
Finally, when hal is gone for good, you can remove its init script from the default runlevel:
@@ -164,8 +172,14 @@
# <i>rc-update del hald</i>
</pre>
<p>
-In addition, if you have only now added these, you may have to add consolekit and dbus to the
-runlevels:
+To absolutely make sure that hal never comes back by accident, you can add an entry to the package.mask file:
+</p>
+<pre caption="/etc/portage/package.mask">
+sys-apps/hal
+</pre>
+<p>
+In addition, if you have only now added support for these, you may have to add consolekit and dbus to the
+default runlevel:
</p>
<pre caption="Adding the consolekit and dbus init scripts to the default runlevel">
# <i>rc-update add dbus default</i>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-23 20:30 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-23 20:30 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/23 20:30:53
Modified: kde44-46-upgrade.xml
Log:
Add remark about polkit / policykit confusion
Revision Changes Path
1.12 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.11&r2=1.12
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kde44-46-upgrade.xml 17 Apr 2011 21:57:18 -0000 1.11
+++ kde44-46-upgrade.xml 23 Apr 2011 20:30:53 -0000 1.12
@@ -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/kde44-46-upgrade.xml,v 1.11 2011/04/17 21:57:18 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.12 2011/04/23 20:30:53 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -71,7 +71,7 @@
</tr>
<tr>
<ti>policykit</ti>
- <ti>Enables the polkit framework for controlling privileges for system-wide services</ti>
+ <ti>Enables the <b>polkit</b> framework for controlling privileges for system-wide services</ti>
</tr>
<tr>
<ti>udev</ti>
@@ -152,7 +152,7 @@
<p>
KDE SC 4.6 does not rely on HAL anymore. As HAL is deprecated and interferes with newer
mechanisms for hardware access, it should be removed after the upgrade. Stop the HAL daemon
-and unmerge it, as well as now-obsolete devicekit (if any of these packages is already gone,
+and unmerge it, as well as now-obsolete devicekit and policykit (if any of these packages is already gone,
that's of course fine too):
</p>
<pre caption="Stopping and unmerging HAL et al">
@@ -160,6 +160,10 @@
# <i>emerge -cav hal hal-info policykit devicekit devicekit-disks devicekit-power</i>
</pre>
<p>
+Note that you're removing the old <b>policykit</b> here; its successor is <b>polkit</b>. This change should
+usually be transparent (and the useflag is still named <b>policykit</b>, dont get confused by this).
+</p>
+<p>
If you get at this point a message that hal cannot be unmerged as it is still required by some packages, please check
in the message which packages exactly still require it. That is considered a bug of these packages and should be
reported and fixed, as hal will go down the drain soon. Please consider unmerging the remaining packages that require HAL,
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-04-26 22:15 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-26 22:15 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/04/26 22:15:32
Modified: kde44-46-upgrade.xml
Log:
Added section about logout troubles
Revision Changes Path
1.13 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.12&r2=1.13
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- kde44-46-upgrade.xml 23 Apr 2011 20:30:53 -0000 1.12
+++ kde44-46-upgrade.xml 26 Apr 2011 22:15:32 -0000 1.13
@@ -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/kde44-46-upgrade.xml,v 1.12 2011/04/23 20:30:53 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.13 2011/04/26 22:15:32 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -292,5 +292,17 @@
</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>
</chapter>
</guide>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-05-03 19:45 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-05-03 19:45 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/05/03 19:45:05
Modified: kde44-46-upgrade.xml
Log:
Added Amarok paragraph
Revision Changes Path
1.14 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.13&r2=1.14
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kde44-46-upgrade.xml 26 Apr 2011 22:15:32 -0000 1.13
+++ kde44-46-upgrade.xml 3 May 2011 19:45:05 -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/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.13 2011/04/26 22:15:32 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.14 2011/05/03 19:45:05 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -46,8 +46,22 @@
</chapter>
+
+
<chapter>
-<title>Problems before / while starting the upgrade</title>
+<title>Before / while starting the upgrade</title>
+<section>
+ <title>Amarok woes (bug 365719)</title>
+ <body>
+ <p>
+ If you are an Amarok user, be warned, there is a bug that can effectively
+ delete all your playlist statistics on upgrade. You can get around this only by backing up
+ your Amarok database <b>before the upgrade</b>, and doing some rather nasty
+ manual hacks. More details can be found in the <uri link="https://bugs.gentoo.org/show_bug.cgi?id=365719">bug
+ report</uri> and in <uri link="http://forum.kde.org/viewtopic.php?f=116%26t=94868%26p=195086">this KDE forum post</uri>.
+ </p>
+ </body>
+</section>
<section>
<title>USE flags to be set</title>
<body>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-05-04 20:47 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-05-04 20:47 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/05/04 20:47:42
Modified: kde44-46-upgrade.xml
Log:
Added info about bugs 365623 and 365637
Revision Changes Path
1.15 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.14&r2=1.15
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kde44-46-upgrade.xml 3 May 2011 19:45:05 -0000 1.14
+++ kde44-46-upgrade.xml 4 May 2011 20:47:42 -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/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.14 2011/05/03 19:45:05 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.15 2011/05/04 20:47:42 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -318,5 +318,31 @@
</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>
</guide>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-05-08 19:00 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-05-08 19:00 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/05/08 19:00:38
Modified: kde44-46-upgrade.xml
Log:
Fix link to kde forum
Revision Changes Path
1.16 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.15&r2=1.16
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kde44-46-upgrade.xml 4 May 2011 20:47:42 -0000 1.15
+++ kde44-46-upgrade.xml 8 May 2011 19:00:38 -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/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.15 2011/05/04 20:47:42 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.16 2011/05/08 19:00:38 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -58,7 +58,7 @@
delete all your playlist statistics on upgrade. You can get around this only by backing up
your Amarok database <b>before the upgrade</b>, and doing some rather nasty
manual hacks. More details can be found in the <uri link="https://bugs.gentoo.org/show_bug.cgi?id=365719">bug
- report</uri> and in <uri link="http://forum.kde.org/viewtopic.php?f=116%26t=94868%26p=195086">this KDE forum post</uri>.
+ report</uri> and in <uri link="http://forum.kde.org/viewtopic.php?f=116&t=94868&p=195086">this KDE forum post</uri>.
</p>
</body>
</section>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2011-08-12 20:07 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 18+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-08-12 20:07 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/08/12 20:07:56
Modified: kde44-46-upgrade.xml
Log:
Add some remarks about required kernel settings.
Revision Changes Path
1.17 xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml?r1=1.16&r2=1.17
Index: kde44-46-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kde44-46-upgrade.xml 8 May 2011 19:00:38 -0000 1.16
+++ kde44-46-upgrade.xml 12 Aug 2011 20:07:56 -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/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.16 2011/05/08 19:00:38 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde44-46-upgrade.xml,v 1.17 2011/08/12 20:07:56 dilfridge Exp $ -->
<guide>
<title>Gentoo KDE 4.4 - 4.6 Upgrade Guide</title>
@@ -212,6 +212,11 @@
CONFIG_AUDITSYSCALL=y
</pre>
<p>
+CONFIG_USB_SUSPEND=y and CONFIG_IDE=n are required by sys-fs/udisks. The former enables power management
+for devices attached at usb ports, the latter disables the old, deprecated and unsupported ide driver.
+CONFIG_AUDITSYSCALL=y is required by sys-auth/consolekit for some of its features.
+</p>
+<p>
Now, you may want to reboot (to remove all remains of hal, get the new kernel, and start consolekit etc).
</p>
</body>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml
@ 2013-12-14 17:25 Johannes Huber (johu)
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber (johu) @ 2013-12-14 17:25 UTC (permalink / raw
To: gentoo-commits
johu 13/12/14 17:25:45
Removed: kde44-46-upgrade.xml
Log:
Remove obsolete guide
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2013-12-14 17:26 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14 17:25 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde44-46-upgrade.xml Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2011-08-12 20:07 Andreas HAttel (dilfridge)
2011-05-08 19:00 Andreas HAttel (dilfridge)
2011-05-04 20:47 Andreas HAttel (dilfridge)
2011-05-03 19:45 Andreas HAttel (dilfridge)
2011-04-26 22:15 Andreas HAttel (dilfridge)
2011-04-23 20:30 Andreas HAttel (dilfridge)
2011-04-17 21:57 Andreas HAttel (dilfridge)
2011-04-17 21:44 Andreas HAttel (dilfridge)
2011-04-17 21:31 Andreas HAttel (dilfridge)
2011-04-17 18:04 Andreas HAttel (dilfridge)
2011-04-12 21:19 Andreas HAttel (dilfridge)
2011-04-12 21:10 Andreas HAttel (dilfridge)
2011-04-12 21:00 Andreas HAttel (dilfridge)
2011-04-12 20:57 Andreas HAttel (dilfridge)
2011-04-10 20:54 Andreas HAttel (dilfridge)
2011-04-10 18:25 Andreas HAttel (dilfridge)
2011-04-10 18:02 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox