Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:krop:Qt6:Release:kde_rebuild
plasma6-welcome
0001-Use-the-openSUSE-wallpaper.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Use-the-openSUSE-wallpaper.patch of Package plasma6-welcome
From f0375048f336740dd2239369df7be18a619ec8e8 Mon Sep 17 00:00:00 2001 From: Luca Beltrame <lbeltrame@kde.org> Date: Sun, 11 Aug 2024 21:21:11 +0200 Subject: [PATCH] Use the openSUSE wallpaper This is unfortunately hardcoded. Use our default to more likely match what the user sees. --- src/qml/mock/MockCard.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: plasma-welcome-6.1.80git.20240928T154344~d091078/src/qml/mock/MockCard.qml =================================================================== --- plasma-welcome-6.1.80git.20240928T154344~d091078.orig/src/qml/mock/MockCard.qml +++ plasma-welcome-6.1.80git.20240928T154344~d091078/src/qml/mock/MockCard.qml @@ -22,12 +22,12 @@ Kirigami.AbstractCard { property double backgroundScale: 1 property int blurRadius: 32 - readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/Next/contents/images/1920x1080.png" - readonly property int desktopWidth: 1024 * backgroundScale - readonly property int desktopHeight: 576 * backgroundScale + readonly property string wallpaper: "file:" + Controller.installPrefix() + "/share/wallpapers/openSUSEdefault/contents/images/1280x1024.png" + readonly property int desktopWidth: wallpaperImage.sourceSize.width + readonly property int desktopHeight: wallpaperImage.sourceSize.height /* - * 1024x576 is chosen to look good at normal window sizes: The aspect matches + * 1280x1024 is chosen to look good at normal window sizes: The aspect matches * most desktops (16:9) and the usual proportions of the mock as shown in the * window. *
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor