** Changed in: qtmir Status: Confirmed => In Progress ** Changed in: qtmir Assignee: (unassigned) => Nick Dedekind (nick-dedekind)
-- 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/1434584 Title: closing an app by swiping it should graceful quit Status in QtMir: In Progress Status in qtubuntu package in Ubuntu: Fix Released Bug description: By swiping an app to close causes the app to quit without call its destructor. In my opinion we should use the same behavior as we have on desktop when clicking on the "x" in the windows manager. Most of c++ classes has some cleanup function on the destructor and it expected that will be called at some point. For example the QTemporaryFile or QTemporaryDir. They remove the files created during the destruction. To manage notifications about this bug go to: https://bugs.launchpad.net/qtmir/+bug/1434584/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp