From bac1b2939742ea275ac4b42cc881ad6cd4f16919 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 9 Feb 2018 14:16:31 -0500 Subject: Bump the minor version of Lumina to 1.4.2 This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such) --- src-qt5/core/lumina-desktop/LSession.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/core/lumina-desktop') diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp index 7eafcde7..c1f49fc3 100644 --- a/src-qt5/core/lumina-desktop/LSession.cpp +++ b/src-qt5/core/lumina-desktop/LSession.cpp @@ -29,6 +29,7 @@ XCBEventFilter *evFilter = 0; LIconCache *ICONS = 0; LSession::LSession(int &argc, char ** argv) : LSingleApplication(argc, argv, "lumina-desktop"){ + xchange = false; if(this->isPrimaryProcess()){ connect(this, SIGNAL(InputsAvailable(QStringList)), this, SLOT(NewCommunication(QStringList)) ); this->setApplicationName("Lumina Desktop Environment"); -- cgit