[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

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: In Progress => Triaged

** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: Christopher Townsend (townsend) => (unassigned)

** Changed in: xorg-server (Ubuntu)
   Status: In Progress => Triaged

** Changed in: xorg-server (Ubuntu)
 Assignee: Christopher Townsend (townsend) => (unassigned)

-- 
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 Xmir instead of
  native GTK/Qt (and so menus don't appear in the titlebar)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 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 Xmir instead of
  native GTK/Qt (and so menus don't appear in the titlebar)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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
** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: xmir

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg-server (Ubuntu)
   Status: New => 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.
https://bugs.launchpad.net/bugs/1672931

Title:
  [regression] Qt & GTK apps on Unity8 are defaulting to Xmir instead of
  native GTK/Qt (and so menus don't appear in the titlebar)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 hangs.  I got a backtrace of the
client, and it's blocked on xcb_connect_to_fd().  Here is a snippet of
the bt:


(gdb) bt full
#0  0x7fc8426b2b40 in __poll_nocancel () at 
../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7fc83c0a1d0b in poll (__timeout=-1, __nfds=1, __fds=0x7ffcbb227250) 
at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
No locals.
#2  read_block (len=8, buf=0x22e6950, fd=4) at ../../src/xcb_in.c:388
pfd = {fd = 4, events = 1, revents = 0}
ret = 
done = 0
#3  _xcb_in_read_block (c=c@entry=0x2505cd0, buf=0x22e6950, len=len@entry=8) at 
../../src/xcb_in.c:1057
done = 0
#4  0x7fc83c09fa93 in read_setup (c=0x2505cd0) at ../../src/xcb_conn.c:157
No locals.
#5  xcb_connect_to_fd (fd=fd@entry=4, auth_info=auth_info@entry=0x0) at 
../../src/xcb_conn.c:339
c = 
#6  0x7fc83c0a3679 in xcb_connect_to_display_with_auth_info 
(displayname=, auth=0x0, screenp=0x0) at ../../src/xcb_util.c:528
display = 0
host = 0x22c6480 ""
protocol = 0x0
ourauth = {namelen = 1155370049, name = 0x7ffcbb2273bf "", datalen = 
-1717986919, data = 0x7fc84297bb20  ""}
c = 
parsed = 
#7  0x7fc83e74780a in _XConnectXCB () from 
target:/usr/lib/x86_64-linux-gnu/libX11.so.6
No symbol table info available.

So it seems it's waiting on the X server to send something back, but the
X server is not.  Most likely a bug in the X server...

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

Title:
  Xmir crashes when using the '-fd' option

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 on this.  Then, when an X app accesses that socket, the
  code then starts Xmir and passes the fd returned in the accept() call to
  Xmir in the '-fd' option.
  
  This is what I get in journalctl when this crash occurs:
  http://pastebin.ubuntu.com/24235520/
  
- Also, no Xmir crash file is generated.
+ I installed the Xmir debug symbols and also passed in '-core' when
+ starting Xmir and here is the bt: http://pastebin.ubuntu.com/24236088/

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

Title:
  Xmir crashes when using the '-fd' option

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 on this.  Then, when an X app accesses that socket, the
- code then starts Xmir and passes the same fd returned in the socket()
- call to Xmir in the '-fd' option.
+ code then starts Xmir and passes the fd returned in the accept() call to
+ Xmir in the '-fd' option.
  
  This is what I get in journalctl when this crash occurs:
  http://pastebin.ubuntu.com/24235520/
  
  Also, no Xmir crash file is generated.

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

Title:
  Xmir crashes when using the '-fd' option

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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, when an X app accesses that socket, the
code then starts Xmir and passes the same fd returned in the socket()
call to Xmir in the '-fd' option.

This is what I get in journalctl when this crash occurs:
http://pastebin.ubuntu.com/24235520/

Also, no Xmir crash file is generated.

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


** Tags: xmir

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

Title:
  Xmir crashes when using the '-fd' option

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 affects: xorg-server (Ubuntu)

** Tags removed: xmir

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

Title:
  Copy & paste into/from Xapps no longer works

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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, thus pasted is not able to get the
persistent surface id.

So, we can approach this one of two ways.

1. Xmir can set _MIR_WM_PERSISTENT_ID on the root window regardless of the mode.
2. pasted will have to get smarter and try to first query the root window and 
if that returns nothing, then do an XQueryTree() and iterate over child windows 
until the _MIR_WM_PERSISTENT_ID is found.

I prefer 1 since it will offer consistency, bit I'm not sure if there
are any pitfalls with that approach.  Will subscribe xmir to this bug
and get duflu's advice:)

** 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,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1671257

Title:
  Copy & paste into/from Xapps no longer works

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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:
  Xmir -rootless: Firefox menus pop up then close right away

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: xmir

** Changed in: libertine
   Status: New => 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/1650037

Title:
  Misunderstood touch events

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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: Firefox menus pop up then close right away

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1663674

Title:
  Firefox menus don't work with Xmir -rootless

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 install Firefox in a
Libertine container.

Not sure if this is an Xmir issue and/or qtmir/U8 issue.

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


** Tags: xmir

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

Title:
  Firefox menus don't work with Xmir -rootless

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

Title:
  Firefox crashes unity8 zesty

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1583538

Title:
  [desktop] Error creating OpenGL context using Java

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 management for Libertine X 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/1592226

Title:
   Tabs in Firefox browser are not kept after quit the app.

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  [regression] Xmir: Some buttons are unclickable after rotating the
  screen

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Xmir:  Received an unknown 11 event

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Xmir -rootless: Buttons are randomly unclickable (popups vanish
  instantly)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  keyboard autorepeat in Xmir apps & GTK-on-Mir does not work

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Some Xapps buttons are not responding

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Some Xapps buttons are not responding

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 candidate at
https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/landing-053/+packages.

Perhaps the patch was not fully applied or something else is missing?

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

Title:
  Some Xapps buttons are not responding

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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
  
  Product: BQ M10 FHD
  
  Steps to reproduce:
  
  1º Open LibreOffice and try to print something
  2º Print settings window appear, try to click on Accept/Cancel/Exit etc
  3º Buttons on LibreOffice won't respond
  
  1º Open Firefox
  2º Mouse-over on search,downloads,bookmarks etc
  3º Seems like mouse-over is not focused and is clicking is not responding
  
  Current result: Some Xapps buttons are not responding(tested on Firefox
  and LibreOffice Writer)
  
  Expected result:
  
- Add info:
+ Add info: This is using xmir from https://launchpad.net/~ci-train-ppa-
+ service/+archive/ubuntu/landing-053/+packages.

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

Title:
  Some Xapps buttons are not responding

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 container.
+ 3. Install an X app in the Libertine container and start it.
+ 4. Copy text in the X app.
+ 5. Paste it in a native U8 app.
+ 
+ [Regression Potential]
+ 
+ Non observed.
+ 
+ ---
+ Original Description:
+ 
  Add focus/unfocus event passing for non-rootless mode

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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. Type xrandr and observe output.
+ 3. Resize the window.
+ 4. Type xrandr again.
+ 
+ Valid output should be given.
+ 
+ [Regression Potential]
+ 
+ None observed.
+ 
+ 
+ Original Description:
+ Xmir: xrandr outputs information is lost after root window resize 
(non-rootless mode)
  
  $ xrandr
  Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 32767 x 32767
  VGA-0 disconnected
  DP-0 disconnected
  HDMI-0 disconnected
  DP-1 disconnected
  HDMI-1 disconnected
  DP-2 connected 1920x1200+0+0 520mm x 320mm
     1920x1200@60.0Hz  59.88*+
  DP-3 disconnected
  
  # Now I resize the root window in the Mir shell...
  
  $ xrandr
  Screen 0: minimum 320 x 200, current 1631 x 1098, maximum 32767 x 32767

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

Title:
  Xmir: xrandr outputs information is lost after root window resize

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 smooth scrolling occurs.
+ 
+ [Regression Potential]
+ 
+ Non observed.
+ 
+ -
+ Original Description:
+ 
  [enhancement] Implement smooth scrolling in Xmir (like Xwayland)
  
  I haven't checked if this works, but just as a reminder, we should
  consider copying this enhancement:
  
  http://anonscm.debian.org/cgit/pkg-xorg/xserver/xorg-
  server.git/commit/?id=d8a39245d6cff6accf5eaeae7a1ac15eb1eb048a

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

Title:
  [enhancement] Implement smooth scrolling in Xmir (like Xwayland)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 graphical corruption.
+ 
+ [Regression Potential]
+ 
+ Non observed.
+ 
+ ---
+ Original Description:
+ 
  Right and bottom edges show graphics corruption when resizing the root
  window. Mostly when you're also running compiz.
  
  However there is no corruption at all if you use -rootless mode.

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

Title:
  Right and bottom edges show graphics corruption when resizing Xmir
  windows

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 only appears once and not multiple times as it should.
+ 
+ [Regression Potential]
+ 
+ Non observed.
+ 
+ 
+ Original Description:
+ 
  How to reproduce:
-  * Install xterm in libertine
-  * Start xterm from the "Xapps" scope
-  * Wait for xterm to appear
-  * Press and hold a key
-  * See how it only appears once and not multiple times as it should
+  * Install xterm in libertine
+  * Start xterm from the "Xapps" scope
+  * Wait for xterm to appear
+  * Press and hold a key
+  * See how it only appears once and not multiple times as it should

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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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.
+ 
+ [Regression Potential]
+ 
+ None observed.
+ 
+ --
+ Original Description:
+ 
  supertux doesn't start

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

Title:
  SDL apps fail to start, and then Xmir crashes on client exit

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

** No longer affects: unity8 (Ubuntu)

-- 
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] Support copy-paste between X and Mir

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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] Support copy-paste between X and Mir

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1603904

Title:
  X apps that use dbus (GTK, Firefox) either don't start or take a very
  long time to start

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1603904

Title:
  libertine apps don't work anymore

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 VanDine (ken-vandine)

** Branch linked: lp:~ken-vandine/content-hub/pasteboard

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

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

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

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

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

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

-- 
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] Support copy-paste between X and Mir

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 you are a member of Ubuntu-X,
which is subscribed to xorg-server in 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/libertine/+bug/1471998/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

2016-06-29 Thread Christopher Townsend
Adding Libertine to this as it will have a new "pasted" daemon that
handles the transfer of pasteboard content between Xmir and content-hub.

** Also affects: libertine
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: Undecided
   Status: New

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

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

** Changed in: libertine/devel
   Status: New => In Progress

** Changed in: libertine/trunk
   Status: New => Triaged

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

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

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

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

** Changed in: libertine/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 subscribed to xorg-server in 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/libertine/+bug/1471998/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1594384

Title:
  no hardware acceleration for video playback

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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.
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-devices-system-image/+bug/1543351/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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: libertine/trunk
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Changed in: libertine (Ubuntu)
   Status: Triaged => In Progress

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

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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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: libertine/trunk
   Importance: Undecided => High

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

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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 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 presentation mode displays wrong
  colors

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 presentation mode displays wrong
  colors

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  missing xmir pkgs from stable-phone-overlay (or update in archive)
  Xenial

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 xorg-server in 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-devices-system-image/+bug/1543351/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  missing xmir pkgs from stable-phone-overlay (or update in archive)
  Xenial

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  missing xmir pkgs from stable-phone-overlay (or update in archive)
  Xenial

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 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 display wrong colors

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Container apps should use same keyboard layout as Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Container apps should use same keyboard layout as Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1566487

Title:
  Container apps should use same keyboard layout as Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1566487/+attachment/4649239/+files/xmir.patch

-- 
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 Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Container apps should use same keyboard layout as Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

** Tags added: xmir

** Changed in: libertine/devel
   Status: In Progress => Triaged

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => High

-- 
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 Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 "Xmir root window"

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 "Xmir root window"

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 "Xmir root window"

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 root window"

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

2016-02-18 Thread Christopher Townsend
Xmir still needs to be updated in the Overlay PPA and I will need to
make some modifications to Libertine to make use of the "-title @"
option.  ubuntu-app-laucnh hardcodes the options used in Xmir, so
instead of having to patch u-a-l every time, I have a plan to make a
script in Libertine that calls Xmir how we want to set and to also set
an env var to tell u-a-l to use the script instead.

** Package changed: puritine (Ubuntu) => libertine (Ubuntu)

** Also affects: libertine
   Importance: Undecided
   Status: New

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

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

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

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: High
   Status: In 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) => Christopher Townsend (townsend)

** 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.
https://bugs.launchpad.net/bugs/1542028

Title:
  xapp window should reflect app name rather than "Xmir root window"

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1513910

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 Compiz to refuse to manage the window.

Also, this issue is occurring in Libreoffice as well.

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

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1513910

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  [xmir] Dialogs/fonts are scaled way too big

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1509075/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1509075

Title:
  [xmir] Dialogs/fonts are scaled way too big

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1509075/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 sure this is
an Xmir issue on arm.

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

Title:
  [xmir] Dialogs/fonts are scaled way too big

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1509075/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  [xmir] Dialogs/fonts are scaled way too big

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1509075/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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: libertine (Ubuntu)
   Status: New => Invalid

** Changed in: xorg-server (Ubuntu)
   Status: New => Triaged

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- Crash when launching gimp with a file arg
+ [xmir] Crash when launching gimp with a file arg

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

Title:
  [xmir] Crash when launching gimp with a file arg

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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

Title:
  [xmir] Gimp's export dialog is unusable under xmir

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1509075/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1501346

Title:
  Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under
  Unity 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1501346/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

** Description changed:

  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 files.  This may be a Unity
  8 issue as well since it is rejected the connection in this scenario.
+ 
+ The same issue occurs when trying to run xchat as well.

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

Title:
  Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten'
  mode

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 -flatten' mode in Unity 8
+ Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under Unity 8

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

Title:
  Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under
  Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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


** Tags: xmir

** Attachment added: "application-legacy-puritine_gimp_0.0-.log"
   
https://bugs.launchpad.net/bugs/1501346/+attachment/4479984/+files/application-legacy-puritine_gimp_0.0-.log

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

Title:
  Gimp fails to start w/ Xmir running in '-rootless -flatten' mode under
  Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Libreoffice fails to start w/ Xmir running in '-rootless -flatten'
  mode

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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


** Tags: xmir

** Attachment added: 
"application-legacy-puritine_libreoffice-startcenter_0.0-.log"
   
https://bugs.launchpad.net/bugs/1501342/+attachment/4479980/+files/application-legacy-puritine_libreoffice-startcenter_0.0-.log

** Package changed: unity8 (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  Libreoffice fails to start w/ Xmir running in '-rootless -flatten'
  mode

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 from the overlay PPA using the '-rootless -flatten' Xmir
- options. Libreoffice fails to start in this situation.
+ I'm trying to run Libreoffice in a Vivid + overlay PPA Unity 8 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.

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

Title:
  Libreoffice fails to start w/ Xmir running in '-rootless -flatten'
  mode under Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 files.  This may be a Unity
8 issue as well since it is rejected the connection in this scenario.

The same issue occurs when trying to run xchat as well.

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

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


** Tags: xmir

** Attachment added: "application-legacy-puritine_gedit_0.0-.log"
   
https://bugs.launchpad.net/bugs/1501333/+attachment/4479947/+files/application-legacy-puritine_gedit_0.0-.log

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

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

Title:
  Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten'
  mode

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 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'm trying to run gedit in a Vivid + overlay PPA Unity 8 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 files.  This may be a Unity
  8 issue as well since it is rejected the connection in this scenario.
  
  The same issue occurs when trying to run xchat as well.

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

Title:
  Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten'
  mode under Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1501342

Title:
  Libreoffice fails to start w/ Xmir running in '-rootless -flatten'
  mode under Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


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

Title:
  Gedit & xchat fail to start w/ Xmir running in '-rootless -flatten'
  mode under Unity 8

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 will at least hold a resource open and not kill the Xmir window.

** Summary changed:

- Xmir crashes when client closes display
+ Xmir closes when client closes display

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

Title:
  Xmir closes when client closes display

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 window 0xb8f4a9e0 "": 768x1280 +0+0 parent=(nil)^M
depth=24 redir=0 type=0 class=1 visibility=3 viewable=1^M
override=0 _NET_WM_WINDOW_TYPE=0 WM_TRANSIENT_FOR=(nil)^M
sh: 1: /usr/bin/xkbcomp: not found^M
sh: 1: /usr/bin/xkbcomp: not found^M
XKB: Failed to compile keymap^M
Keyboard initialization failed. This could be a missing or incorrect setup of 
xkeyboard-config.^M
(EE) ^M
Fatal server error:^M
(EE) Failed to activate core devices.(EE) ^M
XMir has closed unexpectedly^M

After installing x11-xkb-utils, then the error no longer occurs and the
X app will start.

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


** Tags: xmir

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

Title:
  Xmir package should depend on x11-xkb-utils

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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

Title:
  Xmir package should depend on x11-xkb-utils

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 occurs, Compiz will resize the window.  This
worked before with the previous version of Xmir.

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


** Tags: xmir

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

Title:
  Xmir from overlay PPA no longer tells client about resize events in
  non-rootless

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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.  The Xmir window opens and is resized,
but internally, Xmir still reports the full screen size so when Compiz
starts, it thinks the surface size is the size of the physical display.

I'll include a patch that fixes this and we can discuss if it's a good
fix.

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


** Tags: xmir

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

Title:
  Xmir doesn't update the screen size until something is actually
  rendered

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 ErrorF() line:

xmir_output_handle_resize(ctx->xmir_window,
mir_resize_event_get_width(mir_event_get_resize_event(ev)),
mir_resize_event_get_height(mir_event_get_resize_event(ev)));

such that the code block looks like:

case mir_event_type_resize:
ErrorF("Resize requested to %ix%i\n", 
mir_resize_event_get_width(mir_event_get_resize_event(ev)), 
mir_resize_event_get_height(mir_event_get_resize_event(ev)));
xmir_output_handle_resize(ctx->xmir_window, 
mir_resize_event_get_width(mir_event_get_resize_event(ev)), 
mir_resize_event_get_height(mir_event_get_resize_event(ev)));
if (ctx->xmir_window->damage)
DamageDamageRegion(>xmir_window->window->drawable, 
>xmir_window->region);
break;

I'm thinking since xmir_output_handle_resize() is being called, we might
be able to remove some subsequent calls to it to avoid some overhead.

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

Title:
  Xmir doesn't update the screen size until something is actually
  rendered

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[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 instance using a desktop file like the following:

$cat ~/.local/share/applications/xmir-debug.desktop
[Desktop Entry]
Version=1.0
Name=XMir Debug
Exec=Xmir :1
Type=Application
StartupNotify=true
X-Ubuntu-Touch=true

Then from an ssh session, I do something like:
$ DISPLAY=:1 xprop -root

I get the following output:
_XKB_RULES_NAMES(STRING) = evdev, pc105, us, , 

But after the command is finished, the Xmir window goes away and the
error message I put in the description is printed in ~/.cache/upstart
/application-legacy-xmir-debug-blah.log.

The test program that William attached to this bug also produces the
same behavior while in a Unity 8 desktop session.

I hope this helps.  Also, considering it doesn't occur when running with
mir_demo_server, it's probably not a Mir/Xmir issue, but I'm really not
sure whose problem it is, but it needs fixing:)

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

Title:
  Xmir crashes when client closes display

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


  1   2   3   >