=== modified file 'chatter.apparmor' --- chatter.apparmor 2016-04-02 09:07:13 +0000 +++ chatter.apparmor 2016-05-01 11:42:33 +0000 @@ -1,6 +1,7 @@ { "policy_groups": [ - "networking" + "networking", + "keep-display-on" ], "policy_version": 1.2 } === modified file 'main.qml' --- main.qml 2016-04-29 15:03:57 +0000 +++ main.qml 2016-05-01 11:48:06 +0000 @@ -10,6 +10,7 @@ import QtQuick 2.0 import Ubuntu.Components 1.3 +import QtSystemInfo 5.0 MainView { applicationName: "chatter.robert-ancell" @@ -19,7 +20,12 @@ height: units.gu (71) property var ircClients - property var ircClientRefCounts + property var ircClientRefCounts + + /* Keep screen on so we don't get disconnected */ + ScreenSaver { + screenSaverEnabled: false + } Component.onCompleted: { if (settings.nickname == "") {