[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+3.0 - 3.22.11-0ubuntu3 --- gtk+3.0 (3.22.11-0ubuntu3) zesty; urgency=medium * debian/patches/series: * debian/patches/0001-mir-always-emit-a-resize-when-creating-windows.patch: *

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-24 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Milestone: u8c-1 => u8c-2 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1670390 Title: Desktop applications don't get

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20170321-0ubuntu1 --- unity8 (8.15+17.04.20170321-0ubuntu1) zesty; urgency=medium [ Albert Astals Cid ] * Signal aboutToShow (LP: #1664578) * Support Panel top level items to be disabled (LP: #1670694) * Improve Launcher

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmir - 0.5.1+17.04.20170320.1-0ubuntu1 --- qtmir (0.5.1+17.04.20170320.1-0ubuntu1) zesty; urgency=medium [ Alan Griffiths ] * Reduce dependencies on mirserver by reworking ../Application/mirbuffersgtexture.cpp and

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-23 Thread William Hua
** Changed in: gtk+3.0 (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1670390 Title: Desktop applications don't get

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-21 Thread William Hua
This should be fixed under U8 with the gtk just released in zesty. Under miral-shell, there's a small regression which is fixed in the PPA: https://launchpad.net/~attente/+archive/ubuntu/gtk-mir -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-13 Thread Michał Sawicz
** No longer affects: qtmir -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1670390 Title: Desktop applications don't get properly resized when launched in staged mode

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-08 Thread William Hua
** Changed in: gtk+3.0 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1670390 Title: Desktop applications don't get properly

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-08 Thread William Hua
Based on my logs, GTK isn't receiving any resize events when the window appears. Is the expectation that Mir should be sending this? Or should GTK explicitly request the size on appearance? For reference (annotated): 90 EVENT 10 mir_event_type_window_output 91 WINDOW 92 Attribute focus 93

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-08 Thread Daniel van Vugt
(trying to remember) Because I assumed there is never any boolean feedback on a resize operation and so GTK would be correct in assuming resize must always succeed. However I now realize the correct feedback method is in the form of resize events (which, sheepishly, I authored), so yeah GTK can

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-08 Thread Daniel d'Andrada
@vanvugt Could you please explain why you invalidated the gtk+3.0 bug? ** Changed in: qtubuntu (Ubuntu) Status: New => Invalid ** Changed in: gtk+3.0 (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-07 Thread Daniel van Vugt
** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Also affects: qtmir Importance: Undecided Status:

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-07 Thread kevin gunn
** Tags added: gtk-mir ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) => William Hua (attente) ** Changed in: gtk+3.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-07 Thread Daniel d'Andrada
With gtk+ apps, when they get launched the ask for a resize. If in tablet/phone mode unity8 will deny/ignore it, but gtk thinks the resize was successful and renders as if its window had the size it requested (that's with the qtmir and unity8 branches attached to this bug) ** Also affects:

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~dandrader/qtmir/allowClientResize ** Branch linked: lp:~dandrader/unity8/allowClientResize -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1670390

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-06 Thread kevin gunn
** Changed in: canonical-devices-system-image Milestone: None => u8c-1 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Michał Sawicz (saviq) ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: qtubuntu (Ubuntu)

[Touch-packages] [Bug 1670390] Re: Desktop applications don't get properly resized when launched in staged mode

2017-03-06 Thread Daniel van Vugt
This sounds like bug 1655804. It may require the same kind of fix: The toolkit needs to register its Mir event callback in the spec prior to window creation to support Unity8 behaviour. ** Also affects: qtubuntu (Ubuntu) Importance: Undecided Status: New ** Also affects: