From 9573fd8c99ca091b286ed8f38b57f11b94e701ef Mon Sep 17 00:00:00 2001 From: Filip Fila Date: Thu, 30 Jan 2020 10:07:20 +0100 Subject: [PATCH] [sddm-theme] Fix broken wallpaper loading Summary: We switched to .jpg for Next but SDDM theme's code still points to .png so we got a white screen instead. Have the code point to .jpg instead. Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27018 --- sddm-theme/theme.conf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sddm-theme/theme.conf.cmake b/sddm-theme/theme.conf.cmake index e5e932e6c..36668cf48 100644 --- a/sddm-theme/theme.conf.cmake +++ b/sddm-theme/theme.conf.cmake @@ -4,5 +4,5 @@ logo=${KDE_INSTALL_FULL_DATADIR}/sddm/themes/breeze/default-logo.svg type=image color=#1d99f3 fontSize=10 -background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.png +background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.jpg needsFullUserModel=false