You are here > Les forums > PlayOnLinux > Improving Futures
Forums
Improving Futures
| Author |
Replies |
| lil_stenly |
Saturday 6 March 2010 at 7:22
- [Quote]
|
Membre

 |
If theres any possible wait to improve playonlinux like to improve it with a function in the main menu of the program to change the shortcuts.
Like
#!/bin/bash
PATH="/home/dingolingo/.PlayOnLinux/WineVersions/1.1.38/usr/bin/:$PATH"
export WINEPREFIX="/home/dingolingo/.PlayOnLinux/wineprefix/SCBW"
export WINEDEBUG="-all"
cd "/home/dingolingo/.PlayOnLinux/wineprefix/SCBW/drive_c/Program Files/Blizzard Entertainment/StarCraft BroodWar"
wine "/home/dingolingo/.PlayOnLinux/wineprefix/SCBW/drive_c/Program Files/Blizzard Entertainment/StarCraft BroodWar/LOADER.exe" $@ I'm playing starcraft at private server and today i stopped playing there there and I need to remove the loader.exe and point the original.exe because to play at battle.net and to do that I need to edit the file.
There must be easier way, in the main menu of playonlinux there must have a function to point another exe for the individual program... what you think?
Because for me it's not a problem to edit the file, still if is someone that is new to linux he will not know how to change the exe of already installed program.
Luck!
-LS
|
| Dr Phil |
Saturday 6 March 2010 at 12:27
- [Quote]
|
Membre

 |
I agree, but there is a plugin for that feature already. Take a look at POL Helper. But, I agree. This feature should really be built-in.
|
| Quentin P. |
Sunday 7 March 2010 at 14:09
- [Quote]
|
Admin

 |
- Possiblity to make POL prefix (/home/.PlayOnLinux) by making POLPREFIX variable (exactly like wine)
It would permit to change PlayOnLinux default installation folder (This default folder would be written in $HOME/.PlayOnLinux.cfg)
|