** Changed in: unity-system-compositor Status: Fix Committed => Fix Released
** Changed in: unity-system-compositor (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1389187 Title: Inappropriate use of Qt Status in Unity System Compositor: Fix Released Status in unity-system-compositor package in Ubuntu: Fix Released Status in unity-system-compositor source package in Vivid: New Bug description: It has long been my understanding that the system compositor should avoid use of Qt to facilitate security review of code that will be running with system privileges. However... find_package(Qt5Core) find_package(Qt5DBus) ...and: void usc::SystemCompositor::qt_main() { int argc{0}; QCoreApplication app(argc, nullptr); ...etc. To manage notifications about this bug go to: https://bugs.launchpad.net/unity-system-compositor/+bug/1389187/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp