Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Andrey Kozhevnikov
if appname/orgname is unset manually i'm getting those values by QStandardPaths: /home/nemo/.cache/$APPNAME/$APPNAME <- for cache /home/nemo/.local/share/$APPNAME/$APPNAME <- for data is it okay? 05.04.2014 21:57, Thomas Perl пишет: On 05 Apr 2014, at 17:27, Thomas Tanghus wrote: On Saturda

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Tanghus
On Saturday 05 April 2014 17:57 Thomas Perl wrote: > So yeah, the 1990s called and want their directory name restrictions back - > and that is the reason why a non-dotted naming scheme was chosen, and a > prefix used for namespacing instead (having a separate RPMDB for third > party apps or a separ

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Perl
On 05 Apr 2014, at 17:27, Thomas Tanghus wrote: > On Saturday 05 April 2014 18:02 Kaj-Michael Lang wrote: >> Got denied application update as I set my org name properly with >> app->setOrganizationName() but that lead to a application update >> rejection as then the path given from >> QStandardPat

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Tanghus
On Saturday 05 April 2014 18:02 Kaj-Michael Lang wrote: > Hi > > Got denied application update as I set my org name properly with > app->setOrganizationName() but that lead to a application update > rejection as then the path given from > QStandardPaths::writableLocation(QStandardPaths::CacheLocat

[SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Kaj-Michael Lang
Hi Got denied application update as I set my org name properly with app->setOrganizationName() but that lead to a application update rejection as then the path given from QStandardPaths::writableLocation(QStandardPaths::CacheLocation) is not in the format harbour likes. After much digging and fin