I have two different OS's (kubuntu and sidux), and I want to use the same firefox .mozilla directory for both. I have a common data partition with full rwx privileges for both systems, so I tried moving ~/.mozilla to the common partition, and making a symbolic link:
ln -s /media/data/greenman/.mozilla /home/greenman/.mozilla
The link works, and I can rwx files from my home directory just fine.
Problem is, firefox refuses to start. It flashes a window up saying firefox is already in use (it isn't, I checked, no zombies) and then quits.
I then tried to make a symbolic link within ~ just to see what would happen.
ln -s /home/greenman/.mozilla-files /home/greenman/.mozilla
same problem. I also tried using non-dot directories, and I tried creating a new profile on the common partition. Same result each time. I have tried using both the repository version of firefox, and the downloaded version.
So it look like, for some reason, firefox just plain refuses to use a symbolic link for its profile, or any location other than ~ itself.
Any ideas what's going on, and how to fix? I don't think it's permissions, as I can do everything through the link with programs other than firefox.
ln -s /media/data/greenman/.mozilla /home/greenman/.mozilla
The link works, and I can rwx files from my home directory just fine.
Problem is, firefox refuses to start. It flashes a window up saying firefox is already in use (it isn't, I checked, no zombies) and then quits.
I then tried to make a symbolic link within ~ just to see what would happen.
ln -s /home/greenman/.mozilla-files /home/greenman/.mozilla
same problem. I also tried using non-dot directories, and I tried creating a new profile on the common partition. Same result each time. I have tried using both the repository version of firefox, and the downloaded version.
So it look like, for some reason, firefox just plain refuses to use a symbolic link for its profile, or any location other than ~ itself.
Any ideas what's going on, and how to fix? I don't think it's permissions, as I can do everything through the link with programs other than firefox.
Comment