From 05ce040df8adb5d72b787e95a035885ba967d4d9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Oct 2016 12:55:51 -0500 Subject: [PATCH] sddm.conf default: Current=01-breeze-fedora --- sddm-0.14.0-fedora_config.patch | 11 ++++++++++- sddm.spec | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sddm-0.14.0-fedora_config.patch b/sddm-0.14.0-fedora_config.patch index 641fd5f..fbe5222 100644 --- a/sddm-0.14.0-fedora_config.patch +++ b/sddm-0.14.0-fedora_config.patch @@ -1,6 +1,15 @@ diff -up sddm-0.14.0/src/common/Configuration.h.fedora_config sddm-0.14.0/src/common/Configuration.h --- sddm-0.14.0/src/common/Configuration.h.fedora_config 2016-08-28 06:54:03.000000000 -0500 -+++ sddm-0.14.0/src/common/Configuration.h 2016-08-28 14:36:45.974795657 -0500 ++++ sddm-0.14.0/src/common/Configuration.h 2016-10-07 12:54:34.344317447 -0500 +@@ -46,7 +46,7 @@ namespace SDDM { + // Name Entries (but it's a regular class again) + Section(Theme, + Entry(ThemeDir, QString, _S(DATA_INSTALL_DIR "/themes"), _S("Theme directory path")); +- Entry(Current, QString, _S(""), _S("Current theme name")); ++ Entry(Current, QString, _S("01-breeze-fedora"), _S("Current theme name")); + Entry(FacesDir, QString, _S(DATA_INSTALL_DIR "/faces"), _S("Global directory for user avatars\n" + "The files should be named .face.icon")); + Entry(CursorTheme, QString, QString(), _S("Cursor theme used in the greeter")); @@ -64,21 +64,21 @@ namespace SDDM { Entry(XauthPath, QString, _S("/usr/bin/xauth"), _S("Path to xauth binary")); Entry(SessionDir, QString, _S("/usr/share/xsessions"), _S("Directory containing available X sessions")); diff --git a/sddm.spec b/sddm.spec index 6308da6..b6d7577 100644 --- a/sddm.spec +++ b/sddm.spec @@ -2,7 +2,7 @@ Name: sddm Version: 0.14.0 -Release: 3%{?dist} +Release: 4%{?dist} # code GPLv2+, fedora theme CC-BY-SA License: GPLv2+ and CC-BY-SA Summary: QML based X11 desktop manager @@ -207,6 +207,9 @@ exit 0 %changelog +* Fri Oct 07 2016 Rex Dieter - 0.14.0-4 +- sddm.conf default: Current=01-breeze-fedora + * Mon Oct 03 2016 Rex Dieter - 0.14.0-3 - drop deps used for fedora-only theme