From 71becdd37ceaed40b4cb68735ca4f76745134d1b Mon Sep 17 00:00:00 2001 From: Martin Briza Date: Tue, 15 Oct 2013 19:58:36 +0200 Subject: [PATCH] Fixed the Fedora theme wallpaper path --- fedora-theme.conf | 2 +- sddm.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fedora-theme.conf b/fedora-theme.conf index 2e9498e..80ad085 100644 --- a/fedora-theme.conf +++ b/fedora-theme.conf @@ -1,2 +1,2 @@ [General] -background=/usr/share/backgrounds/background.png +background=/usr/share/backgrounds/default.png diff --git a/sddm.spec b/sddm.spec index 0e0a4f2..1ee4344 100644 --- a/sddm.spec +++ b/sddm.spec @@ -3,7 +3,7 @@ Name: sddm Version: 0.2.0 -Release: 0.15.20130914git%(echo %{sddm_commit} | cut -c-8)%{?dist} +Release: 0.16.20130914git%(echo %{sddm_commit} | cut -c-8)%{?dist} # code GPLv2+, fedora theme CC-BY-SA License: GPLv2+ and CC-BY-SA Summary: QML based X11 desktop manager @@ -140,6 +140,9 @@ install -Dpm 644 %{SOURCE23} %{buildroot}%{_datadir}/apps/sddm/themes/fedora/the %{_datadir}/apps/sddm/themes/maui/ %changelog +* Tue Oct 15 2013 Martin Briza - 0.2.0-0.16.20130914git50ca5b20 +- Fixed the Fedora theme wallpaper path + * Tue Oct 15 2013 Martin Briza - 0.2.0-0.15.20130914git50ca5b20 - Added XDMCP support patch - Modified the config to reflect the added XDMCP support (disabled by default)