Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-19 Thread Putze Sven
Hi, What are the pros and cons of using QStandardPaths as opposed to XDG Environmental Variables? If you look into the unix implementation of the class QStandardPaths, you find something like QString QStandardPaths::writableLocation(StandardLocation type) { switch (type) { case

Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-17 Thread Thomas Perl
Hi, On 16 Jan 2014, at 13:14, christopher.l...@thurweb.ch wrote: This gives the following Application Output: [D] main:42 - offlineStoragPath orig: /home/nemo/.local/share/CreateDBQt5/QML/OfflineStorage [D] main:44 - offlineStoragPath new:

Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-17 Thread christopher . lamb
Hi Thomas Thank you for your answer. Zitat von Thomas Perl th.p...@gmail.com: If we can fix the offline storage path to be correct everytime, we’ll probably introduce these changes into libsailfishapp, so that application developers don’t have to worry about manually setting this

[SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-15 Thread christopher . lamb
Hi all Is it possible to steer where a QML application stores its OfflineStorage Database? I have a family of applications that share a common OfflineStorage Database. This works well on Harmattan, and on the early Sailfish Alphas without me having had to do anything special at all. In