[Ubuntu-sdk-bugs] [Bug 1506953] [NEW] Sessions are not recreated after a media-hub crash

2015-10-16 Thread Tiago Salem Herrmann
Public bug reported: After a media-hub crash (or even a manual kill $(pidof media-hub-server) ), existing sessions are not being invalidated/recreated. That causes telephony-service-indicator to stop playing notifications for new messages, as it always reuse the same instance. In dbus we see

[Ubuntu-sdk-bugs] [Bug 1523722] Re: /usr/bin/telephony-service-approver:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_wi

2016-01-05 Thread Tiago Salem Herrmann
** Also affects: qtubuntu-media (Ubuntu) Importance: Undecided Status: New ** Summary changed: -

[Ubuntu-sdk-bugs] [Bug 1523722] Re: Crash when deleting QMediaPlayer instance

2016-01-05 Thread Tiago Salem Herrmann
I am guessing this crash started to happen when we introduced the following change: http://bazaar.launchpad.net/~phablet-team/telephony-service/trunk/revision/1144 It essentially pauses the stream and delete the old instance before creating a new one. The backtrace shows an exception is raised

[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