[libalkimia] [Bug 403029] Import online quote sources from kmymoney
Ralf Habacker
bugzilla_noreply at kde.org
Tue Apr 9 09:18:13 BST 2019
https://bugs.kde.org/show_bug.cgi?id=403029
--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #0)
> Required activities:
> 4. extension of AlkOnlineQuotesProfile and AlkOnlineQuoteSource to find and
> load these files
> 5. specify locations for read only and modified online quote source files
> 6. Add support to detect and updated new files
It turned out that these files need to be installed into a directory
independently from the directory where the GHNS files are downloaded to avoid
file name clashing.
Based on the system data pathes:
kde4-config --path data
/home/xxx/.kde4/share/apps/:/usr/share/kde4/apps
kf5-config --path data
/home/xxx/.local/share/:/usr/share/
with recent implementation the following pathes would be used:
read only location (installed by build system)
kde4:/usr/share/kde4/apps/alkimia/quotes
kf5:/usr/share/alkimia/quotes
location after modifying by the user (installed by online quote editor or
kmymoney online quote settings page)
kde4:/home/xxx/.kde4/share/apps/alkimia/quotes
kf5:/home/xxx/.local/share/alkimia/quotes
The GHNS files are installed by the newstuff library always into the writable
location, which is defined by the related knsrc config file and points
currently to:
kde4:/home/xxx/.kde4/share/apps/alkimia/quotes
kf5:/home/xxx/.local/share/alkimia/quotes
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list