Hi all, I tried to set custom configurations for some applications using winecfg. I need to set different virtual desktop sizes for different applications. It seems to always use standard configuration and not the custom one. I tried many wine versions up to 1.1.39 but it hasn't never worked. Thanks
> I tried to set custom configurations for some applications using winecfg. I need to set different virtual desktop sizes for different applications. > It seems to always use standard configuration and not the custom one. > I tried many wine versions up to 1.1.39 but it hasn't never worked. >You can always run each application in its own prefix. John
John Drescher wrote:> > > I tried to set custom configurations for some applications using winecfg. I need to set different virtual desktop sizes for different applications. > > It seems to always use standard configuration and not the custom one. > > I tried many wine versions up to 1.1.39 but it hasn't never worked. > > > > > > You can always run each application in its own prefix. > > JohnWhats?!!?!?!?!?!?!!? :? With WINEPREFIX? Can you make an example please? Thanks
> Whats?!!?!?!?!?!?!!? ?:? > With WINEPREFIX? Can you make an example please? >http://wiki.winehq.org/FAQ#head-f2f5f3bc795247f11962ea613a1f9e15657ad552 John
John Drescher wrote:> > > Whats?!!?!?!?!?!?!!? ?:? > > With WINEPREFIX? Can you make an example please? > > > > > > http://wiki.winehq.org/FAQ#head-f2f5f3bc795247f11962ea613a1f9e15657ad552 > > JohnI 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 ? And how can I set different virtual desktop sizes for each one? Thanks
> 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
Each prefix will keep its own configuration. The directories are automatically created once you set the Wineprefix to it. To have different settings per prefix, just run winecfg in these separate prefixes: WINEPREFIX=~/path1 winecfg WINEPREFIX=~/some_other_path winecfg
John Drescher wrote:> > > 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 > > JohnAfter that I run from terminal: WINEPREFIX="$HOME/.appN" wine appN.exe and I get: wine: Module not found