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