[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 when building 2.0.6 with mir support and vulkan
support.

Also a KMS/DRM driver landed in 2.0.6 as well. Which is pretty nice for
embedded devices!

Otherwise no changes in 2.0.6 directly cause issues with mir (besides
warnings), and all looks good to me!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1719825

Title:
  [Ffe] sdl2 2.0.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1719825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432741

Title:
  [FFe] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432741

Title:
  [FFe] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 test with on unity8: 
http://paste.ubuntu.com/24237290/

-- 
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] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 patch that will just return true that you can connect
to the mir server with out attempting to connect. This will allow it to
work on U8 but wont fallback to x11 (which is why I need that connection
check).

** Patch added: "mir-support.patch"
   
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+attachment/4843785/+files/mir-support.patch

-- 
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] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1662400

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1662400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/

** Affects: unity8 (Ubuntu)
 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/1675448

Title:
  Unity 8 doesnt allow multiple mir connections in a single client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1675448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1432741

Title:
  [FFe] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1432741

Title:
  [FFe] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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"
   
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.
https://bugs.launchpad.net/bugs/1432741

Title:
  [FFe] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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"
   
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+attachment/4842863/+files/mir-support.patch

-- 
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] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 works again.

To reproduce this issue:
1) In U8 on a terminal start ubuntu-app-test with any application
2) Copy the 
/run/user/1000/systemd/transient/ubuntu-app-launch-application-legacy-ubuntu-app-test-.service
 somewhere
3) Relog into U8
4) Copy the *.service file back into /run/user/1000/systemd/transient/
5) Try to use ubuntu-app-test again from a terminal in U8

Then you'll hit this error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1662400

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1662400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Changed in: mir/0.26
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667352

Title:
  SDL apps either "Failed to connect to the mir server: ..." or segfault
  in protobuf via mir_connect_sync

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1667352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 through dlopen

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1670844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2017-03-07 Thread Brandon Schaefer
Public bug reported:

Code example:
http://paste.ubuntu.com/24133139/

Fails on the 2nd load due to an issue of libprotobuf-lite not being
unloaded. Meaning the static variables aren't being re-inited. Protobuf
uses a static variable for an empty string optimization which ends up
becoming 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 (brandontschaefer)
 Status: In Progress

** Affects: mir (Ubuntu)
 Importance: High
 Assignee: Brandon Schaefer (brandontschaefer)
 Status: In Progress

** Changed in: mir
   Status: New => In Progress

** Changed in: mir
   Importance: Undecided => High

** Changed in: mir
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir
Milestone: None => 1.0.0

** Changed in: mir
Milestone: 1.0.0 => 0.26.2

** Changed in: mir (Ubuntu)
   Status: New => In Progress

** Changed in: mir (Ubuntu)
   Importance: Undecided => High

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Summary changed:

- Mirclient cannot be reloaded through dlopen
+ libmirclient cannot be reloaded through dlopen

-- 
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 through dlopen

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1670844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 format is set
+ Mir hangs when requesting a buffer with no pixel format

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667014

Title:
  Mir hangs when requesting a buffer with no pixel format

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1667014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: Undecided => High

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Kevin DuBois (kdub)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667014

Title:
  If no pixel format is set for a window it hangs when requesting a
  buffer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1667014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: qtubuntu (Ubuntu)
   Status: New => 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/1664610

Title:
  qtubuntu sends wrong text as part of QKeyEvent

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1664610/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1654612/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: mir (Ubuntu)
   Status: New => In Progress

** Changed in: mir (Ubuntu)
   Importance: Undecided => Medium

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

-- 
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
  nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1654612/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1606418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  DisplayConfigurationTest.configure_session_removed_display failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1653789/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 in: mir
   Status: Confirmed => In Progress

** Changed in: mir (Ubuntu)
   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/1606418

Title:
  PointerConfinement.test_we_update_our_confined_region_on_a_resize

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1606418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1653789] Re: DisplayConfigurationTest.configure_session_removed_display failure

2017-01-03 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/mir/fix-remove-display-test

** Changed in: mir
   Status: New => In Progress

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir (Ubuntu)
   Status: New => In Progress

** Changed in: mir (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 to Ubuntu.
https://bugs.launchpad.net/bugs/1653789

Title:
  DisplayConfigurationTest.configure_session_removed_display failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1653789/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1649070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1649696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1649696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1649696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1649696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

https://code.launchpad.net/~mir-team/mir/0.25/+merge/310238

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1649070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/mir/+bug/1393578/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 CanonicalWindowManagerPolicy hides titlebar when
  vertmaximized

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1569836/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/mir/+bug/1539896/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536279/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[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 notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1420334/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/mir/+bug/1600220/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, ServerStartup, UnresponsiveClient) to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1612012/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 go to:
https://bugs.launchpad.net/mir/+bug/1628478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638278

Title:
  4.8 kernel, under heavy load desktop unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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] sdl1.2 needs mir support patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1638278

Title:
  4.8 kernel, under heavy load desktop unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (MIR_SOCKET=/tmp/mir_socket)
   otherwise you'll be fine on the Mir on X server.
  Run the game you want: SDL_VIDEODRIVER=mir ./game_you_want

Any game that uses glew will not work sadly as there still needs a port
there. This also isnt 100% coverage, not a 100% complete port. Some
functions missing including custom cursors, relative mouse support and a
few others.

X11 will still be picked before Mir, so this will not cause any issues
there. You have to manually do SDL_VIDEODRIVER=mir if you want to run
Mir over X. Or if you're on a Mir server only it'll just work.

** Patch added: "mir-support.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+attachment/4743925/+files/mir-support.debdiff

-- 
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 to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 reboot.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Aug 30 19:34:28 2016
DistUpgraded: 2016-01-04 12:05:30,294 DEBUG enabling apt cron job
DistroCodename: yakkety
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 5500 [17aa:5036]
InstallationDate: Installed on 2015-12-21 (253 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20BXCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9136-generic.efi.signed 
root=UUID=21d99ce3-7e95-44e2-a708-10cf194e0be5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to yakkety on 2016-01-04 (239 days ago)
dmi.bios.date: 11/06/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET54WW (1.19 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BXCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BXCTO1WW
dmi.product.version: ThinkPad T450s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.1-3ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.1-3ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Tue Aug 30 19:24:57 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu4
xserver.video_driver: modeset

** Affects: xorg (Ubuntu)
 Importance: High
 Status: New

** Affects: xorg-server (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug compiz-0.9 ubuntu yakkety

** Summary changed:

- Screen flashes as if the display mod is using garbage values for the top/left
+ Screen flashes as if the display mode is using garbage values for the top/left

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618672

Title:
  Screen flashes as if the display mode is using garbage values for the
  top/left and wraps around

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1618672/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Summary changed:

- Topbar - window controls for maximised windows in the top bar should conform 
to Fitts's law Edit
+ Topbar - window controls for maximised windows in the top bar should conform 
to Fitts's law

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1611959

Title:
  Topbar - window controls for maximised windows in the top bar should
  conform to Fitts's law

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1611959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 hidden)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1605074/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1605074

Title:
  2 mouse pointers (one should be hidden)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1605074/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Title:
  2 mouse pointers (one should be hidden)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1605074/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1605074

Title:
  2 mouse pointers (one should be hidden)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1605074/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1432741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 go to:
https://bugs.launchpad.net/mir/+bug/1590099/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to:
https://bugs.launchpad.net/mir/+bug/1592691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Changed in: mir/0.21
   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/1592691

Title:
  mir fails to build in xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1592691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
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 to:
https://bugs.launchpad.net/mir/+bug/1592691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 support pointer confimenet

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590099/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1590099

Title:
  Need to support pointer confimenet

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590099/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590099/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
 Status: In Progress

** Affects: mir (Ubuntu)
 Importance: Medium
 Assignee: Brandon Schaefer (brandontschaefer)
 Status: In Progress

** Affects: qtmir (Ubuntu)
 Importance: Medium
 Assignee: Daniel d'Andrada (dandrader)
 Status: Confirmed

** Affects: unity8 (Ubuntu)
 Importance: Medium
 Assignee: Daniel d'Andrada (dandrader)
 Status: Confirmed

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir
   Status: New => In Progress

** Changed in: mir (Ubuntu)
   Status: New => In Progress

** Changed in: mir
   Importance: Undecided => Medium

** Changed in: mir (Ubuntu)
   Importance: Undecided => Medium

** Changed in: mir
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Changed in: mir
Milestone: None => 0.24.0

-- 
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 about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590099/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of the xmir apps.

On a vivid+overlay phone updated with:
- Open gedit, ensure the OSK opens.
- Lock phone
- Attempt to unlock.

Expect:
  Normal greeter with no osk open

Result:
  OSK open over the greeter and the OSK sending input to gedit.

** Affects: unity8 (Ubuntu)
 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/1589654

Title:
  OSK can render above the greeter before password prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1589654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Boland (gerboland)
 Status: New

** Affects: ubuntu-app-launch (Ubuntu)
 Importance: High
 Assignee: Ted Gould (ted)
 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/1589637

Title:
  Need to support multiple instances of applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1589637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 this...and it does appear to be an xmir issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582471

Title:
  Add focus/unfocus event passing for Xmir non-rootless mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1582471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1543351/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 LXC/XMir windows?

Shouldnt this mean, in xmir if we get a loss of focus we should tell the
window it so the toolkits know we've lost focus? Not sure how else the
toolkits will know they've lost focus?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582471

Title:
  Add focus/unfocus event passing for Xmir non-rootless mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1582471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 defaulting to 0x00 for the
  alpha.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1383430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582471

Title:
  Add focus/unfocus event passing for Xmir non-rootless mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1582471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
 Status: New

** Changed in: libertine
   Importance: Undecided => Medium

** Also affects: libertine (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libertine (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/1581260

Title:
  unit tests should run cleanly, even if they are expected to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/libertine/+bug/1581260/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570698

Title:
  CI failure in TestClientInput.receives_one_touch_event_per_frame

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1570698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1572653

Title:
  keyboard does not show up on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1572653/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1572653/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  due to reading from /dev/random

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536662

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1536662

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/mir/+bug/1471998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1513241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2016-01-22 Thread Brandon Schaefer
** Also affects: unity-system-compositor
   Importance: Undecided
   Status: New

** Changed in: unity-system-compositor
   Status: New => In Progress

** Changed in: mir
   Status: In Progress => Confirmed

** Changed in: mir
   Importance: High => Low

** Changed in: unity-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

-- 
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 blocks at system boot due to reading from /dev/random

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1536662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1471998

Title:
  [enhancement] Support copy-paste between X and Mir

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1471998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 about this bug go to:
https://bugs.launchpad.net/avila/+bug/1535397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  mir::compositor::CompositingFunctor::wait_until_started()

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528384/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 stutters instead of scaling up to triple buffers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1476201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1262116/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 formats is not supported, leading to
  potential stride/pixelformat issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1495974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1488232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  /usr/sbin/unity-system-compositor:unity-system-compositor:
  pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion
  `mutex->__data.__owner == 0' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1497921/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 stutters instead of scaling up to triple buffers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1476201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 fault) in
  ServerShutdown.server_can_shut_down_when_clients_are_blocked

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1493013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1262116/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 about this bug go to:
https://bugs.launchpad.net/mir/+bug/1517205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 this bug go to:
https://bugs.launchpad.net/mir/+bug/1471998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/nux/+bug/1205713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  Memory leak in InputMethodIBus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/1458952/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (brandontschaefer) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/834465

Title:
  Unity dash ignores GNOME cursor blink settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/834465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1513241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 in: libsdl2 (Ubuntu)
   Status: New => In Progress

** Changed in: libsdl2 (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- libsdl2 No longer works with mir 0.14 and greater (ABI/API break)
+ libsdl2 No longer works with MIR 0.14 and greater (ABI/API break)

** Changed in: libsdl2 (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

-- 
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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1513241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   Status: New => In Progress

** Changed in: mir
   Importance: Undecided => High

** Branch linked: lp:~brandontschaefer/mir/libmircookie-dev-needs-nettle

** Changed in: mir
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir (Ubuntu)
   Status: New => Triaged

** Changed in: mir (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/1513225

Title:
  libmircookie-dev does not depend on nettle-dev in debian/control

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1513225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 valgrind 1:3.11.0-1ubuntu1
+ 
  How to reproduce (need haswell or a cpu that supports rdrand)
  http://pastebin.ubuntu.com/12628142/
  g++ -std=c++14 test.cpp -o test
  valgrind ./test
  
  Bug also needs to be filed upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1501545

Title:
  Valgrind fails on rdrand when the cpu supports it (haswell)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1501545/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 1:3.11.0-1ubuntu1

How to reproduce (need haswell or a cpu that supports rdrand)
http://pastebin.ubuntu.com/12628142/
g++ -std=c++14 test.cpp -o test
valgrind ./test

Bug also needs to be filed upstream

** Affects: valgrind (Ubuntu)
 Importance: Undecided
 Status: New

** 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"
  
  How to reproduce (need haswell or a cpu that supports rdrand)
  http://pastebin.ubuntu.com/12628142/
  g++ -std=c++14 test.cpp -o test
  valgrind ./test
+ 
+ Bug also needs to be filed upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1501545

Title:
  Valgrind fails on rdrand when the cpu supports it (haswell)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1501545/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2015-09-23 Thread Brandon Schaefer
Any way to add this to a CI run? Would be nice to automate checking we
are able to compile with out pre compiled headers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1498829

Title:
  tests do not compile without precompiled headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1498829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >