Vous êtes ici > Les forums > PlayOnLinux > Improving Futures
Les forums
Improving Futures
| Auteur |
Posts |
| lil_stenly |
Le Samedi 6 Mars 2010 à 7:22
- [Citer]
|
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 |
Le Samedi 6 Mars 2010 à 12:27
- [Citer]
|
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. |
Le Dimanche 7 Mars 2010 à 14:09
- [Citer]
|
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)
|