How to transfer pidgin settings from one computer to another

25

4

I just got a new machine, and I'd like to copy my pidgin settings from the old machine to the new. What files need to be copied and where?

Old machine Windows XP. New machine: Windows 7

slolife

Posted 2009-09-04T23:16:15.907

Reputation: 1 151

Answers

31

C:\Documents and Settings\<username>\Application Data\.purple\

The entire directory can be brought over, or if you just want specific pieces look at the individual files, they're pretty self explanatory (accounts.xml, prefs.xml, etc). Put them on the Windows 7 machine in

C:\Users\<username>\AppData\Roaming\.purple

heavyd

Posted 2009-09-04T23:16:15.907

Reputation: 54 755

Okay, I think this is the correct answer. However, currently I am remote desktop'd into the new laptop, and when I run pidgin, it put the settings in C:\Users<username>\AppData\Roaming.purple

Will that be copied/moved to C:\Users<username>\AppData.purple once I am not RDP'd in? – slolife – 2009-09-04T23:42:04.187

@slolife: No, %appdata% in Win7 IS C:\Users\<user>\AppData\Roaming\. heavyd was likely just recalling it from memory. – Andrew Coleson – 2009-09-04T23:59:31.560

Oops, indeed I was going from memory, sorry. I'll update the answer, thanks @Andrew Coleson! – heavyd – 2009-09-05T00:03:31.427

4

You can set a PURPLEHOME environment variable to tell Pidgin where it should store (or look for) its .purple folder. I'm not sure if it's created by default, but it certainly helps in managing the directory afterward. Basically you just need to copy that .purple folder over, which will probably be in %appdata%.

More info here: http://www.lib.unc.edu/reference/eref/pidgin/env_var.html

Andrew Coleson

Posted 2009-09-04T23:16:15.907

Reputation: 1 835

Very true! You could do this to keep it on the network somewhere and just point to it from whichever computer you use at the time! – PsychoData – 2015-01-08T13:49:30.817