You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, April 8th 2004, 5:16am

Easy installation guide to kde 3.2.1 in fedora and redhat 9

this is exactly what you do to upgrade to kde 3.2.1 in fedora or redhat9. This upgraded me to kde 3.2.1 so easily after so many other attempts failed. this will take care of all dependencies and all packages in 3 commands.

Download apt here http://apt.freshrpms.net/
Install apt
Goto /etc/apt/sources.list.d/ and open kde-redhat.list

Replace kde-redhat.list with this one http://www.wideopenwest.com/~eshudnow/kde-redhat.list

This file is repositories meaning locations to download the kde files. This file contains enough repositories to make sure everything downloads correctly. I hope you have a cable modem, because you'll be downloading a lot of stuff.

After your kde-redhat.list is replaced, type the following 3 commands.
apt-get update
apt-get install kde themer qt arts kdelibs kdebase
apt-get dist-upgrade

apt-get update will download the necessary files to update to kde3.2.1 including dependancies.
apt-get install kde themer qt arts kdelibs kdebase is self explanitory
apt-get dist-upgrade will download the rest of the updates for the newest versions of your software such as openoffice, etc...

Good luck. And btw, I spent 5 hours trying to get kde to upgrade to 3.2.1. I download apt, used this kde-redhat.list file, did the 3 commands, and walla, it was all installed and perfect.

Once everything is finished, just logout of kde, type control + alt + backspace, and you'll kill the x server, and then just type startx at the command line and it'll reload x server with the new kde.

Cheers.

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

2

Friday, April 9th 2004, 9:02am

Maybe you should also consider KDE Redhat.

KDE Redhat packages are made for Redhat 9 and Fedora. I have found some problems (like in KOrganizer) but in general they are quite stable and faithfull to the KDE sources.

3

Friday, April 30th 2004, 1:57pm

it work for 3.2.2? :D
PS: Sorry for my poor english

: : k e n z o : :

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

4

Friday, April 30th 2004, 2:39pm

kde-redhat as three branches:
[list]stable - KDE 3.2.1
testing - KDE 3.2.2
unstable
[/list:u][/list]

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

5

Friday, April 30th 2004, 3:41pm

Try Synaptic a graphical frontend for apt-get.
[code:1]> apt-get update
> apt-get install synaptic
> synaptic[/code:1]

6

Sunday, May 2nd 2004, 12:13pm

Hello, I have KDE 3.2.1 now... but after KDE installed, my Gnome disappear... How can I rescue it plz...
thks
PS: Sorry for my poor english

: : k e n z o : :

7

Sunday, May 2nd 2004, 4:35pm

Noone know it??????
PS: Sorry for my poor english

: : k e n z o : :

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

8

Monday, May 3rd 2004, 1:12pm

It disappeared from where? The login dropdown options, the path, the world ...

9

Wednesday, May 5th 2004, 10:58am

I also have lost gnome after installing kde 3.2
It is not in the drop-down list of desktops

How can I get it back?

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

10

Wednesday, May 5th 2004, 2:15pm

Quoted

Original von mikejava

I also have lost gnome after installing kde 3.2
It is not in the drop-down list of desktops

How can I get it back?

There should be a way to configure this with the control panel but, at least, in Fedora there isn't. Anyway, back to the good old reliable shell :wink:

As super user edit kdmrc (in Fedora /etc/kde/kdm/kdmrc) and search for SessionTypes. Add "gnome" to the list. I think that you must also have a gnome.desktop under the directory listed in "SessionsDirs".

NOTE: I haven't tried this myself so I'm not sure if this is the right thing to do

11

Wednesday, May 19th 2004, 6:14pm

Quoted

Original von m4ktub

Quoted

Original von mikejava

I also have lost gnome after installing kde 3.2
It is not in the drop-down list of desktops

How can I get it back?

There should be a way to configure this with the control panel but, at least, in Fedora there isn't. Anyway, back to the good old reliable shell :wink:

As super user edit kdmrc (in Fedora /etc/kde/kdm/kdmrc) and search for SessionTypes. Add "gnome" to the list. I think that you must also have a gnome.desktop under the directory listed in "SessionsDirs".

NOTE: I haven't tried this myself so I'm not sure if this is the right thing to do


The way session manager works is completely changed in 3.2. See this bug report link: http://bugs.kde.org/show_bug.cgi?id=75882