aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-session/session.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-10-16 11:54:07 -0400
committerKen Moore <ken@ixsystems.com>2017-10-16 11:54:07 -0400
commite152255ec8e2bb7c0604fbbe569d47f345678ea6 (patch)
tree4d723758dda3fab2e44f45efe5a8709c0dc8e060 /src-qt5/core/lumina-session/session.h
parentUpdate the backend process-running routine for Lumina (LUtils) (diff)
downloadlumina-e152255ec8e2bb7c0604fbbe569d47f345678ea6.tar.gz
lumina-e152255ec8e2bb7c0604fbbe569d47f345678ea6.tar.bz2
lumina-e152255ec8e2bb7c0604fbbe569d47f345678ea6.zip
Clean up the session file-init routine.
Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
Diffstat (limited to 'src-qt5/core/lumina-session/session.h')
-rw-r--r--src-qt5/core/lumina-session/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-session/session.h b/src-qt5/core/lumina-session/session.h
index 5cf1ccfa..3bbcbb8e 100644
--- a/src-qt5/core/lumina-session/session.h
+++ b/src-qt5/core/lumina-session/session.h
@@ -83,4 +83,6 @@ public:
void start(bool unified = false);
+ void checkFiles();
+
};
bgstack15