https://bugs.kde.org/show_bug.cgi?id=482543
--- Comment #9 from Fushan Wen <qydwhotm...@gmail.com> --- Connections { enabled: root.pluginName === "org.kde.slideshow" target: Qt.application function onAboutToQuit() { root.configuration.writeConfig(); // Save the last position } } This connection will save the config on application quit. The connection has to be in QML otherwise it's not called. -- You are receiving this mail because: You are watching all bug changes.