[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-18 Thread Daniel van Vugt
** Also affects: mir Importance: Undecided Status: New ** Changed in: mir Importance: Undecided => Medium ** Also affects: mir (Ubuntu) Importance: Undecided Status: New ** Changed in: mir (Ubuntu) Importance: Undecided => Medium -- You received this bug notification

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Alan Griffiths
It is not out of place at all - just an enhancement request. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1624407 Title: Closing an application doesn’t actually close

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Olivier Tilloy
Given that, unlike X11, we have some control over Mir’s design and implementation, maybe this is something that we could consider adding? Or is that out of place? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Alan Griffiths
AFAIK Mir follows the same model as X11 (which has the WM_DELETE_WINDOW message but no WM_QUIT). I guess you could kill(pid, SIGTERM)? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Gerry Boland
AFAICS Mir has means to ask clients to close windows, but I don't see an API to ask the client itself to quit. ** No longer affects: unity (Ubuntu) ** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Importance: Undecided => Medium -- You received

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Olivier Tilloy
Windows appears to have a WM_QUIT message¹ that’s used to request quitting an application, and Qt handles it correctly in QEventDispatcherWin32::processEvents(). I guess we need something similar for Mir? ¹ https://msdn.microsoft.com/en-us/library/windows/desktop/ms632641(v=vs.85).aspx -- You

[Touch-packages] [Bug 1624407] Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

2016-09-16 Thread Olivier Tilloy
And also marked unity8 affected, because the wording of the action in the context menu is confusing wrt the actual implementation: if we don’t change the actual implementation, we might want to rename "Quit" to "Close all windows". -- You received this bug notification because you are a member