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
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? > >
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