On 10/30/2013 5:33 PM, Judy Dolby wrote: > *Lets clear up this once and for all! I am running _windows xp pro_! > > My profiles won't work in the new seamonkey, so I uninstalled it and went > back > to my old version. > > Again here is what I did and I really need help _now_; > > **I made my 6 user profiles and placed each profile folder in the spot that I > chose for them. All I get is one profile. "Switch user" get same profile > even > after picking a different user. It is as if SeaMonkey can not see the users > profiles. It has made a profile of its own also in same folder where my > profiles are. Never had this problem with earlier versions. > > I am back to using older Seamonkey and Google chrome for sites that no longer > support my old version. > > How did the rest of you move your older profiles? > > Judy > **
Go to C:\Users\xxx\AppData\Roaming\Mozilla\SeaMonkey, where xxx is your Windows user name. Open the file profiles.ini in a plain-text editor (e.g., Notepad, Wordpad, but definitely NOT Word). The file should look something like > [General] > StartWithLastProfile=1 > > [Profile0] > Name=David > IsRelative=0 > Path=C:\Mozilla profiles\SeaMonkey\David > > [Profile1] > Name=alt > IsRelative=0 > Path=C:\Mozilla profiles\SeaMonkey\alt The StartWithLastProfile=1 means that, if you terminate SeaMonkey and then launch it again, it should launch in the same profile it was using when it was terminated. (I override this by having "-p David" -- without the quotes -- in the Windows shortcut I use to launch SeaMonkey.) Each profile then has a set of lines beginning with the profile number (e.g., [Profile0] is the first, [Profile1] is the second). Within those lines "Name=abc" (again without the quotes) indicates the name of the profile. The IsRelative=0 means that the path is an absolute path, not a relative path (my preference). The Path= uses Windows notation with backslashes to give the path; note that a path with a blank in a directory name does NOT take quotes. Setting up profiles.ini allows you to have profiles in unrelated locations, even on different hard-drives. -- David E. Ross <http://www.rossde.com/> Where does your elected official stand? Which politicians refuse to tell us where they stand? See the non-partisan Project Vote Smart at <http://votesmart.org/>. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

