https://bugs.kde.org/show_bug.cgi?id=418823
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.0.9 Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kmy | |money/8024818f811c74bb6e157 | |8db0f9a64787c6f65d8 Resolution|--- |FIXED --- Comment #4 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 8024818f811c74bb6e1578db0f9a64787c6f65d8 by Thomas Baumgart. Committed on 14/03/2020 at 07:39. Pushed by tbaumgart into branch '5.0'. Allow local script files as price update sources in AppImage The price update service in KMyMoney allows to start local scripts to fetch price information. This did not work when started as AppImage. This change brings that functionality to the AppImage version. Within the AppImage version a configured URL such as "file:///home/user/bin/price.sh %1" is called as "/bin/sh" "-c" "/home/user/bin/price.sh %1" where %1 will be replaced with the actual investment symbol. FIXED-IN: 5.0.9 M +7 -0 kmymoney/converter/webpricequote.cpp https://commits.kde.org/kmymoney/8024818f811c74bb6e1578db0f9a64787c6f65d8 -- You are receiving this mail because: You are watching all bug changes.