我使用带有 flashgot 的 Firefox,它通过 进行下载wget
。前段时间,wget-terminal-window 出现,进行下载,正确完成后它会自动消失。
然后进行了更新...现在 wget-terminal-window 不会自行消失。它会等待按键然后消失。
about:config
表示,当通过普通 xtermwget
调用时,即使使用这些命令行选项,完成后也会像往常一样退出。[URL] -c -T 15 -w 15
wget
有任何想法吗?
答案1
这不是 wget 的问题,而是 FlashGot 的问题。摘自他们的更新日志:
[Unix] Turned the "Press any key to exit..." prompt
(which was a lie) into "Press [ENTER] to quit..."
The flashgot.term.autoClose about:config preference
can be set to either to -1 (default) to prompt, 0
to close the terminal immediately, or an integer
number of seconds to wait before closing