Re: Wine 1.1.5, Ubuntu x86_64 & FlashFXP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



dimesio wrote:
>From what I gather, this is a custom designed package that installs its own version of Wine. If you are having problems with it, you need to ask the creator of the package.

as far as i see you can replace the conten of /usr/bin/flashfxp with this:

#!/bin/bash
if [ `which wine` != "" ]
then
wine /opt/flashfxp/flashfxp/FlashFXP.exe
else
/opt/flashfxp/bin/wine /opt/flashfxp/flashfxp/FlashFXP.exe
fi

if you have wine already installed.

greetings


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux