-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg: plasma: plasma-mobile: fix default wallpaper
Signed-off-by: Danct12 <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
PKGBUILDS/plasma/plasma-mobile/set_default_wallpaper.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 234dc129011176e009f57757c8acf7f8d69ed12a Mon Sep 17 00:00:00 2001 | ||
From: Aleix Pol <[email protected]> | ||
Date: Sat, 19 Feb 2022 03:02:17 +0100 | ||
Subject: [PATCH] Ensure we have a default wallpaper | ||
|
||
Fixes https://invent.kde.org/teams/plasma-mobile/issues/-/issues/125 | ||
--- | ||
look-and-feel/contents/defaults | 3 +++ | ||
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/look-and-feel/contents/defaults b/look-and-feel/contents/defaults | ||
index 174ca5840..159ecb8f2 100644 | ||
--- a/look-and-feel/contents/defaults | ||
+++ b/look-and-feel/contents/defaults | ||
@@ -9,3 +9,6 @@ Placement=Maximizing | ||
|
||
[plasmashellrc][Shell] | ||
ShellPackage=org.kde.plasma.phoneshell | ||
+ | ||
+[Wallpaper] | ||
+Image=Next | ||
-- | ||
GitLab | ||
|