benstyr wrote: > I created a executable script in the Rosetta Stone folder with the following code: > > [#!/bin/bash > cd $HOME/.wine/drive_c/Program\ Files/Rosetta\ Stone/Rosetta\ Stone\ V3 > wine RosettaStoneVersion3.exe] To make this work with a link you need to specify correct work directory (the directory with the executable). Alternatively you can use 'wine start /path/program.exe'), which should work in your case.