Het forum

Migrate bottles from PlayOnLinux to PlayOnMac

Auteur Antwoorden
rkrug Vrijdag 28 Juni\ 2013 om 11:48
rkrugAnonymous

Hi

I moved from using linux to mac, but I would like to take my PlayOnLinux bottles along.

How can I migrate my bottles from PlayOnLinux to PlayOnMac?

Thanks,

Rainer
Quentin PÂRIS Vrijdag 28 Juni\ 2013 om 12:55
Quentin PÂRISAnonymous

Yep.

Just copy ~/.PlayOnLinux to ~/Library/PlayOnMac :)
rkrug Vrijdag 28 Juni\ 2013 om 14:09
rkrugAnonymous

If I copy all contents, then my bottles don't work anymore and crash (no useful error message). Is there something else I have to do? Install wine systemwide? I would prefer to keep wine in PlayOnLinux.
Quentin PÂRIS Vrijdag 28 Juni\ 2013 om 17:02
Quentin PÂRISAnonymous

Yep. You have to install all wine versions used into PlayOnLinux, and maybe rebuild symbolic links
petch Vrijdag 28 Juni\ 2013 om 19:19
petch

There's probably some absolute paths to fix, for example in the shortcut files.
Quentin PÂRIS Vrijdag 28 Juni\ 2013 om 21:37
Quentin PÂRISAnonymous

Dirty hack :

On Mac OS : ln ~/Library/PlayOnMac ~/.playonlinux
petch Vrijdag 28 Juni\ 2013 om 22:40
petch

ln -s ~/Library/PlayOnMac ~/.PlayOnLinux may work for paths starting with ~, but aren't users home directories under /Users/ on Mac? That breaks absolute paths, you can fix that with more directories and symlinks, but it starts to be really ugly :p

Aangepast door petch