[Bug 1719825] Re: [Ffe] sdl2 2.0.6

2017-10-05 Thread Brandon Schaefer
Ive been messing around with 2.0.6 and it works fine for mir. The only issue is the vulkan headers for mir support has a deprecated use (MirSurface vs MirWindow) but that deprecation wont be removed any time soon (Also MirSurface == MirWindow, just a rename). So you'll just seen a lot of warnings

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-27 Thread Brandon Schaefer
Turns out the bug is its own bug: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1675448 The debdiff linked will work once thats fixed in U8, but doesnt prevent the fact that this patch is ready! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-24 Thread Brandon Schaefer
Well this is an older bug now (went into FFe but that was last cycle). Though I think we are in FFe again. Just would like to get the mir- support.patch in for sdl1.2debian? Are sponsors not the correct people to poke? (it was mentioned to add again when the patch was fixed) -- You received this

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-23 Thread Brandon Schaefer
Here is the same patch with one line change. When we check if mir is around we just return one vs doing two mir connects. This will work with U8 but *should* not be merged in, as if it is sdl1.2 will no longer work on x11 as it'll always think mir is around to run then it'll fail. The patch to

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-23 Thread Brandon Schaefer
Well its a bug in U8 https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1675448 Theres not really a workaround I could do (with out a pretty bad hack). So this patch will *not* specifically work on U8 until that bug is fixed. Though it'll still be good to get this landed. Ill put a testing

[Bug 1662400] Re: ubuntu-app-test fails to launch apps at all [CRITICAL **: Unable to get PID for 'ubuntu-app-test' application]

2017-03-23 Thread Brandon Schaefer
An actual way to reproduce: 1) Start ubuntu-app-test through a terminal on U8 2) sudo kill -9 3) Try to start ubuntu-app-test Error, and you'll see that *.service file is there -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1675448] [NEW] Unity 8 doesnt allow multiple mir connections in a single client

2017-03-23 Thread Brandon Schaefer
Public bug reported: Some clients like to probe to see if a mir connection is available such as SDL2 and SDL1.2. This is an issue in U8 as it doesnt seem to allow multiple connections in one process. Example: http://paste.ubuntu.com/24235399/ Output on U8: http://paste.ubuntu.com/24235406/ **

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-22 Thread Brandon Schaefer
Sorry, with that new change u8 decides to dislike the multiple connections to test if the server is active. Need to dig into this. Patch coming soon! (unsubscribing the ubuntu sponsors for now) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-22 Thread Brandon Schaefer
** Patch removed: "mir-support.patch" https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+attachment/4842864/+files/mir-support.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-22 Thread Brandon Schaefer
New patch forgot to fallback to X11. ** Patch removed: "mir-support.patch" https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+attachment/4842863/+files/mir-support.patch ** Patch added: "mir-support.patch"

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2017-03-22 Thread Brandon Schaefer
Ok new patch! The crash on U8 was caused due to U8 resizing windows, I now clip it when doing software rendering. The patch has also been brought up to Mir 0.26 deprecations so it should be Mir 1.0 safe. (Which is why I've waited a bit to get this back) ** Patch added: "mir-support.patch"

[Bug 1662400] Re: ubuntu-app-test fails to launch apps at all [CRITICAL **: Unable to get PID for 'ubuntu-app-test' application]

2017-03-22 Thread Brandon Schaefer
I was able to hit this issue when U8 crashed while ubuntu-app-test was open. Leaving behind in: /run/user/1000/systemd/transient/ubuntu-app-launch-application-legacy-ubuntu-app-test-.service Once this was stuck there even relogging seems to be causing this issue. If you remove that file then it

[Bug 1667352] Re: SDL apps either "Failed to connect to the mir server: ..." or segfault in protobuf via mir_connect_sync

2017-03-21 Thread Brandon Schaefer
Bug is in protobuf leaking symbols, so not a mir/sdl2 bug. ** Changed in: libsdl2 (Ubuntu) Status: Confirmed => Invalid ** Changed in: mir/0.26 Assignee: Brandon Schaefer (brandontschaefer) => (unassigned) ** Changed in: mir Status: In Progress => Invalid ** Change

[Bug 1670844] Re: libmirclient cannot be reloaded through dlopen

2017-03-07 Thread Brandon Schaefer
This is mainly an issue with dynamic loading in SDL2 which ends up re- loading libmirclient twice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670844 Title: libmirclient cannot be reloaded

[Bug 1670844] [NEW] libmirclient cannot be reloaded through dlopen

2017-03-07 Thread Brandon Schaefer
a dangling pointer: back trace: http://paste.ubuntu.com/24133152/ valgrind: http://paste.ubuntu.com/24133156/ The workaround/fix that we saw was to re-set that static variable which will let the empty string be init'd correctly. ** Affects: mir Importance: High Assignee: Brandon Schaefer

[Bug 1667014] Re: Mir hangs when requesting a buffer when no pixel format is set

2017-02-22 Thread Brandon Schaefer
** Summary changed: - If no pixel format is set for a window it hangs when requesting a buffer + Mir hangs when requesting a buffer when no pixel format is set ** Changed in: mir (Ubuntu) Status: New => Invalid ** Summary changed: - Mir hangs when requesting a buffer when no pixel

[Bug 1667014] Re: If no pixel format is set for a window it hangs when requesting a buffer

2017-02-22 Thread Brandon Schaefer
** Summary changed: - If not pixel format is set for a window it hangs when requesting a buffer + If no pixel format is set for a window it hangs when requesting a buffer ** Also affects: mir (Ubuntu) Importance: Undecided Status: New ** Changed in: mir (Ubuntu) Importance:

[Bug 1664610] Re: qtubuntu sends wrong text as part of QKeyEvent

2017-02-16 Thread Brandon Schaefer
** Changed in: mir Importance: Undecided => Medium ** Changed in: qtubuntu (Ubuntu) Importance: Undecided => Medium ** Changed in: qtubuntu (Ubuntu) Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny) ** Changed in: mir Status: Confirmed => In Progress ** Changed in:

[Bug 1654612] Re: Setting the event handler after the surface has been created does nothing

2017-01-06 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/mir/fix-spec-set-event-handle -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654612 Title: Setting the event handler after the surface has been created does

[Bug 1654612] Re: Setting the event handler after the surface has been created does nothing

2017-01-06 Thread Brandon Schaefer
** Changed in: mir Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Changed in: mir Importance: Undecided => Medium ** Changed in: mir Status: New => In Progress ** Also affects: mir (Ubuntu) Importance: Undecided Status: New ** Changed in: mi

[Bug 1606418] Re: PointerConfinement.test_we_update_our_confined_region_on_a_resize

2017-01-03 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/mir/fix-confined-region-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606418 Title: PointerConfinement.test_we_update_our_confined_region_on_a_resize

[Bug 1653789] Re: DisplayConfigurationTest.configure_session_removed_display failure

2017-01-03 Thread Brandon Schaefer
** Changed in: mir Importance: High => Medium ** Changed in: mir (Ubuntu) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1653789 Title:

[Bug 1606418] Re: PointerConfinement.test_we_update_our_confined_region_on_a_resize

2017-01-03 Thread Brandon Schaefer
Huh, no issues for 4 months then it starts popping up randomly? Seems like a regression somewhere since the last MP ** Changed in: mir (Ubuntu) Importance: Undecided => Medium ** Changed in: mir (Ubuntu) Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Changed i

[Bug 1653789] Re: DisplayConfigurationTest.configure_session_removed_display failure

2017-01-03 Thread Brandon Schaefer
Ubuntu) Importance: Undecided => High ** Changed in: mir (Ubuntu) Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Changed in: mir Milestone: None => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1649070] Re: missing MIR binding

2016-12-27 Thread Brandon Schaefer
Mir 0.25 has been released in zesty and xenial + overlay. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649070 Title: missing MIR binding To manage notifications about this bug go to:

[Bug 1649696] Re: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

2016-12-14 Thread Brandon Schaefer
Good to hear! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649696 Title: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

[Bug 1649696] Re: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

2016-12-14 Thread Brandon Schaefer
(also strange an upgrade didnt just auto do that for you?) ** Changed in: mir Status: Incomplete => Invalid ** Changed in: mir/0.25 Status: Incomplete => Invalid ** Changed in: mir (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you

[Bug 1649696] Re: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

2016-12-13 Thread Brandon Schaefer
http://paste.ubuntu.com/23627055/ Xenial + O with pbuilder compiling content hub. Is there a different package you were trying to test? I dont see any comment on it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1649696] Re: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

2016-12-13 Thread Brandon Schaefer
Testing on a fresh install of 0.25 in zesty, and content hub is building for me. Using: 0.25.0+16.04.20161203-0ubuntu1 libmirclient9 0.25.0+16.04.20161203-0ubuntu1 libmircommon7 0.25.0+16.04.20161203-0ubuntu1 libmircore1 Is there a different package you were talking about? -- You received this

[Bug 1649070] Re: missing MIR binding

2016-12-11 Thread Brandon Schaefer
Sorry, this is my fault. Im waiting for 0.25 silo to get released (which will only fix it for xenial + zesty). I can propose a patch that will remove the required 0.25 mir stuff just to get this ball roll, though the 0.25 stuff *should* be released once QA approves it.

[Bug 1569836] Re: demo server with CanonicalWindowManagerPolicy hides titlebar when vertmaximized

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.24.2 ** Changed in: mir Milestone: 0.24.2 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569836 Title: demo server with

[Bug 1591328] Re: Pointer/cursor input lag in unity8 session

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1591328 Title: Pointer/cursor input lag in unity8 session To manage notifications about this bug go

[Bug 1393578] Re: Subpixel order not included in Mir display information

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393578 Title: Subpixel order not included in Mir display information To manage notifications about

[Bug 1539896] Re: [enhancement] Support Vulkan

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539896 Title: [enhancement] Support Vulkan To manage notifications about this bug go to:

[Bug 1536279] Re: Mir does not reset key states when paused or resumed

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536279 Title: Mir does not reset key states when paused or resumed To manage notifications about

[Bug 1420334] Re: [enhancement] Missing client API for relative surface movement

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420334 Title: [enhancement] Missing client API for relative surface movement To manage

[Bug 1600220] Re: Nested server needs full control over cursor position

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600220 Title: Nested server needs full control over cursor position To manage notifications about

[Bug 1588237] Re: Inconsistent behaviour of Num Lock

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588237 Title: Inconsistent behaviour of Num Lock To manage notifications about this bug go to:

[Bug 1612012] Re: Valgrind errors in NesterServer.* cause subsequent tests (ServerDisconnect, ServerStartup, UnresponsiveClient) to fail

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612012 Title: Valgrind errors in NesterServer.* cause subsequent tests (ServerDisconnect,

[Bug 1628478] Re: Mir servers crash when using the Nvidia driver

2016-11-07 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.25.0 => 0.26.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628478 Title: Mir servers crash when using the Nvidia driver To manage notifications about this

[Bug 1638278] Re: 4.8 kernel, under heavy load desktop unusable

2016-11-02 Thread Brandon Schaefer
Tested with 4.9rc3 and things are working again (sweet and thanks!). I went back to 4.8.0.11 and it was still an issue there. As well as checking 4.4.0.34 and zero issues with that. So seems to have happened when going from 4.4 --> 4.8 ** Tags added: kernel-fixed-upstream -- You received this

[Bug 1432741] Re: [FFe] sdl1.2 needs mir support patch

2016-11-01 Thread Brandon Schaefer
O sorry, forgot about testing this! Ill try to get sometime to test on Unity 8, Ive mainly been testing it on miral/demo server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432741 Title: [FFe]

[Bug 1638278] Re: 4.8 kernel, under heavy load desktop unusable

2016-11-01 Thread Brandon Schaefer
This happens for me as well. More then enough Mem/swap left. Easy to reproduce when compiling -j4. Testing with 4.4 and no issues. If you need more hardware information let me know! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1432741] Re: sdl1.2 needs mir support patch

2016-09-19 Thread Brandon Schaefer
Tested with on yakkety with mir 0.24 as well as mir trunk (0.25) Applications tested working: -mplayer -viruskiller -bomberclone -tuxfootball (and more) If anyone wants to test this as well: Have a mir server running (yakkety 0.24 preferred) If the server is on a tty

[Bug 1618672] [NEW] Screen flashes as if the display mode is using garbage values for the top/left and wraps around

2016-08-30 Thread Brandon Schaefer
Public bug reported: When typing/moving workspace or anything it will randomly happen where the display will flash around. Sometimes it'll get stuck like this: http://i.imgur.com/VSCQZq3.jpg Ive no way to reproduce sadly, but at the worst point the screen will start flashing black and I have to

[Bug 1611959] [NEW] Topbar - window controls for maximised windows in the top bar should conform to Fitts's law

2016-08-10 Thread Brandon Schaefer
Public bug reported: Close, maximize/unmaximize and minimize button for maximised windows in the top bar should conform to Fitts law. Referencing this bug: https://bugs.launchpad.net/ayatana-design/+bug/839690 ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New **

[Bug 1605074] Re: supertux2 has two mouse pointers (one should be hidden)

2016-07-22 Thread Brandon Schaefer
It crashes on native because glew :(... need to fix the assumption that linx == x11 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605074 Title: supertux2 has two mouse pointers (one should be

[Bug 1605074] Re: 2 mouse pointers (one should be hidden)

2016-07-21 Thread Brandon Schaefer
Where it would happen in sdl2 x11 code. https://hg.libsdl.org/SDL/file/afd286e26823/src/video/x11/SDL_x11mouse.c#l281 Also if the cursor hides on U7 but not U8, then this is a U8 bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1605074] Re: 2 mouse pointers (one should be hidden)

2016-07-21 Thread Brandon Schaefer
Though this is on xmir, it is for sure implemented in the x11 sdl2 code ** Also affects: qtmir 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/1605074

[Bug 1605074] Re: 2 mouse pointers (one should be hidden)

2016-07-21 Thread Brandon Schaefer
This is qtmir not hiding its cursor (mir does not control this nor would sdl2) The code where the SDL mouse hides. https://hg.libsdl.org/SDL/file/afd286e26823/src/video/mir/SDL_mirmouse.c#l231 ** Changed in: libsdl2 (Ubuntu) Status: Confirmed => Invalid -- You received this bug

[Bug 1432741] Re: sdl1.2 needs mir support patch

2016-06-23 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/libsdl/mir-support1.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432741 Title: sdl1.2 needs mir support patch To manage notifications about this bug go

[Bug 1590099] Re: Need to support pointer confinement

2016-06-20 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/mir/pointer-confinement -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590099 Title: Need to support pointer confinement To manage notifications about this

[Bug 1592691] Re: mir fails to build in xenial

2016-06-16 Thread Brandon Schaefer
** Changed in: mir/0.21 Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592691 Title: mir fails to build in xenial To manage notifications about this bug go

[Bug 1592691] Re: mir fails to build in xenial

2016-06-15 Thread Brandon Schaefer
** Also affects: mir Importance: Undecided Status: New ** Also affects: mir/0.21 Importance: Undecided Status: New ** Changed in: mir Status: New => Confirmed ** Changed in: mir/0.21 Status: New => Confirmed ** Changed in: mir Importance: Undecided => High

[Bug 1592691] Re: mir fails to build in xenial

2016-06-15 Thread Brandon Schaefer
** Changed in: mir Status: Confirmed => Won't Fix ** Changed in: mir Status: Won't Fix => Invalid ** Changed in: mir/0.21 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1590099] Re: Need to support pointer confimenet

2016-06-09 Thread Brandon Schaefer
The mir branch was the first step, not the 100% solution in mir. ** Changed in: mir Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590099 Title: Need to

[Bug 1590099] Re: Need to support pointer confimenet

2016-06-07 Thread Brandon Schaefer
** Also affects: miral Importance: Undecided Status: New ** Changed in: miral Status: New => Triaged ** Changed in: miral Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1590099] Re: Need to support pointer confimenet

2016-06-07 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/mir/add-client-confine-pointer- spec -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590099 Title: Need to support pointer confimenet To manage notifications

[Bug 1590099] [NEW] Need to support pointer confimenet

2016-06-07 Thread Brandon Schaefer
Public bug reported: We need to support pointer confinement set by the client. This way we can generate relative mouse events on a surface without the cursor being able to leave the edge of the window. ** Affects: mir Importance: Medium Assignee: Brandon Schaefer (brandontschaefer

[Bug 1589654] [NEW] OSK can render above the greeter before password prompt

2016-06-06 Thread Brandon Schaefer
Public bug reported: To reproduce, you'll need to compile/install this libertine branch: https://code.launchpad.net/~brandontschaefer/libertine/enable-maliit >From test out gedit on a libertine branch. Ensure this is with xmir:2:1.17.2-1ubuntu0.1~overlay11. A higher version will fix the focusing

[Bug 1589637] [NEW] Need to support multiple instances of applications

2016-06-06 Thread Brandon Schaefer
Public bug reported: You're unable to open two instances of the same app. Such as gedit or firefox. ** Affects: canonical-devices-system-image Importance: High Assignee: MichaƂ Sawicz (saviq) Status: New ** Affects: qtmir (Ubuntu) Importance: High Assignee: Gerry

[Bug 1582471] Re: Add focus/unfocus event passing for Xmir non-rootless mode

2016-05-24 Thread Brandon Schaefer
I just got the OSK working on the phone... and again the *focus* is never lost. Mainly the issue being when the phone locks. You turn the screen back on and the osk is still open for the lxc application. You can still type to it and it all goes to that app. Need to figure something out for

[Bug 1543351] Re: Add on-screen-keyboard support for Xmir/Libertine apps

2016-05-24 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/libertine/maliit-server-proxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543351 Title: Add on-screen-keyboard support for Xmir/Libertine apps To manage

[Bug 1582471] Re: Add focus/unfocus event passing for Xmir non-rootless mode

2016-05-20 Thread Brandon Schaefer
The thing is, the shell does tell the osk to hide or rather it gives enough info off that the window should know that its time to hide. Im assuming this is true based on U8 window normally hide when you click on a different window or a new window is mapped above it. The only issue seems to be

[Bug 1383430] Re: QtMir returns RGB32 for XRGB while still defaulting to 0x00 for the alpha.

2016-05-20 Thread Brandon Schaefer
Ill have to revisit why, and incomplete sounds good. I've got 60/90 days to figure out :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1383430 Title: QtMir returns RGB32 for XRGB while still

[Bug 1582471] Re: Add focus/unfocus event passing for Xmir non-rootless mode

2016-05-17 Thread Brandon Schaefer
Should make sense. Whats needed is when a window losses focus, ie. its no longer on the top of the stack. This is the broken part. The input area lossing focus... i need to double check. I know the qt apps were working the that respect but the gtk apps i tested were all text editing :) -- You

[Bug 1581260] [NEW] unit tests should run cleanly, even if they are expected to fail

2016-05-12 Thread Brandon Schaefer
Public bug reported: To reproduce: make test ARGS=-V Expect no error messages Results in Start 5: test_libertine_launch http://paste.ubuntu.com/16383489/ ** Affects: libertine Importance: Medium Status: New ** Affects: libertine (Ubuntu) Importance: Medium

[Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-05-05 Thread Brandon Schaefer
Ive been getting this as well here: https://code.launchpad.net/~brandontschaefer/mir/mir-event-capnproto/+merge/290760 Nice to see i might not be 100% my fault. Thought the fix should be moving away from real time for the test. -- You received this bug notification because you are a member of

[Bug 1572653] Re: keyboard does not show up on xenial

2016-05-03 Thread Brandon Schaefer
I can reproduce this same issue, getting it to show up but when attempting to click on the keys it hides (its not getting any input events it would seem) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1572653] Re: keyboard does not show up on xenial

2016-05-03 Thread Brandon Schaefer
And QT_DEVICE_PIXEL_RATIO is empty for me as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572653 Title: keyboard does not show up on xenial To manage notifications about this bug go to:

[Bug 1536662] Re: [regression] Black screen: Mir hangs and then crashes on startup/login due to reading from /dev/random

2016-02-26 Thread Brandon Schaefer
** Branch linked: lp:~mir-team/mir/lazy-cookie-secret-creation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536662 Title: [regression] Black screen: Mir hangs and then crashes on startup/login

[Bug 1536662] Re: [regression] Black screen: Mir hangs and then crashes on login due to reading from /dev/random

2016-02-11 Thread Brandon Schaefer
** Branch linked: lp:~mir-team/unity-system-compositor/cookie-entropy- workaround ** Changed in: unity-system-compositor Status: In Progress => Fix Committed ** Changed in: mir Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu

[Bug 1536662] Re: [regression] Mir hangs and then crashes due to reading from /dev/random

2016-02-03 Thread Brandon Schaefer
** Changed in: unity-system-compositor Status: Fix Committed => In Progress ** Changed in: mir Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536662

[Bug 1536662] Re: [regression] Mir hangs and then crashes due to reading from /dev/random

2016-02-03 Thread Brandon Schaefer
** Branch linked: lp:~mir-team/mir/handle-mis-shaped-cookies -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536662 Title: [regression] Mir hangs and then crashes due to reading from /dev/random

[Bug 1536662] Re: [regression] Mir blocks at system boot due to reading from /dev/random

2016-01-27 Thread Brandon Schaefer
** Changed in: unity-system-compositor Status: Fix Committed => In Progress ** Changed in: unity-system-compositor Milestone: 0.4.0 => 0.4.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1471998] Re: [enhancement] Support copy-paste between X and Mir

2016-01-25 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.20.0 => 0.19.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471998 Title: [enhancement] Support copy-paste between X and Mir To manage notifications about

[Bug 1513241] Re: libsdl2 No longer works with MIR 0.14 and greater (ABI/API break)

2016-01-24 Thread Brandon Schaefer
Yup, since SDL upstream follows LTS, soo cant merge my changes until 16.04 (though i should poke them to check :) Current branch: https://code.launchpad.net/~brandontschaefer/+junk/SDL2-new-mir-ABI Which Ill be making a patch once 2.0.4 gets synced with ubuntu! -- You received this bug

[Bug 1536662] Re: [regression] Mir blocks at system boot due to reading from /dev/random

2016-01-22 Thread Brandon Schaefer
ty-system-compositor Importance: Undecided => High ** Changed in: mir Importance: Low => Medium ** Changed in: unity-system-compositor Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Branch linked: lp:~mir-team/unity-system-compositor/override-cookie- authority

[Bug 1528384] Re: unity-system-compositor crashed with std::runtime_error in mir::compositor::CompositingFunctor::wait_until_started()

2016-01-20 Thread Brandon Schaefer
** Changed in: mir Milestone: None => 0.19.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528384 Title: unity-system-compositor crashed with std::runtime_error in

[Bug 1471998] Re: [enhancement] Support copy-paste between X and Mir

2016-01-20 Thread Brandon Schaefer
The work needed for this needs to land in 0.19 (or so im told?). Should i keep this at 0.19? Or just leave at 0.20 until its landed then move it to 0.19? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1535397] Re: Implement support for QWindow::visibility set to Automatic

2016-01-20 Thread Brandon Schaefer
** Changed in: mir Milestone: None => 0.19.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535397 Title: Implement support for QWindow::visibility set to Automatic To manage notifications

[Bug 1495974] Re: [android] renogotiation of pixel formats is not supported, leading to potential stride/pixelformat issues

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 ** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495974 Title: [android] renogotiation of pixel

[Bug 1488232] Re: server shutdown failure (segfault)

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 ** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488232 Title: server shutdown failure (segfault)

[Bug 1262116] Re: Nested servers prevent overlays or fullscreen bypass from working

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1262116 Title: Nested servers prevent overlays or fullscreen bypass from working To manage

[Bug 1493013] Re: CI test failure (segmentation fault) in ServerShutdown.server_can_shut_down_when_clients_are_blocked

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 ** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493013 Title: CI test failure (segmentation

[Bug 1497921] Re: /usr/sbin/unity-system-compositor:unity-system-compositor: pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 ** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497921 Title:

[Bug 1476201] Re: Dynamic double buffering fails to detect inertial dash scrolling as slow; and stutters instead of scaling up to triple buffers.

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476201 Title: Dynamic double buffering fails to detect inertial dash scrolling as slow; and

[Bug 1517205] Re: egl_demo_client_flicker has graphics corruption on android

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.19.0 => 0.20.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517205 Title: egl_demo_client_flicker has graphics corruption on android To manage notifications

[Bug 1262116] Re: Nested servers prevent overlays or fullscreen bypass from working

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1262116 Title: Nested servers prevent overlays or fullscreen bypass from working To manage

[Bug 1476201] Re: Dynamic double buffering fails to detect inertial dash scrolling as slow; and stutters instead of scaling up to triple buffers.

2016-01-19 Thread Brandon Schaefer
** Changed in: mir Milestone: 0.20.0 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476201 Title: Dynamic double buffering fails to detect inertial dash scrolling as slow; and

[Bug 1471998] Re: [enhancement] Support copy-paste between X and Mir

2016-01-12 Thread Brandon Schaefer
** Changed in: mir Status: New => In Progress ** Changed in: mir Importance: Undecided => High ** Changed in: mir Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Branch linked: lp:~mir-team/mir/public-cookie-api -- You received this bug notification be

[Bug 1205713] Re: unable to type Greek characters to the dash

2015-11-10 Thread Brandon Schaefer
** Changed in: nux/2.0 Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1205713 Title: unable to type Greek characters to the dash To manage notifications about

[Bug 1458952] Re: Memory leak in InputMethodIBus

2015-11-10 Thread Brandon Schaefer
** Changed in: nux (Ubuntu) Status: In Progress => Triaged ** Changed in: nux (Ubuntu) Status: Triaged => 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/1458952 Title:

[Bug 834465] Re: Unity dash ignores GNOME cursor blink settings

2015-11-10 Thread Brandon Schaefer
** Changed in: unity Status: In Progress => Triaged ** Changed in: unity (Ubuntu) Status: In Progress => Triaged ** Changed in: unity Assignee: Brandon Schaefer (brandontschaefer) => (unassigned) ** Changed in: unity (Ubuntu) Assignee: Brandon Schaefer (brandon

[Bug 1513241] [NEW] libsdl2 No longer works with MIR 0.14 and greater (ABI/API break)

2015-11-04 Thread Brandon Schaefer
Public bug reported: libsdl2 no longer works with mir 0.14 and greater. Due to ABI/API breakage. SDL2 should just be updated to the new ABI/API, ** Affects: libsdl2 (Ubuntu) Importance: Medium Assignee: Brandon Schaefer (brandontschaefer) Status: In Progress ** Changed

[Bug 1513241] Re: libsdl2 No longer works with MIR 0.14 and greater (ABI/API break)

2015-11-04 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/libsdl/update-mir-new-abi-api -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513241 Title: libsdl2 No longer works with MIR 0.14 and greater (ABI/API break)

[Bug 1513225] [NEW] libmircookie-dev does not depend on nettle-dev in debian/control

2015-11-04 Thread Brandon Schaefer
Public bug reported: libmircookie-dev needs to depend on nettle-dev in debian/control ** Affects: mir Importance: High Assignee: Brandon Schaefer (brandontschaefer) Status: In Progress ** Affects: mir (Ubuntu) Importance: High Status: Triaged ** Changed in: mir

[Bug 1501545] [NEW] Valgrind fails on rdrand when the cpu supports it (haswell)

2015-09-30 Thread Brandon Schaefer
Public bug reported: vex amd64->IR: unhandled instruction bytes: 0xF 0xC7 0xF0 0x89 0x6 0xF 0x42 0xC1 vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0 vex amd64->IR: VEX=0 VEX.L=0 VEX.n=0x0 ESC=0F vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0 opcode "rdrand %eax" Need valgrind

[Bug 1501545] Re: Valgrind fails on rdrand when the cpu supports it (haswell)

2015-09-30 Thread Brandon Schaefer
** Description changed: vex amd64->IR: unhandled instruction bytes: 0xF 0xC7 0xF0 0x89 0x6 0xF 0x42 0xC1 vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0 vex amd64->IR: VEX=0 VEX.L=0 VEX.n=0x0 ESC=0F vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0 opcode "rdrand %eax" + Need

[Bug 1498829] Re: tests do not compile without precompiled headers

2015-09-23 Thread Brandon Schaefer
** Changed in: mir Status: New => In Progress ** Changed in: mir Importance: Undecided => Low ** Changed in: mir Assignee: (unassigned) => Brandon Schaefer (brandontschaefer) ** Also affects: mir (Ubuntu) Importance: Undecided Status: New ** Changed in: mi

  1   2   3   4   5   6   7   8   9   10   >