[Bug 1472097] Re: XMir crashes when running with -rootless

2015-12-08 Thread Daniel van Vugt
xorg-server (2:1.17.3-2ubuntu2) xenial; urgency=medium ** Changed in: xorg-server (Ubuntu) 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/1472097 Title:

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-14 Thread Daniel van Vugt
https://git.launchpad.net/~xmir-team/xorg- server/+git/xmir/commit/?id=15b4b153f194916324a289353879a2467ee941f6 ** Changed in: xorg-server (Ubuntu) Assignee: Robert Ancell (robert-ancell) => Daniel van Vugt (vanvugt) ** Changed in: xorg-server (Ubuntu) Status: Confirmed => Fix Committ

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-14 Thread Daniel van Vugt
Oh, maybe the intent is to use the X Composite extension in rootless. That might avoid the need for special support in each Mir compositor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472097 Title:

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-11 Thread Daniel van Vugt
Also, each compositor (including QtMir) would need to be modified to support subsurface placement for rootless to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472097 Title: XMir crashes when

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-11 Thread Daniel van Vugt
As far as I can tell "-rootless" mode actually is not implemented yet. I can't make it crash but I can see that it mistakenly maps each X Window (some of which could be menus or even individual widgets like in xedit) to separate Mir surfaces. If we're going to continue on this path then Mir needs f

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-06 Thread Robert Ancell
** Changed in: xorg-server (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472097 Title: XMir crashes when running with -rootless To manage notifica

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-09-01 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.17.2-1ubuntu4 --- xorg-server (2:1.17.2-1ubuntu4) wily; urgency=medium * debian/patches/xmir-rootless.patch: - Fix crash when running XMir in rootless mode (LP: #1472097) -- Robert Ancell Thu, 20 Aug 2015 16:31:37 +1200 **

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-08-20 Thread Robert Ancell
Hmm, now I try more complex applications (e.g. gedit) it does seem to crash for those still. So this is probably not the complete solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472097 Title:

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-08-19 Thread Robert Ancell
It seems to have been caused by a logic error that was only calling CompositeRedirectSubwindows for windows without a parent. I couldn't see any reason why this should be the case and calling this for all windows seems to fix xeyes. -- You received this bug notification because you are a member o

[Bug 1472097] Re: XMir crashes when running with -rootless

2015-08-17 Thread Robert Ancell
Reproducable by running: (on VT1) $ sudo mir_demo_server (on VT2) $ sudo chown $USER.$USER /var/run/user/$PID/mir_socket $ XMir :1 -rootless & (switch to VT1 then back to VT2) $ DISPLAY=:1 xeyes (XMir crashes) The rootless code is kind of hacky, so I'd definitely use non rootless mode until it's b