On Wed, 05 Oct 2005 14:12:58 +0200, in gmane.comp.emulators.wine.user you wrote: >#!/bin/sh (required for a bash script to identify it as a script) >cd /path/to/application/directory >wine application.exe > >If you then name the script "application.sh" and make it executable, you >can then do the following: > >1) make a desktop icon with the target 'application.sh' >2) make a menu/panel entry with the target 'application.sh' >3) copy or symlink application.sh to /usr/bin and run it like any other >command. What works here too, without the need for shell scripts, is using the menu/panel/starter command: sh -c "cd /path/to/application/directory && wine appllication" Rein. _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users