From c107b627961eb62b4bcf7f6a40e37eeb152624a7 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 6 May 2016 08:04:54 -0400 Subject: Add a check for the existence of the log dir before starting the processes. --- src-qt5/core/lumina-session/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src-qt5/core/lumina-session/main.cpp') diff --git a/src-qt5/core/lumina-session/main.cpp b/src-qt5/core/lumina-session/main.cpp index 0ed3067a..8f89e95c 100644 --- a/src-qt5/core/lumina-session/main.cpp +++ b/src-qt5/core/lumina-session/main.cpp @@ -9,9 +9,6 @@ #include #include - - - #include "session.h" #include #include @@ -39,7 +36,7 @@ int main(int argc, char ** argv) setenv("XDG_CURRENT_DESKTOP","Lumina",1); unsetenv("QT_QPA_PLATFORMTHEME"); //causes issues with Lumina themes - not many people have this by default... //Check for any missing user config files - + //Start X11 if needed //Configure X11 monitors if needed -- cgit