rejser's suggestion worked for me
As resjer said, uncomment the 'Development Tree' entry in /etc/yum.conf, specifically, these lines:
[development]
name=Fedora Core $releasever - Development Tree
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
Then, as root, on the command line, do:
# yum upgrade kde*
This will download a lot more package headers than normal, and will eventually ask if you want to download and install the updated packages and dependencies. Respond with 'y' here to continue.
To upgrade and satisfy all the dependencies, yum had to download something like 78 packages, it took about an hour on a DSL connection.
Once yum had finished the updates, I logged out, logged back in, and am running KDE 3.3. I'm very happy that this update does indeed fix the problem with K Menu editor not working. I am now able to edit the menu without a problem.
|