[Bug 1192843] Re: XMir receives input from other VTs

2013-12-07 Thread quequotion
14
Are you certain that the changes specified in 5 have actually happened?

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-10-01 Thread kevin gunn
cleaning up fixed released status

** Changed in: unity-system-compositor
   Status: Fix Committed = Fix Released

** Changed in: xmir
   Status: In Progress = Fix Released

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-25 Thread Robert Ancell
** Changed in: mir
   Status: Fix Committed = Fix Released

** Changed in: mir
Milestone: 0.0.10 = 0.0.11

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/unity-system-compositor

** Branch linked: lp:ubuntu/saucy-proposed/mir

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-system-compositor -
0.0.1+13.10.20130924.1-0ubuntu1

---
unity-system-compositor (0.0.1+13.10.20130924.1-0ubuntu1) saucy; urgency=low

  [ Robert Ancell ]
  * Get root permissions to attach lightdm and u-s-c logs. Also attach
the .old logs. (LP: #1221506)
  * Prompt to restart after installing unity-system-compositor. (LP:
#1221209)
  * Set lifecycle state for clients when setting the active session.
(LP: #1192843)
  * Implement regex blacklist for supported OpenGL drivers (copied from
Compiz blacklist). (LP: #1226713)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 77
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 24 Sep 2013 
06:03:44 +

** Changed in: unity-system-compositor (Ubuntu)
   Status: New = 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/1192843

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.0.11+13.10.20130924.1-0ubuntu1

---
mir (0.0.11+13.10.20130924.1-0ubuntu1) saucy; urgency=low

  [ kg ]
  * bump version for ABI break (LP: #1229212)

  [ Robert Ancell ]
  * Allow an application to override the options being populated.
  * Pass the program options to parse_options().
  * Add missing include for std::cerr.
  * Report when paused and resumed via configuration. (LP: #1192843)
  * Add missing directory separator when searching for a config file to
parse.

  [ Kevin Gunn ]
  * change test timeouts and fix fence.

  [ Alexandros Frantzis ]
  * examples: Only check key information for key events This fixes a
memory error reported by valgrind for examples that use eglapp.
  * shell: Apply the base configuration on a hardware change only if no
per-session configuration is active.
  * graphics: consolidated fixed for nested code and examples on android
stack.

  [ Eleni Maria Stea ]
  * graphics: Pull in Eleni's changes to get the DRM fd to init GBM from
the host Mir instance.

  [ Didier Roche ]
  * remove (unused in the ppa as we have libmirserver3) hack to force
depending and building against the exact same version.

  [ Robert Carr ]
  * Add DPMS configuration API. (LP: #1193222)
  * Deduplicate mtd::NullDisplayConfig and
mtd::NullDisplayConfiguration.
  * Fix multiple internal client surfaces on android. (LP: #1228144)
  * change test timeouts and fix fence.
  * Add DPMS API and GBM/android impls.

  [ Kevin DuBois ]
  * platform, graphics: support nested (mir-on-mir) rendering on the
Android platform.

  [ Michael Terry ]
  * Change how Mir chooses socket locations to make it simpler for a
nested-Mir world, by using MIR_SOCKET as the host socket if no other
host socket is provided and passing MIR_SOCKET on to any children.
Also, change --nested-mode to --host-socket for clarity and add --
standalone to force standalone mode.

  [ Daniel d'Andrada ]
  * android-input housekeeping - Updated README - Removed some dead
code.

  [ Daniel van Vugt ]
  * Add DPMS configuration API. (LP: #1193222)
  * Add a flags field to MirBufferPackage so that clients can find out
if the buffer they've been given is scanout-capable. This is
normally something a client should never need to know. However there
are two specialized cases where it's required to fix bugs in the
intel and radeon X drivers:   LP: #1218735, LP: #1218815 The intel
fix (already landed) contains a hack which will be updated after
this branch lands. (LP: #1218815, #1218735)
  * GBM: Ensure that we don't create scanout buffers if bypass is
explicitly disabled from the environment. (LP: #1227133) . (LP:
#1227133)

  [ Alan Griffiths ]
  * graphics: Pull in Eleni's changes to get the DRM fd to init GBM from
the host Mir instance.
  * input: Separate the code for dispatching input from that reading it.
  * graphics: Hook up nested surfaces events to input.
  * input: Connect nested input relay to input dispatch.
  * graphics: Simplify NativeAndroidPlatform out of existence.
  * tests: Fixes to get the tests passing on android/arm stack. (LP:
#1226284)
  * graphics: consolidated fixed for nested code and examples on android
stack.
  * examples: add command-line options to examples so the Mir server
connection can be selected.
  * change test timeouts and fix fence.
  * client: Add client side support for connecting via an existing FD.

  [ Łukasz 'sil2100' Zemczak ]
  * Revert revision 1054 ABI-change (the libmirclient3 one), which seems
to cause a lot of problems.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 1081
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 24 Sep 2013 
06:04:59 +

** Changed in: mir (Ubuntu)
   Status: New = 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/1192843

Title:
  XMir receives input from other VTs

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

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

[Bug 1192843] Re: XMir receives input from other VTs

2013-09-20 Thread Robert Ancell
** No longer affects: mir (Ubuntu)

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-04 Thread Robert Ancell
** Package changed: unity-system-compositor (Ubuntu) = unity-system-
compositor

** No longer affects: mir (Ubuntu)

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-09-01 Thread Chris Halse Rogers
Adding usc as affected package; this requires support from the system
compositor, although that will probably come via rebuilding against new
Mir libraries.

** Also affects: unity-system-compositor (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-system-compositor (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-29 Thread Robert Ancell
lp:~robert-ancell/mir/drop-focus-on-vt-switch is a work in progress
branch that unfocuses sessions when VT switching away from them

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-29 Thread Daniel van Vugt
** Branch linked: lp:~robert-ancell/mir/drop-focus-on-vt-switch

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.0.10+13.10.20130827.1-0ubuntu1

---
mir (0.0.10+13.10.20130827.1-0ubuntu1) saucy; urgency=low

  [ Alan Griffiths ]
  * ipc: add a protocol version to the wire protocol so that we can bump
it in future.
  * graphics::nested: Handling of output configuration changes.
  * graphics.nested: Hookup NestedDisplay to display change
notifications.

  [ Daniel van Vugt ]
  * Introducing mir_demo_client_progressbar. It's pretty boring;
designed to simulate key repeat scrolling in a terminal, as an aid
for tracking down bug 1216472. . (LP: #1216472)

  [ Eleni Maria Stea ]
  * changed the GBMBufferAllocator constructor and class to use the
gbm_device instead of the GBMPlatform to remove the dependency from
the mg::Platform interface - this way we can use the
GBMBufferAllocator with the NativeGBMPlatform (nested mir).

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 1025
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 27 Aug 2013 
18:04:47 +

** Changed in: mir (Ubuntu)
   Status: Confirmed = 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/1192843

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-25 Thread Robert Ancell
** Changed in: mir
   Status: Fix Committed = Fix Released

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-24 Thread Chris Halse Rogers
It's worth noting that the Mir component - providing the infrastructure
that XMir needs to do this right - is Fix Committed. XMir still needs
changes to use that infrastructure before this bug is fixed.

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-23 Thread kevin gunn
** Branch linked: lp:~robertcarr/mir/client-focus-notifications

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/mir

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-23 Thread Daniel van Vugt
** Also affects: mir
   Importance: Undecided
   Status: New

** Changed in: mir
   Status: New = Fix Committed

** Changed in: mir
   Importance: Undecided = Critical

** Changed in: mir
 Assignee: (unassigned) = Robert Carr (robertcarr)

** Changed in: mir
Milestone: None = 0.0.10

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-22 Thread Scott Kitterman
This issue has security implications.  See
http://mjg59.dreamwidth.org/27327.html

** Information type changed from Public to Public Security

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

** Changed in: mir (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  XMir receives input from other VTs

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

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


[Bug 1192843] Re: XMir receives input from other VTs

2013-08-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mir (Ubuntu)
   Status: New = Confirmed

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

Title:
  XMir receives input from other VTs

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

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