I had 2gis already installed and it was broken after try an attempt to update itself. Some investigation clear to me the using new wine config directory can help me to overcome the issue. BTW sometime it is very helpful way to use separate wine config directory for windows applications.
- OS: Ubuntu 10.04.3 LTS. Wine: 1.2.2
- Download current version from http://2gis.ru/how-get/linux/
- unpack it in /home/user/folder/name - it was special created in order to be place for 2gis and wine configs
- for starting was written following script:
#!/bin/bash declare -r DOUBLE_GIS_HOME="/home/user/folder/name/2gis" WINEPREFIX="${DOUBLE_GIS_HOME}/.wine" /usr/bin/wine "${DOUBLE_GIS_HOME}"/3.0/grym.exe
don't forget change DOUBLE_GIS_HOME to the actual value.
Notes:
due to some unknown reasons symbolic link produced an OLE error which however did not affect the work of the programm.
No comments:
Post a Comment