From 19bbf7be055470552c2e16dd3ed987b7ead817aa Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 16 Nov 2018 13:22:52 -0500 Subject: Update BootSplash.cpp Add ${PREFIX}/bin/ to the search paths for the lumina-motd file. --- src-qt5/core/lumina-desktop/BootSplash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-qt5/core/lumina-desktop/BootSplash.cpp b/src-qt5/core/lumina-desktop/BootSplash.cpp index 1095d5e5..cdf1a3c2 100644 --- a/src-qt5/core/lumina-desktop/BootSplash.cpp +++ b/src-qt5/core/lumina-desktop/BootSplash.cpp @@ -26,7 +26,7 @@ void BootSplash::generateTipOfTheDay(){ if (disablequotes){ ui->label_welcome->setText(""); return; } //Try to find a system-defined message of the day for lumina - QStringList dirs; dirs << LOS::AppPrefix()+"/etc/" << LOS::SysPrefix()+"/etc/" << L_ETCDIR+"/"; + QStringList dirs; dirs << LOS::AppPrefix()+"/bin/" << LOS::SysPrefix()+"/bin" << LOS::AppPrefix()+"/etc/" << LOS::SysPrefix()+"/etc/" << L_ETCDIR+"/"; QString sysMOTD = "lumina-motd"; for(int i=0; i