Page 1 of 1

[Resolved] Flashgot 1.5.6.6 no wget terminal on Linux

Posted: Fri Oct 10, 2014 10:02 am
by hobbitland
Hi, Flashgot 1.5.6.6 update last night is broken on Linux. Now it no longer starts a wget terminal.

Creating a "flashgot-term" script with executable permssion in "/usr/local/bin" did not help:

#!/bin/sh
echo $* > $HOME/flashgot.$$

So it looks like "flashgot-term" is not called and it does not even open a terminal anymore.

I unpacked the "xpi" and "jar" file, there is "flashgot-term" defined but I am not good in Java to locate the bug.

I am pretty sure its related to the "flashgot-term" change in this version. The previous version 1.5.6.5 still works.

I am using Firefox 31.1.1 ESR in CentOS 6.5 and Debian 7.6. Boot fails.

Re: Flashgot 1.5.6.6 no wget terminal on Linux

Posted: Fri Oct 10, 2014 10:12 am
by Giorgio Maone
Thanks for your report.
It's being fixed, I'm gonna release 1.5.6.7rc1 within 1 hour.

Re: Flashgot 1.5.6.6 no wget terminal on Linux

Posted: Fri Oct 10, 2014 1:32 pm
by therube
Try the development build 1.5.6.7rc1.

Re: Flashgot 1.5.6.6 no wget terminal on Linux

Posted: Fri Oct 10, 2014 5:12 pm
by hobbitland
Flashgot 1.5.6.7 fixed my problem.

The new "/usr/local/bin/flashgot-term" script is great for custom terminals

Thanks