From 96c62cbb5ed33232f1774e67f0a475117b8a7182 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 5 Feb 2018 14:31:37 -0500 Subject: Add an xsession file for Lumina 2. --- .../lumina-desktop-unified.desktop | 34 ++++++++++++++++++++++ .../core/lumina-desktop-unified/lumina-desktop.pro | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop (limited to 'src-qt5/core/lumina-desktop-unified') diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop b/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop new file mode 100644 index 00000000..33681964 --- /dev/null +++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop @@ -0,0 +1,34 @@ +[Desktop Entry] +Exec=start-lumina-desktop --unified +TryExec=lumina-desktop-unified +Icon=Lumina-DE +Type=Application +Name=Lumina 2 +Name[de]=Lumina +Name[en_GB]=Lumina +Name[en_ZA]=Lumina +Name[et]=Lumina +Name[fr]=Lumina +Name[fr_CA]=Lumina +Name[hi]=ल्यूमिना +Name[ja]=Lumina +Name[mt]=Lumina +Name[pl]=Lumina +Name[pt_BR]=Lumina +Name[ru]=Lumina +Name[uk]=Lumina +Name[vi]=Lumina +Comment=A Lightweight Desktop for FreeBSD +Comment[de]=Eine leichtgewichtige Arbeitsplatzumgebung für FreeBSD +Comment[en_GB]=A Lightweight Desktop for FreeBSD +Comment[en_ZA]=A Lightweight Desktop for FreeBSD +Comment[et]=Minimalistlik töölauakeskkond FreeBSD-le +Comment[fr]=Un environnement bureau léger pour FreeBSD +Comment[fr_CA]=Un environnement bureau léger pour FreeBSD +Comment[hi]=एक हल्का डेस्कटॉप फ्री बी.एस.डी के लिए +Comment[ja]=FreeBSD の為に作られた軽快なデスクトップ環境 +Comment[mt]=A Desktop irqiq għal FreeBSD +Comment[pl]=Lekkie Środowisko graficzne dla FreeBSD +Comment[pt_BR]=Um ambiente de trabalho leve para FreeBSD +Comment[uk]=Легковісне оточення стільниці для FreeBSD +Comment[vi]=Một máy tính để bàn nhẹ cho FreeBSD diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro index 96d84a71..a929f844 100644 --- a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro @@ -46,7 +46,7 @@ FORMS += BootSplash.ui # Install all the various files for the desktop itself desktop.path = $${L_SESSDIR} -desktop.files = lumina-desktop.desktop +desktop.files = lumina-desktop-unified.desktop defaults.path = $${L_SHAREDIR}/lumina-desktop defaults.files = defaults/* -- cgit From b8a19f7ad4f8ef78f2c29a275b8c6057d37a13d5 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 6 Feb 2018 10:59:48 -0500 Subject: Some quick updates to lumina-terminal --- .../lumina-desktop-unified.desktop | 29 +--------------------- .../src-desktop/DesktopManager.cpp | 8 +++--- 2 files changed, 5 insertions(+), 32 deletions(-) (limited to 'src-qt5/core/lumina-desktop-unified') diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop b/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop index 33681964..9f082647 100644 --- a/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop +++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop-unified.desktop @@ -4,31 +4,4 @@ TryExec=lumina-desktop-unified Icon=Lumina-DE Type=Application Name=Lumina 2 -Name[de]=Lumina -Name[en_GB]=Lumina -Name[en_ZA]=Lumina -Name[et]=Lumina -Name[fr]=Lumina -Name[fr_CA]=Lumina -Name[hi]=ल्यूमिना -Name[ja]=Lumina -Name[mt]=Lumina -Name[pl]=Lumina -Name[pt_BR]=Lumina -Name[ru]=Lumina -Name[uk]=Lumina -Name[vi]=Lumina -Comment=A Lightweight Desktop for FreeBSD -Comment[de]=Eine leichtgewichtige Arbeitsplatzumgebung für FreeBSD -Comment[en_GB]=A Lightweight Desktop for FreeBSD -Comment[en_ZA]=A Lightweight Desktop for FreeBSD -Comment[et]=Minimalistlik töölauakeskkond FreeBSD-le -Comment[fr]=Un environnement bureau léger pour FreeBSD -Comment[fr_CA]=Un environnement bureau léger pour FreeBSD -Comment[hi]=एक हल्का डेस्कटॉप फ्री बी.एस.डी के लिए -Comment[ja]=FreeBSD の為に作られた軽快なデスクトップ環境 -Comment[mt]=A Desktop irqiq għal FreeBSD -Comment[pl]=Lekkie Środowisko graficzne dla FreeBSD -Comment[pt_BR]=Um ambiente de trabalho leve para FreeBSD -Comment[uk]=Легковісне оточення стільниці для FreeBSD -Comment[vi]=Một máy tính để bàn nhẹ cho FreeBSD +Comment=Illuminating the desktop diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/DesktopManager.cpp b/src-qt5/core/lumina-desktop-unified/src-desktop/DesktopManager.cpp index 35bd288d..73cd6645 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/DesktopManager.cpp +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/DesktopManager.cpp @@ -142,19 +142,19 @@ void DesktopManager::syncWindowList(){ void DesktopManager::syncTrayWindowList(){ QList allWins = Lumina::NWS->currentTrayWindows(); - qDebug() << "Synced Tray Window List:" << allWins.length(); + //qDebug() << "Synced Tray Window List:" << allWins.length(); RootDesktopObject::instance()->setTrayWindows(allWins); } // === PRIVATE SLOTS === void DesktopManager::updateSessionSettings(){ - qDebug() << "Update Session Settings..."; + //qDebug() << "Update Session Settings..."; RootDesktopObject::instance()->updateCurrentTimeFormat(DesktopSettings::instance()->value(DesktopSettings::Session, "datetime_format", "").toString()); } void DesktopManager::updateDesktopSettings(){ - qDebug() << "Update Desktop Settings..."; + //qDebug() << "Update Desktop Settings..."; QList scrns = QGuiApplication::screens(); int wkspace = Lumina::NWS->currentWorkspace(); for(int i=0; iname(), wkspace); } @@ -164,7 +164,7 @@ void DesktopManager::updateDesktopSettings(){ void DesktopManager::updatePanelSettings(){ QList scrns = QGuiApplication::screens(); int primary = QApplication::desktop()->primaryScreen(); - qDebug() << "Panel Settings Changed:" << primary << scrns.length(); + //qDebug() << "Panel Settings Changed:" << primary << scrns.length(); QStringList total_ids; for(int i=0; iname(); -- cgit