Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37538129
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: sddm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-def-breeze.patch
Скачать


--- a/src/daemon/Display.cpp~	2016-08-29 11:20:33.000000000 +0300
+++ b/src/daemon/Display.cpp	2016-08-30 08:55:13.111000000 +0300
@@ -227,7 +227,13 @@ namespace SDDM {
         // an unconfigured theme means the user wants to load the
         // default theme from the resources
         if (themeName.isEmpty())
-            return QString();
+        {
+            if(  QFileInfo(QStringLiteral("/usr/share/sddm/themes/breeze/metadata.desktop")).exists() ) {
+        	themeName = QStringLiteral("breeze");
+            } else {
+        	return QString();
+	    }
+        }
 
         QDir dir(mainConfig.Theme.ThemeDir.get());
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin