[Ubuntu-x-swat] [Bug 1672931] Re: [regression] Qt & GTK apps on Unity8 are defaulting to Xmir instead of native GTK/Qt (and so menus don't appear in the titlebar)

2020-07-17 Thread Christopher Townsend
** Changed in: libertine/devel Status: In Progress => Triaged ** Changed in: libertine/devel Assignee: Christopher Townsend (townsend) => (unassigned) ** Changed in: libertine/devel Milestone: 1.8 => None ** Changed in: libertine/trunk Milestone: 1.8 => None

[Ubuntu-x-swat] [Bug 1672931] Re: [regression] Qt & GTK apps on Unity8 are defaulting to Xmir instead of native GTK/Qt (and so menus don't appear in the titlebar)

2017-04-05 Thread Christopher Townsend
Hey Daniel, That xmir commit does not fix this issue:) It only fixes the crash. I'm still working on a proper solution for xmir, which I'm close to committing. ** Changed in: xorg-server (Ubuntu) Status: Fix Committed => In Progress -- You received this bug notification because you are

[Ubuntu-x-swat] [Bug 1672931] Re: [regression] Qt & GTK apps on Unity8 are defaulting to Xmir instead of native GTK/Qt (and so menus don't appear in the titlebar)

2017-04-03 Thread Christopher Townsend
signee: (unassigned) => Christopher Townsend (townsend) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1672931 Title: [regression] Qt & GTK apps on Unity8 are defaulting to

[Ubuntu-x-swat] [Bug 1675481] Re: Xmir crashes when using the '-fd' option

2017-03-24 Thread Christopher Townsend
The following diff seems to fix the crash: http://pastebin.ubuntu.com/24242549/ I haven't committed it yet since I'm really not sure if this method is valid or if there is a bug. After a client connects to the X socket and Xmir is started with the fd returned from accept(), the client just

[Ubuntu-x-swat] [Bug 1675481] Re: Xmir crashes when using the '-fd' option

2017-03-23 Thread Christopher Townsend
** Description changed: I'm trying to use the '-fd' option in Xmir and get a crash when Xmir starts up. This is what I'm doing: I'm using socket()/bind()/listen()/accept() on a AF_UNIX socket at /tmp/.X11-unix/X0 (or whatever available display number). DISPLAY is then set based

[Ubuntu-x-swat] [Bug 1675481] Re: Xmir crashes when using the '-fd' option

2017-03-23 Thread Christopher Townsend
** Description changed: I'm trying to use the '-fd' option in Xmir and get a crash when Xmir starts up. This is what I'm doing: I'm using socket()/bind()/listen()/accept() on a AF_UNIX socket at /tmp/.X11-unix/X0 (or whatever available display number). DISPLAY is then set based

[Ubuntu-x-swat] [Bug 1675481] [NEW] Xmir crashes when using the '-fd' option

2017-03-23 Thread Christopher Townsend
Public bug reported: I'm trying to use the '-fd' option in Xmir and get a crash when Xmir starts up. This is what I'm doing: I'm using socket()/bind()/listen()/accept() on a AF_UNIX socket at /tmp/.X11-unix/X0 (or whatever available display number). DISPLAY is then set based on this. Then,

[Ubuntu-x-swat] [Bug 1675364] Re: [Regression] xmir applications fail to render

2017-03-23 Thread Christopher Townsend
Is this on Zesty or X+O? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1675364 Title: [Regression] xmir applications fail to render To manage notifications about this bug go to:

[Ubuntu-x-swat] [Bug 1671257] Re: Copy & paste into/from Xapps no longer works

2017-03-09 Thread Christopher Townsend
I don't doing it in xmir is the right place now, especially for rootless, because a new window that is opened from the app will get it's own unique persistent surface id. pasted will definitely need to be modified to account for the rootless scenario. Removing the xmir task... ** No longer

[Ubuntu-x-swat] [Bug 1671257] Re: Copy & paste into/from Xapps no longer works

2017-03-09 Thread Christopher Townsend
After some more investigation, in the non-rootless mode, Xmir sets the _MIR_WM_PERSISTENT_ID atom on the root window, and since pasted just queries the default root window, this works fine. However, in rootless move, one of the children on the "root" window gets the _MIR_WM_PERSISTENT_ID atom,

[Ubuntu-x-swat] [Bug 1625846] Re: Xmir -rootless: Firefox menus pop up then close right away

2017-03-07 Thread Christopher Townsend
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Tags added: unity8-desktop -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1625846 Title:

[Ubuntu-x-swat] [Bug 1650037] Re: Misunderstood touch events

2017-02-24 Thread Christopher Townsend
I'm not really sure where the problem here is, but I'm pretty sure it's not Libertine in and of itself causing the issue. My first suspicion is maybe Xmir is not doing something right, so I'll just add that task to this bug for completeness and mark the Libertine bug Invalid. ** Also affects:

[Ubuntu-x-swat] [Bug 1625846] Re: Xmir -rootless: Firefox menus pop up then close right away

2017-02-10 Thread Christopher Townsend
Yeah, this is going to become more of an issue since we are enabling rootless by default for Libertine apps. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1625846 Title: Xmir -rootless:

[Ubuntu-x-swat] [Bug 1663674] Re: Firefox menus don't work with Xmir -rootless

2017-02-10 Thread Christopher Townsend
*** This bug is a duplicate of bug 1625846 *** https://bugs.launchpad.net/bugs/1625846 ** This bug has been marked a duplicate of bug 1625846 Xmir -rootless: Firefox menus pop up then close right away -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 1663674] [NEW] Firefox menus don't work with Xmir -rootless

2017-02-10 Thread Christopher Townsend
Public bug reported: In the move to using Xmir in -rootless mode and the landing of child surfaces in U8, Firefox menus do not work. The menu will show very briefly and then disappear. To test Xmir in -rootless mode w/ U8 and Libertine, please install https://bileto.ubuntu.com/#/ticket/2452 and

[Ubuntu-x-swat] [Bug 1660450] Re: Firefox crashes unity8 zesty

2017-01-30 Thread Christopher Townsend
Ok, I looked a bit, and it appears Firefox is trying to use the GDK-Mir backend, but I'm guessing the GDK-Mir backend is not mature enough yet (?), so the app bails. Definitely not an Xmir issue as Xmir is not even trying to be used in this case. ** No longer affects: xorg-server (Ubuntu) --

[Ubuntu-x-swat] [Bug 1583538] Re: [desktop] Error creating OpenGL context using Java

2016-10-07 Thread Christopher Townsend
Looks to me like Java is querying display modes and doesn't receive anything back. Jave doesn't handle this gracefully and crashes. Xmir should probably at least return something meaningful back when being queried for display modes. -- You received this bug notification because you are a

[Ubuntu-x-swat] [Bug 1592226] Re: Tabs in Firefox browser are not kept after quit the app.

2016-09-28 Thread Christopher Townsend
*** This bug is a duplicate of bug 1628589 *** https://bugs.launchpad.net/bugs/1628589 I'm going to dup this bug to bug #1628589 as the crux of the problem is proper session management for Libertine X apps. ** This bug has been marked a duplicate of bug 1628589 Need better session

[Ubuntu-x-swat] [Bug 1613708] Re: [regression] Xmir: Some buttons are unclickable after rotating the screen

2016-09-20 Thread Christopher Townsend
I have installed xmir from xenial-proposed and confirmed no regressions are caused by this change. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1617932] Re: Xmir with glamor is spending 11% of its CPU time in epoxy_has_gl_extension

2016-09-16 Thread Christopher Townsend
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1617932 Title: Xmir with glamor is spending 11% of its CPU time in

[Ubuntu-x-swat] [Bug 1581076] Re: Xorg segfaults on start-up on Big Endian PPC hardware

2016-09-14 Thread Christopher Townsend
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1581076 Title: Xorg segfaults on start-up on Big Endian PPC hardware

[Ubuntu-x-swat] [Bug 1617925] Re: Xmir: Received an unknown 11 event

2016-09-14 Thread Christopher Townsend
I enabled xenial-proposed and installed xmir. I can confirm this bug is fixed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1590553] Re: Xmir -rootless: Buttons are randomly unclickable (popups vanish instantly)

2016-09-14 Thread Christopher Townsend
I have enabled xenial-proposed and installed xmir. I can confirm this bug is fixed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1591356] Re: keyboard autorepeat in Xmir apps & GTK-on-Mir does not work

2016-09-14 Thread Christopher Townsend
I have enabled xenial-proposed and installed xmir. I can confirm this bug is fixed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1613708] Re: Some Xapps buttons are not responding

2016-08-17 Thread Christopher Townsend
Here is the debdiff between the version of xmir in the overlay (working) and the candidate version: http://pastebin.ubuntu.com/23064583/ -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1613708] Re: Some Xapps buttons are not responding

2016-08-17 Thread Christopher Townsend
Update: So I tried rotating the tablet into portrait mode as suggested, and the buttons suddenly work! I'm not sure where the bug lies in this case, but wherever the bug is, the version of xmir that is currently in the overlay is not affected by it whereas the overlay candidate is. -- You

[Ubuntu-x-swat] [Bug 1613708] Re: Some Xapps buttons are not responding

2016-08-17 Thread Christopher Townsend
Hey Daniel, I do not see this issue on Yakkety xmir on desktop, nor do I see it on Xenial+overlay using a locally compiled xmir made from the head of the xmir git tree. However, I can reproduce the issue described in the bug on my frieza using the version of xmir found in the Vivid overlay

[Ubuntu-x-swat] [Bug 1613708] Re: Some Xapps buttons are not responding

2016-08-16 Thread Christopher Townsend
** Description changed: Enviroment: current build number: 169 device name: frieza channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en last update: 2016-08-16 10:23:29 version version: 169 version ubuntu: 20160816 version device: 20160809.0 version custom: 20160805--42-20-vivid

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

2016-08-09 Thread Christopher Townsend
** Description changed: + [Impact] + + This will allow copy & paste to work with X apps on desktop systems + using U8. + + [Test Case] + + 1. Compile & install the Libertine branch found here: + https://code.launchpad.net/~townsend/libertine/pasted/+merge/299603 + 2. Create a Libertine

[Ubuntu-x-swat] [Bug 1504422] Re: Xmir: xrandr outputs information is lost after root window resize

2016-08-09 Thread Christopher Townsend
** Description changed: - Xmir: xrandr outputs information is lost after root window resize (non- - rootless mode) + [Impact] + + Users trying to use xrandr on Xmir will get bogus info for the root + window after resizing it. + + [Test Case] + + 1. Start up an X application through Xmir. + 2.

[Ubuntu-x-swat] [Bug 1603917] Re: [enhancement] Implement smooth scrolling in Xmir (like Xwayland)

2016-08-09 Thread Christopher Townsend
** Description changed: + [Impact] + + Users would like to use smooth scrolling and have a good user + experience. + + [Test Case] + + 1. Create a Libertine container. + 2. Install an X application in it. + 3. Start application. + 4. Using a touchpad, use gesture for scrolling. + + Observe

[Ubuntu-x-swat] [Bug 1510849] Re: Right and bottom edges show graphics corruption when resizing Xmir windows

2016-08-09 Thread Christopher Townsend
** Description changed: + [Impact] + + Users seeing graphics corruption is not good and leaves a poor user + experience. + + [Test Case] + + 1. Create a Libertine container. + 2. Install an X app in it. + 3. Start the X app. + 4. Resize the window. + + Observe that the window does not have

[Ubuntu-x-swat] [Bug 1591356] Re: keyboard autorepeat in Xmir apps & GTK-on-Mir does not work

2016-08-09 Thread Christopher Townsend
** Description changed: + [Impact] + + Auto key repeating does not work in Libertine X apps which is very + frustrating to users. + + [Test Case] + + 1. Install xterm in libertine + 2. Start xterm from the "Xapps" scope + 3. Wait for xterm to appear + 4. Press and hold a key + + See how it

[Ubuntu-x-swat] [Bug 1602561] Re: SDL apps fail to start, and then Xmir crashes on client exit

2016-08-09 Thread Christopher Townsend
** Description changed: + [Impact] + + A crash in Xmir can be observed sometimes when starting particular X + applications. + + [Test Case] + + 1. Create a Libertine container and install supertux. + 2. Try to run supertux. + + Obverse there is no longer a crash in Xmir in /var/crash. + +

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

2016-07-29 Thread Christopher Townsend
** Branch linked: lp:~dandrader/qtubuntu/content-hub-clipboard ** Changed in: qtubuntu (Ubuntu) Status: Triaged => In Progress ** Changed in: qtubuntu (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Tags removed: xmir ** No longer affects: xorg-server (Ubuntu)

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

2016-07-27 Thread Christopher Townsend
** Changed in: libertine Milestone: 1.3 => 1.4 ** Changed in: libertine/trunk Milestone: 1.3 => 1.4 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1471998 Title: [enhancement]

[Ubuntu-x-swat] [Bug 1591356] Re: keyboard autorepeat in Xmir apps & GTK-on-Mir does not work

2016-07-21 Thread Christopher Townsend
** Changed in: libertine (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1591356 Title: keyboard autorepeat in Xmir apps & GTK-on-Mir does not

[Ubuntu-x-swat] [Bug 1603904] Re: X apps that use dbus (GTK, Firefox) either don't start or take a very long time to start

2016-07-20 Thread Christopher Townsend
Strange, I'm running a fully updated Yakkety system and Firefox and Gtk apps start just fine in the Yakkety based Libertine container. The Mir error in the attached logs look really fishy though... -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed

[Ubuntu-x-swat] [Bug 1603904] Re: libertine apps don't work anymore

2016-07-18 Thread Christopher Townsend
Looks to be a potential regression in Xmir due to the backtrace in the Firefox log. Adding that package to the bug. ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags added: xmir -- You received this bug notification because you are a member of Ubuntu-X,

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

2016-07-11 Thread Christopher Townsend
** Also affects: content-hub (Ubuntu) Importance: Undecided Status: New ** Changed in: content-hub (Ubuntu) Status: New => In Progress ** Changed in: content-hub (Ubuntu) Importance: Undecided => Medium ** Changed in: content-hub (Ubuntu) Assignee: (unassigned) => Ken

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

2016-07-11 Thread Christopher Townsend
Invalidating the xmir part of this since this is going to be handled using the pasted daemon, content-hub, and support in Qt. ** Branch linked: lp:~townsend/libertine/pasted ** Changed in: xorg-server (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because

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

2016-06-29 Thread Christopher Townsend
ibertine/devel Assignee: (unassigned) => Christopher Townsend (townsend) ** Changed in: libertine/devel Milestone: None => 1.3 ** Changed in: libertine/trunk Milestone: None => 1.3 -- You received this bug notification because you are a member of Ubuntu-X, which is subsc

[Ubuntu-x-swat] [Bug 1594384] Re: no hardware acceleration for video playback

2016-06-20 Thread Christopher Townsend
This is actually Xmir using software rendering on armhf platforms as Glamor in Xmir on that platform is not ready for prime time. Marking xorg-server and use the xmir tag. ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags added: xmir -- You received

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

2016-06-16 Thread Christopher Townsend
** Changed in: libertine/trunk Status: Fix Committed => Fix Released ** Changed in: libertine/devel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

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

2016-06-16 Thread Christopher Townsend
** Changed in: libertine/trunk Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1543351 Title: Add on-screen-keyboard support for Xmir/Libertine

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

2016-06-15 Thread Christopher Townsend
** Branch linked: lp:~brandontschaefer/libertine/seed-packages- workaround ** Changed in: libertine/devel Status: In Progress => Fix Committed ** Changed in: libertine/trunk Status: Triaged => In Progress ** Changed in: libertine/trunk Milestone: None => 1.2 ** Changed in:

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

2016-06-09 Thread Christopher Townsend
** Also affects: libertine/devel Importance: High Assignee: Brandon Schaefer (brandontschaefer) Status: In Progress ** Also affects: libertine/trunk Importance: Undecided Status: New ** Changed in: libertine/trunk Status: New => Triaged ** Changed in:

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

2016-06-09 Thread Christopher Townsend
** Changed in: libertine Milestone: 1.1 => 1.2 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1543351 Title: Add on-screen-keyboard support for Xmir/Libertine apps To manage

[Ubuntu-x-swat] [Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress presentation mode displays wrong colors

2016-06-09 Thread Christopher Townsend
Given that it has been reported that turning hardware acceleration off causes other regressed behaviors, then I think forcing it off in some config setting in Puritine is probably not the right thing to do. I'm really not sure what the right thing to do is though... -- You received this bug

[Ubuntu-x-swat] [Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress presentation mode displays wrong colors

2016-06-08 Thread Christopher Townsend
@Pat, Ok, I'll see if I can make some config that can be delivered in Puritine. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1573470 Title: BQ M10 tablet. Libreoffice Impress

[Ubuntu-x-swat] [Bug 1583708] Re: missing xmir pkgs from stable-phone-overlay (or update in archive) Xenial

2016-06-06 Thread Christopher Townsend
The last SRU has landed in xenial-updates, so considering this Fix Released. ** Changed in: canonical-devices-system-image Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

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

2016-06-02 Thread Christopher Townsend
The committed branch is only part of the solution and not complete, so marking the Libertine task back to In Progress. ** Changed in: libertine Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 1583708] Re: missing xmir pkgs from stable-phone-overlay (or update in archive) Xenial

2016-05-19 Thread Christopher Townsend
There is already a pending xorg-server in xenial-proposed that has the latest Xmir- https://launchpad.net/ubuntu/+source/xorg- server/2:1.18.3-1ubuntu2.2 I've done the verification for the one bug targeted by that SRU, so it's a matter of waiting for it to be promoted to -updates. -- You

[Ubuntu-x-swat] [Bug 1583708] Re: missing xmir pkgs from stable-phone-overlay (or update in archive) Xenial

2016-05-19 Thread Christopher Townsend
Also, I should note that we should go the SRU route for any Xmir updates instead of the overlay so we can stay in sync with X in the archive. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-05-19 Thread Christopher Townsend
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1566487 Title: Container apps should use same keyboard layout as

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-05-12 Thread Christopher Townsend
@pitti, There is bug in the Xkb patch in Xmir that has been fixed and is in the Vivid overlay. I think Robert will need to respin the Xmir patch to fix the bug. That said, I'll mark this verification-failed. ** Tags removed: verification-needed ** Tags added: verification-failed -- You

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

2016-05-10 Thread Christopher Townsend
** Changed in: libertine Status: Triaged => In Progress ** Changed in: libertine Milestone: None => 1.1 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1543351 Title: Add

[Ubuntu-x-swat] [Bug 1573470] Re: BQ M10 tablet. Libreoffice Impress display wrong colors

2016-04-29 Thread Christopher Townsend
We're adding both Mir and Xmir to this as we aren't quite sure where the problem is. ** Also affects: mir Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags added: xmir -- You received this bug notification

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-28 Thread Christopher Townsend
@ diogoconstantino, You are hitting a different issue than what this bug is describing. The login screen is not an Xmir app. I believe the bug you are hitting is bug #1565236. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-27 Thread Christopher Townsend
** No longer affects: libertine (Ubuntu) ** No longer affects: libertine/trunk ** No longer affects: libertine/devel ** Changed in: libertine Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-27 Thread Christopher Townsend
This is a diff of the actual changes made. ** Patch added: "xmir-keymap.patch" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1566487/+attachment/4649241/+files/xmir-keymap.patch -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-27 Thread Christopher Townsend
I have a fix ready in the attached patch. The fix is in Xmir and the patch is just a refreshed xmir.patch with the added code. Let's try to get this in for OTA11. ** Patch added: "xmir.patch"

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-27 Thread Christopher Townsend
** Changed in: xorg-server (Ubuntu) Status: Confirmed => In Progress ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) => Christopher Townsend (townsend) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-27 Thread Christopher Townsend
Hey Daniel, I'm not I understand the correlation between this bug and bug #1565236. The referenced bug seems something specific to Unity 8 & Mir whereas this bug is about getting the keymap correct for the apps in the Xmir surface. -- You received this bug notification because you are a member

[Ubuntu-x-swat] [Bug 1566487] Re: Container apps should use same keyboard layout as Unity 8

2016-04-26 Thread Christopher Townsend
After doing some more investigation, there is a new Mir input event called mir_event_type_keymap which is sent every time a Mir surface is focused. This event should be caught by Xmir and handled by applying the sent keymap to the current Xmir/Mir surface. ** Also affects: xorg-server (Ubuntu)

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-04-14 Thread Christopher Townsend
** Changed in: libertine/devel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-04-13 Thread Christopher Townsend
** Changed in: libertine/devel Milestone: None => 1.0 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than "Xmir root window"

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-04-13 Thread Christopher Townsend
** Changed in: libertine/trunk Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-04-13 Thread Christopher Townsend
** Changed in: libertine/trunk Milestone: None => 1.0 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than "Xmir root window"

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-03-04 Thread Christopher Townsend
** Changed in: libertine/trunk Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-03-02 Thread Christopher Townsend
** Changed in: libertine/trunk Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1542028 Title: xapp window should reflect app name rather than "Xmir

[Ubuntu-x-swat] [Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-02-18 Thread Christopher Townsend
n Progress ** Changed in: libertine/trunk Status: New => Triaged ** Changed in: libertine/trunk Importance: Undecided => High ** Changed in: libertine/devel Assignee: (unassigned) => Christopher Townsend (townsend) ** Changed in: libertine/trunk Assignee: (unassigned) =&

[Ubuntu-x-swat] [Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-14 Thread Christopher Townsend
** Changed in: libertine (Ubuntu) Status: New => Fix Released ** Changed in: libertine (Ubuntu) Assignee: (unassigned) => Christopher Townsend (townsend) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-09 Thread Christopher Townsend
I'm switching window managers in Libertine. We will now be using Matchbox which is a very small and simple WM. When using Matchbox, single window mode in Gimp is correct. Once we release Libertine, I'll close out this bug. -- You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-04 Thread Christopher Townsend
Compiz is indeed running, but it is refusing to manage the window. Looking at the Compiz code, there are only two ways that it will not manage a newly created window: "if (w->priv->serverFrame == event->xcreatewindow.window)" and "if (wa.root != event->xcreatewindow.parent)" Those will prompt

[Ubuntu-x-swat] [Bug 1513910] Re: libertine config of gimp for single window mode

2015-11-06 Thread Christopher Townsend
I really don't think this is a Libertine issue in and of itself. Looks more like Xmir may be the culprit, at least that is probably where the investigation should start. ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags added: xmir -- You received this

[Ubuntu-x-swat] [Bug 1509075] Re: [xmir] Dialogs/fonts are scaled way too big

2015-10-29 Thread Christopher Townsend
Just to be clear, this was seen originally in version 2:1.17.2-1ubuntu0.1~overlay5 from the overlay PPA. The issue goes away in version 2:1.17.2-1ubuntu0.1~overlay5+ppa1 from the libertine PPA. And the issue is back again with version 2:1.17.2-1ubuntu0.1~overlay6 from the overlay PPA. -- You

[Ubuntu-x-swat] [Bug 1509075] Re: [xmir] Dialogs/fonts are scaled way too big

2015-10-29 Thread Christopher Townsend
As a data point, everything looks fine when using a Libertine chroot on a *desktop* system based on Vivid+overlay. I only see this on my N4, so it seems specific to either arm or the phones themselves or both. -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 1509075] Re: [xmir] Dialogs/fonts are scaled way too big

2015-10-29 Thread Christopher Townsend
And another data point is that the scaling issue did not occur on my N4 when using Xmir from https://launchpad.net/~libertine- team/+archive/ubuntu/devel/+packages. As a matter of fact, I downgraded xmir to the version in the libertine PPA and the scaling issue no longer occurs, so I'm pretty

[Ubuntu-x-swat] [Bug 1509075] Re: [xmir] Dialogs/fonts are scaled way too big

2015-10-29 Thread Christopher Townsend
Ok, another interesting data point. If I use '--rootless --flatten' and remove Compiz from the equation, then scaling is fine, so it seems it's specific to non-rootless on arm. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in

[Ubuntu-x-swat] [Bug 1508994] Re: Crash when launching gimp with a file arg

2015-10-22 Thread Christopher Townsend
It's been confirmed that the version of xmir in ppa:libertine-team/devel fixes this issue. Will leave this open until a newer version of xmir makes it into the overlay PPA. ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Tags added: xmir ** Changed in:

[Ubuntu-x-swat] [Bug 1509075] Re: [xmir] Gimp's export dialog is unusable under xmir

2015-10-22 Thread Christopher Townsend
The version of xmir in ppa:libertine-team/devel fixes this issue. Leaving this open until a new version of xmir is in the overlay PPA. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1509075

[Ubuntu-x-swat] [Bug 1501346] Re: Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-10-02 Thread Christopher Townsend
@kevin, I'd rather go with a workaround in xmir. Otherwise, I would have to modify the .desktop files inside the chroot to add any special exec options passed to the application and that could be a headache. -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 1501333] Re: Gedit fails to start w/ Xmir running in '-rootless -flatten' mode

2015-09-30 Thread Christopher Townsend
** Attachment added: "unity8.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1501333/+attachment/4479948/+files/unity8.log ** Summary changed: - Gedit fails to start w/ Xmir running in '-rootless -flatten' mode + Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten'

[Ubuntu-x-swat] [Bug 1501346] Re: Gimp fails to start w/ Xmir running in '-rootless -flatten' mode in Unity 8

2015-09-30 Thread Christopher Townsend
I have no idea if Unity 8 has some blame in this, so not marking it as affected. ** Attachment added: "unity8.log" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1501346/+attachment/4479985/+files/unity8.log ** Summary changed: - Gimp fails to start w/ Xmir running in '-rootless

[Ubuntu-x-swat] [Bug 1501346] [NEW] Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-09-30 Thread Christopher Townsend
Public bug reported: I'm trying to run Gimp in a Vivid + overlay PPA Unity 8 desktop session using Xmir from the overlay PPA with the '-rootless -flatten' Xmir options. Gimp fails to start in this situation. I've attached the application and unity8 log files. ** Affects: xorg-server (Ubuntu)

[Ubuntu-x-swat] [Bug 1501342] Re: Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode

2015-09-30 Thread Christopher Townsend
This failure is quite different than the gedit/xchat issue in bug #1501333, so I'm not marking it as affecting unity8...yet. ** Attachment added: "unity8.log" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1501342/+attachment/4479981/+files/unity8.log -- You received this bug

[Ubuntu-x-swat] [Bug 1501342] [NEW] Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode

2015-09-30 Thread Christopher Townsend
Public bug reported: I'm trying to run Libreoffice in a Vivid + overlay PPA desktop session using Xmir from the overlay PPA using the '-rootless -flatten' Xmir options. Libreoffice fails to start in this situation. I've attached the application and unity8 log files. ** Affects: xorg-server

[Ubuntu-x-swat] [Bug 1501342] Re: Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-09-30 Thread Christopher Townsend
** Summary changed: - Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode + Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8 ** Description changed: - I'm trying to run Libreoffice in a Vivid + overlay PPA desktop session - using Xmir

[Ubuntu-x-swat] [Bug 1501333] [NEW] Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten' mode

2015-09-30 Thread Christopher Townsend
Public bug reported: I'm trying to run gedit in a Vivid + overlay PPA desktop session using Xmir from the overlay PPA using the '-rootless -flatten' Xmir options. Gedit fails to start in this situation. If I use Compiz as the WM, then gedit starts. I've attached the application and unity8 log

[Ubuntu-x-swat] [Bug 1501333] Re: Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-09-30 Thread Christopher Townsend
** Summary changed: - Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten' mode + Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten' mode under Unity 8 ** Description changed: - I'm trying to run gedit in a Vivid + overlay PPA desktop session using - Xmir from

[Ubuntu-x-swat] [Bug 1501342] Re: Libreoffice fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-09-30 Thread Christopher Townsend
*** This bug is a duplicate of bug 1498339 *** https://bugs.launchpad.net/bugs/1498339 ** This bug has been marked a duplicate of bug 1498339 Libreoffice can't start in flatten mode: Xmir -rootless -flatten -- You received this bug notification because you are a member of Ubuntu-X, which

[Ubuntu-x-swat] [Bug 1501333] Re: Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

2015-09-30 Thread Christopher Townsend
*** This bug is a duplicate of bug 1481330 *** https://bugs.launchpad.net/bugs/1481330 Seems this particular bug is the result of bug #1481330. Marking this bug as a duplicate of it. ** This bug has been marked a duplicate of bug 1481330 Xmir crashes when client closes display -- You

[Ubuntu-x-swat] [Bug 1481330] Re: Xmir closes when client closes display

2015-09-30 Thread Christopher Townsend
I still see this issue when launching gedit from a Unity 8 desktop session. I'm not really sure what the correct solution is, but as a workaround, I can open the X display in the libertine-launch program before launching any other application and then close it after the application exits. This

[Ubuntu-x-swat] [Bug 1500848] [NEW] Xmir package should depend on x11-xkb-utils

2015-09-29 Thread Christopher Townsend
Public bug reported: The Xmir package needs to depend on x11-xkb-utils, particularly for the phone. When just installing xmir on the phone and then trying to start an X app, the following error occurs: ARM architecture: Defaulting to software mode because glamor is not stable^M Realize ROOT

[Ubuntu-x-swat] [Bug 1500848] Re: Xmir package should depend on x11-xkb-utils

2015-09-29 Thread Christopher Townsend
No, all I did was do "apt-get install xmir" and this is what I get. So maybe the xmir package needs to depend on xserver-common then? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1500848

[Ubuntu-x-swat] [Bug 1501039] [NEW] Xmir from overlay PPA no longer tells client about resize events in non-rootless

2015-09-29 Thread Christopher Townsend
Public bug reported: Using Xmir from the Stable Overlay PPA in non-rootless mode, when I resize an Xmir window in Unity 8, the resize event is not passed to the client, which is Compiz in this case. I have Compiz set up to use the Place plugin and maximize the window, so when the resize event

[Ubuntu-x-swat] [Bug 1491071] [NEW] Xmir doesn't update the screen size until something is actually rendered

2015-09-01 Thread Christopher Townsend
Public bug reported: In trying to get Compiz working under Xmir in Unity 8 desktop mode, I have found that when a Mir window opens and then resizes to whatever Unity 8 tells it to, the resize event does not get propagated down until another resize event occurs. For example, I start up an X app.

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-01 Thread Christopher Townsend
Well, my patch-foo seems week as I can't seem to generate a good diff. At any rate, here's what I'm proposing: Using a fully patched source tree, open hw/xmir/xmir-input.c. Find the xmir_handle_input_in_main_thread() function. In the mir_event_type_resize case add the following after the

[Ubuntu-x-swat] [Bug 1481330] Re: Xmir crashes when client closes display

2015-08-07 Thread Christopher Townsend
Most definitely not the lack of the graphics drivers as I have those installed on my machine and have a working Unity 8 desktop session. Another data point is that this doesn't occur when running against mir_demo_server, but only when running in a Unity 8 desktop session. I start an Xmir

  1   2   3   >