This bug was fixed in the package signon-ui - 0.17+15.10.20150810-0ubuntu1 --------------- signon-ui (0.17+15.10.20150810-0ubuntu1) wily; urgency=medium
[ Alberto Mardegan ] * Fix portability to non-X11 platforms (LP: #1473422, #1473423) -- CI Train Bot <ci-train-...@canonical.com> Mon, 10 Aug 2015 08:37:45 +0000 ** Changed in: signon-ui (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to signon-ui in Ubuntu. https://bugs.launchpad.net/bugs/1473422 Title: Platform check in request.cpp should check for ubuntu* platform Status in signon-ui package in Ubuntu: Fix Released Bug description: In request.cpp around line 318, the code checks "if (QGuiApplication::platformName() != "xcb" || qgetenv("SSOUI_USE_UBUNTU_WEB_VIEW") == QByteArray("1")) {" however it should either also have "... && != "wayland"" or have "... == "UbuntuTouchPlatformName"" This makes the signon-ui package shipped by ubuntu unusable on non-xcb platforms as it's build with "USE_UBUNTU_WEB_VIEW" and so it will always create "UbuntuBrowserRequest" rather than "BrowserRequest" which is what is wanted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/signon-ui/+bug/1473422/+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