Menu

#103 exchange rates are not fetched with automatic proxy config

closed-fixed
nobody
5
2011-08-26
2009-08-29
MoMaT
No

Qalculate 0.9.6 uses in Calculator::fetchExchangeRates the deprecated gnomevfs:
cmdline = "gnomevfs-copy http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml";

This does not work with proxy servers defined using the proxy config file and is a known bug of gnomevfs:
http://bugzilla.gnome.org/show_bug.cgi?id=123900

However this has been fixed in gvfs and replacing the line quoted above with:
cmdline = "gvfs-copy http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml";
works perfectly fine (+ similar change in Calculator::hasGnomeVFS()).

Discussion

  • Jonathan Stickel

    please provide a patch or at least indicate which qalculate files need correcting

     
  • Matteo

    Matteo - 2011-08-26
    • status: open --> closed-fixed
     
  • Matteo

    Matteo - 2011-08-26

    FIxed in master (commit 191ac41)

     

Log in to post a comment.