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

Wednesday, April 27th 2005, 7:38am

KDE 3.4: How do you transfer settings from one PC to another?

I have all my KDE apps set up on my laptop (PIM, KMail, Kopete, desktop preferences, etc, etc.) and I'd like to just copy all of that to my workstation rather than spend hours setting it all up again. Anybody know of a way to pull that off?

They're both KDE 3.4 on Suse Pro 9.3.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Wednesday, April 27th 2005, 3:17pm

create an archive, for example a tar of .kde/ on one machine, move the archive and unpack it on the other machine :)


Cheers,
_
Qt/KDE Developer
Debian User

3

Thursday, August 18th 2005, 7:15pm

I have successfully done this several times now between two SuSE 9.3 machines running KDE. Copy the following files/directories from the "source" machine to a media you can take to the "destination" machine - use a USB pen, a ZIP disk, whatever. The files (all in your home directory) are:

.kde
.config
.local
Desktop

I use an xterm or Konsole, and do this via a "cp -rfp" command to ensure that ownership and access rights are preserved intact.

Take the media to the destination machine and drop it down to run level 3 (su to root and type "init 3"). This kills KDE (X too in fact!) so that you can change the files under its feet.

Delete the current copies of each of the above on the destination machine, and then copy the ones from your media. Thats it! su to root and type "init 5" or simply reboot to activate KDE again.

This definitely preserves the K menu, the panel and the desktop. I am not sure if it preserves all of the application settings - I wasn't worried about that, but I suspect it does, since all of that stuff seems to be archived in the .kde hierarchy. Good luck!

bernd_b

Beginner

Posts: 3

Location: Germany

  • Send private message

4

Tuesday, January 31st 2006, 10:18am

Has anyone knowledge/ experience doing this from KDE 3.4 to KDE3.5?

Are there problems to be expected?