Wine 1.1.5, Ubuntu x86_64 & FlashFXP

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bacula

Wine 1.1.5, Ubuntu x86_64 & FlashFXP

Post by bacula »

Hi Guys,

i have a .deb package with FlashFXP installed:

http://ubuntuforums.org/showthread.php?t=351841

I have installed latest Wine version, FlashFXP works good so far, but if
i do transfers over my lan everything "looks" good but i have to wait
some time after every download (between 10 seconds and 20 minutes).

If i move my mouse in the FlashFXP windows everything works fine.

Could anyone give me a hint in the right direction please?

Thanks :)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.8)
AntiVirus: ClamAV 0.94/8316 - Tue Sep 23 11:40:56 2008
by Markus Madlener @ http://www.copfilter.org
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 1.1.5, Ubuntu x86_64 & FlashFXP

Post by dimesio »

bacula wrote:Hi Guys,

i have a .deb package with FlashFXP installed:

http://ubuntuforums.org/showthread.php?t=351841

I have installed latest Wine version, FlashFXP works good so far, but if
i do transfers over my lan everything "looks" good but i have to wait
some time after every download (between 10 seconds and 20 minutes).

If i move my mouse in the FlashFXP windows everything works fine.

Could anyone give me a hint in the right direction please?
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.
lists

Wine 1.1.5, Ubuntu x86_64 & FlashFXP

Post by lists »

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
bacula

Wine 1.1.5, Ubuntu x86_64 & FlashFXP

Post by bacula »

lists schrieb:
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.
Hi,

yes you're both right, if i use the command mentioned above FlashFXP
doesnt work anymore... anybody able to have a look at the provided wine
version? :)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.8)
AntiVirus: ClamAV 0.94/8323 - Wed Sep 24 09:57:37 2008
by Markus Madlener @ http://www.copfilter.org
Locked