sddm.conf default: Current=01-breeze-fedora

epel9
Rex Dieter 8 years ago
parent a1a738066c
commit 05ce040df8

@ -1,6 +1,15 @@
diff -up sddm-0.14.0/src/common/Configuration.h.fedora_config sddm-0.14.0/src/common/Configuration.h 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.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 <username>.face.icon"));
Entry(CursorTheme, QString, QString(), _S("Cursor theme used in the greeter"));
@@ -64,21 +64,21 @@ namespace SDDM { @@ -64,21 +64,21 @@ namespace SDDM {
Entry(XauthPath, QString, _S("/usr/bin/xauth"), _S("Path to xauth binary")); 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")); Entry(SessionDir, QString, _S("/usr/share/xsessions"), _S("Directory containing available X sessions"));

@ -2,7 +2,7 @@
Name: sddm Name: sddm
Version: 0.14.0 Version: 0.14.0
Release: 3%{?dist} Release: 4%{?dist}
# code GPLv2+, fedora theme CC-BY-SA # code GPLv2+, fedora theme CC-BY-SA
License: GPLv2+ and CC-BY-SA License: GPLv2+ and CC-BY-SA
Summary: QML based X11 desktop manager Summary: QML based X11 desktop manager
@ -207,6 +207,9 @@ exit 0
%changelog %changelog
* Fri Oct 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.14.0-4
- sddm.conf default: Current=01-breeze-fedora
* Mon Oct 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.14.0-3 * Mon Oct 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.14.0-3
- drop deps used for fedora-only theme - drop deps used for fedora-only theme

Loading…
Cancel
Save