[Bug 1513909] Re: unity8 crash on unplug of monitor

2015-11-10 Thread Gerry Boland
Investigating, after hotplugging a second monitor, it appears that sometimes Mir has only 1 display buffer ready, when there should be 2 - one for each screen. Need to ask Mir team help -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-10 Thread Gerry Boland
http://bazaar.launchpad.net/~mir- team/qtmir/trunk/view/head:/src/platforms/mirserver/screencontroller.cpp#L157 is the relevant line of code. This triggers after compositor start, to match mir DisplayBuffers with Qt Screens. I've designed it under the assumption that each Mir Display will always

[Bug 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-10 Thread Gerry Boland
I'd need to dig, but I'd guess the DPI value in the QPA is now being correctly calculated, since we've wired up the physical size, qt can calculate a DPI. But we also live in the X world where DPI is nearly always 96. So need to figure out the right thing to do... -- You received this bug

[Bug 1513450] Re: higher than expected cpu for unity8

2015-11-05 Thread Gerry Boland
Testing mir_demo_server_minimal with mir_demo_client_egltriangle, I'm seeing 30% CPU usage by the mir server just drawing a single spinny triangle. Testing a simple QML demo shell, we get same CPU usage as mir. So punting to Mir team for investigation. ** Also affects: mir Importance:

[Bug 1513047] [NEW] spread delegates are using clipping

2015-11-04 Thread Gerry Boland
Public bug reported: It appears that app windows are turning on clipping when the spread is opened. This is really inefficient graphically because it is a transformed rectangle and so Qt falls back to stencil-based clipping. We should avoid clipping in this case at all cost ** Affects: unity8

[Bug 1511538] Re: 1/2 screen on external monitor

2015-10-30 Thread Gerry Boland
Note the upside-down shell on the external monitor is a separate unity8 bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511538 Title: 1/2 screen on external monitor To manage notifications

[Bug 1511076] Re: Qt timestamps seem off

2015-10-29 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) ** Changed in: qtmir (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1511076] Re: Qt timestamps seem off

2015-10-29 Thread Gerry Boland
** Branch linked: lp:~unity-team/qtmir/1510571.ms-timestamp-compression -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511076 Title: Qt timestamps seem off To manage notifications about this bug

[Bug 1510968] Re: external monitor grid units are not set correctly

2015-10-28 Thread Gerry Boland
ded Status: New ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** Changed in: qtubuntu (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: qtub

[Bug 1511095] Re: random reboots with windowed mode (no monitor attached)

2015-10-28 Thread Gerry Boland
Device reboot a bad thing. The output of "adb shell /system/bin/logcat" around the time of the reboot may be valuable (might indicate GPU reset, bringing down everything with it) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1510407] Re: Cursor image is dislocated on start up

2015-10-27 Thread Gerry Boland
** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510407 Title: Cursor image is dislocated on start up To manage notifications about

[Bug 1488863] Re: nexus4 & nexus7 hotplug survival

2015-10-27 Thread Gerry Boland
USC log: ERROR: /build/mir-U8WSgm/mir-0.17.0+15.04.20151008.2/src/platforms/android/server/gl_context.cpp(191): Throw in function virtual void mir::graphics::android::FramebufferGLContext::swap_buffers() const Dynamic exception type:

[Bug 1488863] Re: nexus4 & nexus7 hotplug survival

2015-10-27 Thread Gerry Boland
Doing some plug/unplug with Nexus7, I got a black screen situation. dmesg logs: [ 4330.578460] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = C1D59A00 pid = 3052 [ 4330.578613] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4001000A FSYNR0 = E08 FSYNR1 =

[Bug 1488863] Re: nexus4 & nexus7 hotplug survival

2015-10-27 Thread Gerry Boland
** Description changed: - with latest vivid+o + silo0 + with latest vivid+o doing some hotplugging the phone seems robust, always changing modes from full screen to windowed mode, and no rebooting. However, the result of the hotplug (in) doesn't always seem to result in a frame on the monitor

[Bug 1488588] Re: Terminal crashes on selecting text, takes Unity with it

2015-10-22 Thread Gerry Boland
but the Terminal app should never be trying to open a second surface while on phone/tablet. Reopening Terminal app's bug. ** Changed in: ubuntu-terminal-app Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1488588] Re: Terminal crashes on selecting text, takes Unity with it

2015-10-22 Thread Gerry Boland
It appears the terminal is trying to create another surface while you are selecting. This is the output just before the crash: qtmir.mir: MirWindowManagerImpl::add_surface(): size requested ( 0 , -26 ) and placed ( 1366 , 768 ) qtmir.mir: SessionListener::surface_created - this=

[Bug 1488588] Re: Terminal crashes on selecting text, takes Unity with it

2015-10-22 Thread Gerry Boland
The solution to https://bugs.launchpad.net/qtmir/+bug/1417655 will at least prevent the crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488588 Title: Terminal crashes on selecting text, takes

[Bug 1508485] [NEW] "QThread: Destroyed while thread is still running" printed on shutdown

2015-10-21 Thread Gerry Boland
Public bug reported: Sending SIGTERM to unity8 causes this slightly concerning error message to be printed: QThread: Destroyed while thread is still running Going a quick dig, I see it came from DashCommunicator: (gdb) break src/corelib/thread/qthread.cpp:417 Breakpoint 1 at 0x7fafce6bd935:

[Bug 1508485] Re: "QThread: Destroyed while thread is still running" printed on shutdown

2015-10-21 Thread Gerry Boland
DashCommunicator inherits QThread. From the QThread docs: "Note that deleting a QThread object will not stop the execution of the thread it manages. Deleting a running QThread (i.e. isFinished() returns false) will probably result in a program crash. Wait for the finished() signal before deleting

[Bug 1508415] [NEW] AP input events sometimes positioned outside screen geometry

2015-10-21 Thread Gerry Boland
Public bug reported: With MultiMonitor, enable QtMir input debug logging with: initctl set-env --global QT_LOGGING_RULES="qtmir.*.debug=true" Now watch the UI, while running this AP test: autopilot3 run -v -v

[Bug 1502091] Re: inconsistent and unpredictable scrolling behaviour

2015-10-19 Thread Gerry Boland
Well we could always talk with Qt upstream about making the parameters which define scrolling more configurable (so can be set in the QPA plugin we have) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1505802] Re: System freezes daily

2015-10-15 Thread Gerry Boland
Hey, we'll shortly be releasing OTA7, which hopefully resolves this issue. Can you please update this bug when you've tested the next release, and if the issue still there, I'll start investigating this with you. Thanks -G ** Also affects: unity8 (Ubuntu) Importance: Undecided Status:

[Bug 1438465] Re: It's possible to put a window under the top panel

2015-10-12 Thread Gerry Boland
QtMir not responsible for window positioning. ** Changed in: qtmir (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1438465 Title: It's possible to put a

[Bug 1497085] Re: Unity8 crashes when Xmir -rootless opens a second window (like a menu)

2015-10-06 Thread Gerry Boland
** Branch linked: lp:~dandrader/qtmir/multiSurfaceApp ** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Changed in: unity8 (Ubuntu) Status: New => In Progress ** Changed in: qtmir

[Bug 1502093] Re: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd

2015-10-02 Thread Gerry Boland
Just checked with working unity8 (with mir 0.16), Alpha buffer reported missing there too. Must be unrelated issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502093 Title: unity8 crash on mako

[Bug 1502093] Re: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd

2015-10-02 Thread Gerry Boland
Here's a simple way to reproduce the fail. Stick the following into a file test.qml: import QtQuick 2.4 import Ubuntu.Components 1.2 Rectangle { color: 'green' UbuntuShape {} } Do "stop unity8" to stop unity8 reboot loop. Then do: MIR_SERVER_NAME=session-0 MIR_SOCKET=/run/mir_socket

[Bug 1502093] Re: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd

2015-10-02 Thread Gerry Boland
Something suspicious to me, the GL context Mir is giving to Qt is missing the alpha channel: Settings "QSG_INFO=1", you get: qt.scenegraph.info: texture atlas dimensions: 2048x2048 qt.scenegraph.info: R/G/B/A Buffers:8 8 8 0 qt.scenegraph.info: Depth Buffer: 24 qt.scenegraph.info:

[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Gerry Boland
Apitrace of the failing scenario: http://pastebin.ubuntu.com/12638037/ Driver appears to be crashing while compiling the UbuntShape shader -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502093 Title:

[Bug 1502093] Re: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd

2015-10-02 Thread Gerry Boland
Also experiencing it with Flo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502093 Title: unity8 crash on mako rc-proposed/ubuntu with latest unity8/mir/powerd To manage notifications about this

[Bug 1500633] Re: orientation sensor "last vertical" seems to be remembered and applied

2015-09-29 Thread Gerry Boland
qtmir has very little to do with shell orientation, reassigning to unity8 ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: Confirmed => Incomplete ** Changed in: qtmir Status: New => Incomplete ** Changed in:

[Bug 1351109] Re: No way to clean up a UASensorsHaptic when finished with it

2015-09-29 Thread Gerry Boland
** Changed in: platform-api (Ubuntu) Status: New => Confirmed ** Also affects: platform-api Importance: Undecided Status: New ** Changed in: platform-api Status: New => Confirmed ** Changed in: platform-api Importance: Undecided => Medium ** Changed in: platform-api

[Bug 1497091] Re: Mouse wheel does not work in Unity8 apps

2015-09-29 Thread Gerry Boland
** Also affects: qtubuntu Importance: Undecided Status: New ** Branch linked: lp:~gerboland/qtubuntu/mouse-enter-leave-events ** Changed in: qtubuntu Status: New => In Progress ** Changed in: qtubuntu Assignee: (unassigned) => Gerry Boland (gerboland) -- You re

[Bug 158855] Re: Unable to use escape in keybindings

2015-09-18 Thread Gerry
I created a new bug for compiz to keep this alive. If you still care, please report there. https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1497490 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 158855] Re: Unable to use escape in keybindings

2015-09-18 Thread Gerry
After some digging I found this: http://dev.compiz-fusion.narkive.com/BXRBj9Xp/fusiondev-bug-545-escape-used-as-part-of-any-key-binding-has-no-effect Where it suggests that this is by design. This doesn't satisfy me. Reserving a lone escape is fine, but preventing Esc with modifier keys seems

[Bug 1497490] [NEW] escape key bindings with or without modifiers do not work

2015-09-18 Thread Gerry
Public bug reported: All the bugs that are related to older versions of compiz are being closed. Since the bug still exists and it was closed due to it being old, then I need to re-create it. If it isn't going to be fixed for some philosophical reason, I'd like to see it posted here and that's

[Bug 1497490] Re: escape key bindings with or without modifiers do not work

2015-09-18 Thread Gerry
To make a suggestion, if binding the Escape key is not going to produce any result, then the interface should be configured to disallow it and a log message should be produced for any time it is set and/or used. So if I Click 'Grab' and Press Escape, then the binding should not be set and a error

[Bug 1064265] Re: Hotkey not configurable

2015-09-18 Thread Gerry Boland
Dear Michael, thanks for the report. Unfortunately Unity2D is not actively developed any more, so only security critical fixes will be applied. It's been ages since I looked at the code, but I don't see any evidence of hotkeys being hardwired. I think by "half-transparent search window." you

[Bug 1495871] Re: unity8 leaks file descriptors

2015-09-15 Thread Gerry Boland
in qtmir::upstart::ApplicationController::appIdHasProcessId(int, QString const&) (this=, pid=17487, appId=...) at /home/gerry/dev/projects/qtmir/multimonitor/src/modules/Unity/Application/upstart/applicationcontroller.cpp:180 #7 0x in qtmir::TaskController::appIdHasProcess

[Bug 1278780] Re: apport takes too long to write crash report, appears to lock up phone

2015-09-15 Thread Gerry Boland
** Changed in: qtubuntu Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1278780 Title: apport takes too long to write crash report, appears to lock up phone To

[Bug 1278780] Re: apport takes too long to write crash report, appears to lock up phone

2015-09-15 Thread Gerry Boland
Ok, task is for Qt clients to intercept the sigsegv signal, and in a handler close the mir connection which should release all its video buffers, then re-raise segv. Would it be of interest to have all mir clients exhibit this behaviour by default? If so, should put this behaviour in "mirclient"

[Bug 1491566] Re: Shell not responsive after an incoming SMS

2015-09-08 Thread Gerry Boland
Unsure if related, but if I mash the vol up/down keys on arale a bit, it makes unity8 freeze -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491566 Title: Shell not responsive after an incoming SMS

[Bug 1492185] Re: unity8 crashes when running ubuntu keyboard test

2015-09-04 Thread Gerry Boland
I assigned you Daniel as I recall we had this same issue last week with the welcome wizard -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492185 Title: unity8 crashes when running ubuntu keyboard

[Bug 1492185] Re: unity8 crashes when running ubuntu keyboard test

2015-09-04 Thread Gerry Boland
Shell rejecting OSK's re-connection attempts, which is wrong. It shouldn't also crash... ** Changed in: unity8 (Ubuntu) Importance: Undecided => Critical ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Changed in: unity8 (Ubuntu) Status:

[Bug 1371282] Re: Mir Motion event tool type on touch device is 0 (AMOTION_EVENT_TOOL_TYPE_UNKNOWN)

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371282 Title: Mir Motion event tool type on touch device is 0

[Bug 1488828] Re: incoming call nexus4 windowed mode goes nuts and reboots

2015-09-02 Thread Gerry Boland
Think this more a Unity8 issue, as it decides what mode to be in ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: New => Incomplete ** Changed in: qtmir Status: New => Incomplete -- You received this bug

[Bug 1490427] Re: Incorrect build deps: libunity-api-dev (>= 7.100)

2015-09-02 Thread Gerry Boland
the latest is lp:unity-api/15.04 which corresponds to vivid+overlay. Wily is behind, release 7.99, which is why you see this. People are fixing it. Is not qtmir's fault ** Changed in: qtmir Status: New => Won't Fix ** Changed in: qtmir (Ubuntu) Status: New => Won't Fix -- You

[Bug 1491340] Re: Bluetooth keyboard is configured with wrong keyboard layout

2015-09-02 Thread Gerry Boland
** Also affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1378334] Re: Black frame flashes on focus sometimes

2015-09-02 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Status: Confirmed => Invalid ** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Changed in: unity8 (Ubuntu) Importance: Undecided => High -- You received this bug notification

[Bug 1488863] Re: nexus4 hotplug survival

2015-09-02 Thread Gerry Boland
** Branch linked: lp:~gerboland/qtmir/multimonitor ** Changed in: mir Status: New => Invalid ** Changed in: qtmir Status: New => In Progress ** Changed in: canonical-pocket-desktop Status: New => In Progress ** Changed in: qtmir Assignee: (unassigned) =>

[Bug 1436735] Re: /usr/bin/unity8:11:DisplayWindow::makeCurrent:MirOpenGLContext::makeCurrent:QOpenGLContext::makeCurrent:QSGRenderThread::invalidateOpenGL:QSGRenderThread::event

2015-09-02 Thread Gerry Boland
Status: New ** Changed in: qtmir Status: New => In Progress ** Changed in: qtmir Importance: Undecided => High ** Changed in: qtmir (Ubuntu) Importance: Undecided => High ** Changed in: qtmir Assignee: (unassigned) => Gerry Boland (gerboland) ** Change

[Bug 1417655] Re: Support multiple surface applications

2015-09-02 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Importance: Undecided => High ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir Status: New => Incomplete ** Changed in: qtmir Status: Incomplete

[Bug 1436860] Re: unity8 is hung in SessionAuthorizer::requestAuthorizationForSession()

2015-09-02 Thread Gerry Boland
This hasn't happened in a while. It is usually due to the Qt GUI loop being blocked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436860 Title: unity8 is hung in

[Bug 1403936] Re: Mouse events are not getting passed through to Xmir

2015-09-02 Thread Gerry Boland
This still happening? ** Changed in: mir Status: New => Incomplete ** Changed in: qtmir (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1403936 Title:

[Bug 1488831] Re: booting with slimport connected to nexus4 seems to be an issue

2015-09-02 Thread Gerry Boland
cal-pocket-desktop Status: New => In Progress ** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-09-02 Thread Gerry Boland
QtMir relying on ubuntu-app-launch to set OOM scoring ** Changed in: qtmir (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478853 Title: OOM scoring

[Bug 1487366] Re: Touch point size sent to clients is much smaller under Unity8/QtMir than when run under Mir demo servers

2015-09-02 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir Status: New => Confirmed ** Changed in: qtmir Importance: Undecided => Low ** Changed in: qtmir (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member

[Bug 1479250] Re: unity8 process using CPU when the phone is idle

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Status: Confirmed => In Progress ** Changed in: qtmir Status: Confirmed => In Progress ** Changed in: qtmir (Ubuntu) Importance:

[Bug 1481784] Re: [enhancement] Support two-finger right click on clickpads

2015-09-02 Thread Gerry Boland
Is Mir's job to interpret such gestures, QtMir just passes the interpreted events to the shell. ** Changed in: qtmir Status: New => Invalid ** Changed in: qtmir (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1467807] Re: flash light on camera doesn't work if uTorch is current using flash light

2015-09-02 Thread Gerry Boland
flash has nothing to do with qtmir afaict ** Changed in: qtmir (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467807 Title: flash light on camera

[Bug 1483840] Re: webapp_container tests started failing reliably with rc-proposed image #92

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: In Progress => Fix Released ** Changed in: qtmir (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483840 Title:

[Bug 1355263] Re: If foreground app exited, app below is not resumed

2015-09-02 Thread Gerry Boland
I cannot reproduce on today's image. Yay for year's progress ** Changed in: qtmir (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355263 Title: If foreground

[Bug 1426443] Re: Add support for input method candidate windows

2015-09-02 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1426443 Title: Add support for

[Bug 1434584] Re: closing an app by swiping it should graceful quit

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: Confirmed => In Progress ** Changed in: qtmir Assignee: (unassigned) => Nick Dedekind (nick-dedekind) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1434584

[Bug 1437357] Re: Crash because uncaught exception in mir::events::add_touch

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437357 Title: Crash because uncaught exception in mir::events::add_touch To manage

[Bug 1452338] Re: please drop build-dependency on g++-4.9

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452338 Title: please drop build-dependency on g++-4.9 To manage notifications about

[Bug 1477430] Re: MirSurfaceItem::dropPendingBuffers contains a potentially infinite loop

2015-09-02 Thread Gerry Boland
** Changed in: qtmir Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477430 Title: MirSurfaceItem::dropPendingBuffers contains a potentially infinite

[Bug 1458694] Re: [vivid-overlay] unity8 fails to start on the emulator

2015-08-19 Thread Gerry Boland
Emulator faling also because of https://bugs.launchpad.net/mir/+bug/1486535 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458694 Title: [vivid-overlay] unity8 fails to start on the emulator To

[Bug 1375163] Re: Stop and restart the camera automatically when app changes active state

2015-08-19 Thread Gerry Boland
Is there any reason the camera could not work in multiple applications simultaneously? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375163 Title: Stop and restart the camera automatically when

[Bug 1483840] Re: webapp_container tests started failing reliably with rc-proposed image #92

2015-08-18 Thread Gerry Boland
: Undecided = Critical ** Changed in: qtmir Assignee: (unassigned) = Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483840 Title: webapp_container tests started failing

[Bug 1474319] Re: app spread only shows shadows of apps, no content

2015-08-18 Thread Gerry Boland
** Branch linked: lp:~gerboland/qtmir/non-upstart-app-closing ** Changed in: qtmir Assignee: (unassigned) = Gerry Boland (gerboland) ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) = Gerry Boland (gerboland) ** Changed in: qtmir Status: Confirmed = In Progress ** Changed

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-08-18 Thread Gerry Boland
20921 ?Ssl0:02 webbrowser-app 20966 ?Sl 0:00 /usr/bin/python3 /usr/lib/dbus-property-service/propertyservice 20977 ?S 0:00 /usr/lib/arm-linux-gnueabihf/oxide-qt/chrome-sandbox /usr/lib/arm-linux-gnueabihf/oxide-qt/oxide-renderer --t 20980 ?S 0:00

[Bug 1474319] Re: app spread only shows shadows of apps, no content

2015-08-18 Thread Gerry Boland
** Branch unlinked: lp:~gerboland/qtmir/non-upstart-app-closing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474319 Title: app spread only shows shadows of apps, no content To manage

[Bug 1474319] Re: app spread only shows shadows of apps, no content

2015-08-18 Thread Gerry Boland
** Changed in: qtmir Assignee: Gerry Boland (gerboland) = Daniel d'Andrada (dandrader) ** Changed in: qtmir (Ubuntu) Assignee: Gerry Boland (gerboland) = Daniel d'Andrada (dandrader) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1465826] Re: The phone freez totally

2015-08-17 Thread Gerry Boland
@Csaba - that command only works if you have Developer Mode enabled on your phone, and the phone is unlocked - i.e. you've entered your PIN and are looking at the Dash, for example. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1485686] [NEW] Surface to fullscreen - the resize is animated, causing 7-8 resize events

2015-08-17 Thread Gerry Boland
Public bug reported: Opening the camera app, which by default is fullscreen, the unity8 log shows that the camera-app surface height is being animated, which is a waste of effort. Resizing Qt aps isn't particularly fast. qtmir.applications: ApplicationManager::onAppDataChanged: Received

[Bug 1485609] Re: unity8 desktop crashed with SIGABRT in qt_message_fatal()

2015-08-17 Thread Gerry Boland
The error message indicates the QPA plugin is either missing, or cannot be loaded. Please check if /usr/lib/*/qt5/plugins/platforms/libqpa-mirserver.so exists. If not, qtmir-desktop is the source of that file. If it is there, could you do initctl set-env --global QT_DEBUG_PLUGINS=1 and try

[Bug 1485609] Re: unity8 desktop crashed with SIGABRT in qt_message_fatal()

2015-08-17 Thread Gerry Boland
Relevant error message: QLibraryPrivate::loadPlugin failed on /usr/lib/x86_64-linux- gnu/qt5/plugins/platforms/libqpa-mirserver.so : Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so: (/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so:

[Bug 1485609] Re: unity8 desktop crashed with SIGABRT in qt_message_fatal()

2015-08-17 Thread Gerry Boland
Gcc5 transition has newer qtmir held up in proposed, have got a release dude to kick it out. Let's see if that helps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485609 Title: unity8 desktop

[Bug 1485733] Re: incorrect resolution upon coming out of suspend (arale)

2015-08-17 Thread Gerry Boland
Is this random, or are there particular things you do which exhibits this? Specific apps? Dash-only? More info would be appreciated ** Summary changed: - incorrect resolution upon coming out of suspend (arale) + app surface stretched after suspend (arale) -- You received this bug notification

[Bug 1483840] Re: webapp_container tests started failing reliably with rc-proposed image #92

2015-08-12 Thread Gerry Boland
oSoMoN greyback, it’s only the webapp_container suite that has failing tests (only 20 tests) oSoMoN the webbrowser_app suite is unaffected oSoMoN greyback, in my experience it’s not always the same tests that fail reliably, but I always get ~ 6 failures out of 20 tests -- You received this bug

[Bug 1483840] Re: webapp_container tests started failing reliably with rc-proposed image #92

2015-08-12 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New = Confirmed ** Changed in: qtmir (Ubuntu) Importance: Undecided = Critical ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) = Gerry Boland (gerboland) ** Changed in: webbrowser-app (Ubuntu) Status: New = Invalid -- You

[Bug 1483675] Re: testLauncherModel crashes

2015-08-11 Thread Gerry Boland
Grr, this bug appears from time to time, there is a root cause but it's very racey -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483675 Title: testLauncherModel crashes To manage notifications

[Bug 1483752] Re: Trusted prompts make application inactive: Qt.application.active == false

2015-08-11 Thread Gerry Boland
To be correct, in the situation you described, Qt.application.active should remain true, but the camera window will be unfocused. Ok? ** Changed in: unity8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1474319] Re: app spread only shows shadows of apps, no content

2015-08-11 Thread Gerry Boland
** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: New = Confirmed ** Changed in: qtmir Status: New = Confirmed ** Changed in: qtmir Importance:

[Bug 1382209] Re: [Enhancement] Add an API to adjust preferred surface orientation at runtime

2015-08-10 Thread Gerry Boland
@lauriebradshaw thanks for the comment, this is on our todo list. As you're missing this, we'll try bump it up the list -G ** Summary changed: - [Enhancement] Add an API to lock surface orientation + [Enhancement] Add an API to adjust preferred surface orientation at runtime ** Also affects:

[Bug 1483209] [NEW] unity8 polling clock continually while display blanked

2015-08-10 Thread Gerry Boland
Public bug reported: With phone screen off, do: sudo strace -p `pidof unity8` and observe continual messages like: poll([{fd=3, events=POLLIN}, {fd=47, events=POLLIN}, {fd=48, events=POLLIN}, {fd=56, events=POLLIN}, {fd=59, events=POLLIN}, {fd=66, events=POLLIN}, {fd=67, events=POLLIN},

[Bug 1482296] Re: State handling slightly inconsistence with the qt documentation description

2015-08-06 Thread Gerry Boland
** Also affects: qtubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482296 Title: State handling slightly inconsistence with the qt documentation

[Bug 1480654] Re: [regression] Input focus delay after switching app back into focus since OTA5 (Mir 0.14)

2015-08-05 Thread Gerry Boland
I need to point out that unity8 is not using much of Mir's input dispatching focus logic, so please be certain the reported issue is actually resolved with these mir fixes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1481279] Re: GCC5: Phone restarts if you click on anything in the first page of welcome wizard

2015-08-04 Thread Gerry Boland
The welcome wizard is part of unity8. unity8 usually loads a QPA plugin called mirserver from QtMir, so that is it a mir server. This log suggests unity8 loaded the ubuntumirclient plugin, which is from QtUbuntu. Why it did this we need to figure out. The output of unity8.log would help, as would

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-08-04 Thread Gerry Boland
You're correct the OOM score set to 2 arbitrary values. They're hardcoded and set by upstart-app-launch. I believe your question is my question 2 above, to which I don't have an answer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-08-04 Thread Gerry Boland
Ref on oom_score_adj: https://www.kernel.org/doc/Documentation/filesystems/proc.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478853 Title: OOM scoring kills the browser's render process while

[Bug 1477720] Re: Unity8 won't install properly

2015-07-31 Thread Gerry Boland
I've heard reports that this seems to work around it: sudo unity8-lxc-setup --rebuild-all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477720 Title: Unity8 won't install properly To manage

[Bug 1473471] Re: unity8 crashes on boot

2015-07-31 Thread Gerry Boland
Same output as Albert printed from that crash file. Hard to figure out why without having it happen reliably :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1473471 Title: unity8 crashes on boot

[Bug 1465826] Re: The phone freez totally

2015-07-31 Thread Gerry Boland
it with us please. For information security reasons, you're welcome to email me the URL directly at gerry.bol...@canonical.com Thanks -Gerry -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465826 Title

[Bug 1478902] Re: Pressing a HW key like backspace doesn't autorepeat

2015-07-30 Thread Gerry Boland
Mir input events support key-repeat state. QtMir isn't passing this to the shell however, and thus not passing it to client. QtUbuntu probably also needs to support the same. ** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Also affects: qtmir Importance:

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-07-30 Thread Gerry Boland
There's not enough information here to make a proper attack on this issue, and this is a complex topic. We need someone to sit down and determine things like: 1. why did the OOM killer strike a foreground app? Did it use an insane amount of memory? If a webapp, is it a QtWebkit-based app, or

[Bug 1452338] Re: please drop build-dependency on g++-4.9

2015-07-29 Thread Gerry Boland
Also fixed in qtmir-gles ** Changed in: qtmir-gles (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452338 Title: please drop build-dependency on

[Bug 1469963] Re: Stretched frame after rotation issue in TimeDate page of System Settings

2015-07-27 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1469963 Title: Stretched frame after rotation issue in TimeDate page of System Settings

[Bug 1436203] Re: [Dash] unity8-dash crashed with ASSERT: eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE

2015-07-23 Thread Gerry Boland
@mardy looks like your shell does not have the correct values for DBUS_SESSION_BUS_ADDRESS and UPSTART_SESSION. These commands will try fetch those values from the unity8 process: export `xargs -n 1 -0 /proc/$(pidof unity8)/environ | grep DBUS_SESSION_BUS_ADDRESS` export `xargs -n 1 -0

[Bug 1436203] Re: [Dash] unity8-dash crashed with ASSERT: eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE

2015-07-21 Thread Gerry Boland
I'm still struggling to reproduce this. Another suspicion I have is ibus being loaded. Could you do stop unity8-dash initctl unset-env --global QT_IM_MODULE start unity8-dash and see if that makes any difference. Thanks -- You received this bug notification because you are a member of Ubuntu

<    1   2   3   4   5   6   7   8   9   10   >