[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-11-02 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1614108 Title:

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-11-02 Thread David Barth
** Changed in: webapps-sprint Milestone: sprint-26 => sprint-27 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1614108 Title:

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings-online-accounts - 0.7+16.10.20161004-0ubuntu1 --- ubuntu-system-settings-online-accounts (0.7+16.10.20161004-0ubuntu1) yakkety; urgency=medium * Tests: create runtime directory, fix execution under pbuilder (LP:

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/ubuntu-system-settings-online- accounts/pbuilder-1614108 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1614108

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-08-17 Thread Alberto Mardegan
I investigated this bug, and it happens because QFileInfo::ownerId() returns -2 while inspecting the runtime directory. The documentation says: On Windows and on systems where files do not have owners this function returns ((uint) -2). It's not clear though, why would this be returning