diff options
-rw-r--r-- | lumina-desktop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/main.cpp b/lumina-desktop/main.cpp index 56071835..5ebe6bee 100644 --- a/lumina-desktop/main.cpp +++ b/lumina-desktop/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char ** argv) LXDG::setEnvironmentVars(); setenv("DESKTOP_SESSION","LUMINA",1); setenv("XDG_CURRENT_DESKTOP","LUMINA",1); - LSession::setGraphicsSystem("native"); //make sure to use X11 graphics system + //LSession::setGraphicsSystem("native"); //make sure to use X11 graphics system //Setup the log file qDebug() << "Lumina Log File:" << logfile.fileName(); if(logfile.exists()){ logfile.remove(); } //remove any old one |