![]() | 1 | initial version |
Thanks, solved. I have to edit desktop shortcut manually, because of spaces in path. batch file:
==/usr/win/Tales of Pirates II/top==
#!/bin/sh
wine ./system/Game.exe startgame
====
desktop shortcut:
==~/.local/share/applications/top== [Desktop Entry]
Comment[ru]=MMORPG
Comment=MMORPG
Comment[en_US]=
Exec="/usr/win/Tales of Pirates II/top"
GenericName[ru]=Tales of Pirates
GenericName=Tales of Pirates
GenericName[en_US]=
Icon=/usr/win/Tales of Pirates II/107_1_32x32x24.png
Name[ru]=top2
Name=top2
Name[en_US]=kop
Path="/usr/win/Tales of Pirates II/"
StartupNotify=true
Terminal=false
====