> I have N applications (app1, app2, ..., appN) > So I run > WINEPREFIX="$HOME/.app1" wine app1.exe > ... > WINEPREFIX="$HOME/.appN" wine appN.exe > > But do I have to create the directories ~/.app1, ..., ~/.appN ? > Wine will automatically create these when you install into the new prefix or run winecfg for that new prefix. > And how can I set different virtual desktop sizes for each one? > WINEPREFIX="$HOME/.appN" winecfg John