I would like to ask for one thing. I followed:
https://wiki.archlinux.org/index.php/wine
I created according to archlinux wine page:
Code: Select all
$ WINEARCH=win32 WINEPREFIX=~/win32 winecfg
$ WINEPREFIX=~/win64 winecfg
My question is about ability to launch from right-click in kde .exe files for these two prefixes. Default wine installation on x64 desktop Arch is wine for 64 bit. It's being created under ~/.wine. If i right click to exe, it's being run and configured not for my prefixes named ~/win32 or even ~/win64 but for ~/.wine. Default kde settings for right click of .exe programs is being launched by wine windows program loader (x64) with this command:
Code: Select all
wine start /unix %f
Could somebody tell my what to do in order to have, when selecting right-click, ability to launch it on ~/win32 in wine 32 bit and ~/win64 for wine 64 bit? What command use? In KDE there is possible to add new programs that will be launched to launch for an example .exe with add, but question is: what to add, what to do in order to have ability of selecting these two prefixes instead run programs in default env (64 bit) under ~/.wine.