[Ubuntu-sdk-bugs] [Bug 1663106] Re: [regression] Logging in to Unity8 takes 25 seconds (the default DBus timeout)

2017-02-08 Thread Daniel van Vugt
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1663106 Title: [regression] Logging in to

[Ubuntu-sdk-bugs] [Bug 1663106] Re: [regression] Logging in to Unity8 takes 25 seconds

2017-02-08 Thread Daniel van Vugt
Two threads look suspicious during the hang: Thread 1: #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f34c8fd2b4b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2

[Ubuntu-sdk-bugs] [Bug 1662847] [NEW] UITK examples source in a separate (not UITK) project

2017-02-08 Thread Tim Peeters
Public bug reported: Put the UITK examples in a separate project that also includes the snapcraft.yaml file. Currently, ubuntu-ui-toolkit-examples includes only the snap configuration, but it pulls in the deb files from the overlay PPA to build the snap file. So the sources can be moved from

[Ubuntu-sdk-bugs] [Bug 1660399] Re: Infinite ProgressBar should be have a more visual

2017-02-08 Thread Christian Dywan
** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Summary changed: - Infinite ProgressBar should be have a more visual + Infinite ProgressBar should be more visual -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1662868] [NEW] Changes to organizationName management break qt-labs-settings

2017-02-08 Thread Tiago Salem Herrmann
Public bug reported: Recent changes to the way ubuntu-ui-toolkit handles the organizationName break the qml Settings component. It cannot access the right configuration files as organizationName is used to build the configuration file paths. I added more details to this comment on the MR that