diff options
author | Ken Moore <ken@ixsystems.com> | 2017-10-16 11:54:07 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-10-16 11:54:07 -0400 |
commit | e152255ec8e2bb7c0604fbbe569d47f345678ea6 (patch) | |
tree | 4d723758dda3fab2e44f45efe5a8709c0dc8e060 /src-qt5/core/lumina-desktop/LSession.h | |
parent | Update the backend process-running routine for Lumina (LUtils) (diff) | |
download | lumina-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-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index 43cddac7..a25f3c15 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -52,7 +52,7 @@ public: LSession(int &argc, char **argv); ~LSession(); - static void checkUserFiles(); + static bool checkUserFiles(); //Functions to be called during startup void setupSession(); |