[Wine] Re: Three simple problems with wine under SuSe 9.3

Rein Klazes wijn at wanadoo.nl
Thu Oct 6 05:34:57 CDT 2005


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.



More information about the wine-users mailing list