diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-27 08:39:06 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-27 08:39:06 -0400 |
commit | 23e6d3530c092e336bd8d9cd89e4146d9e74ef43 (patch) | |
tree | ece6c0ee2c20a3e5f2812f69df1dcef9e991075b /src-qt5/core/lumina-session/session.cpp | |
parent | Add some debugging to the unified process (diff) | |
download | lumina-23e6d3530c092e336bd8d9cd89e4146d9e74ef43.tar.gz lumina-23e6d3530c092e336bd8d9cd89e4146d9e74ef43.tar.bz2 lumina-23e6d3530c092e336bd8d9cd89e4146d9e74ef43.zip |
Some more debugging
Diffstat (limited to 'src-qt5/core/lumina-session/session.cpp')
-rw-r--r-- | src-qt5/core/lumina-session/session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-session/session.cpp b/src-qt5/core/lumina-session/session.cpp index 1aa86720..de9b86ee 100644 --- a/src-qt5/core/lumina-session/session.cpp +++ b/src-qt5/core/lumina-session/session.cpp @@ -92,7 +92,7 @@ void LSession::start(bool unified){ if(WM=="fluxbox"){ // FLUXBOX BUG BYPASS: if the ~/.fluxbox dir does not exist, it will ignore the given config file if( !LUtils::isValidBinary("fluxbox") ){ - qDebug() << "[INCOMPLETE LUMINA INSTALLATION] fluxbox binary is missing - cannot continue"; + qDebug() << "[INCOMPLETE LUMINA INSTALLATION] fluxbox binary is missing - cannot continue"; }else{ QString confDir = QString( getenv("XDG_CONFIG_HOME"))+"/lumina-desktop"; if(!QFile::exists(confDir)){ QDir dir(confDir); dir.mkpath(confDir); } |