30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 22d4318174acee6af3008fe648f7b8fdf96404cb Mon Sep 17 00:00:00 2001
|
|
From: yuanxing <yuanxing@kylinsec.com.cn>
|
|
Date: Fri, 25 Aug 2023 10:49:36 +0800
|
|
Subject: [PATCH 3/5] fix(wallpaper):change system wallpaper xml path to kiran
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 修改获取的系统壁纸xml文件路径为kiran
|
|
---
|
|
plugins/appearance/src/pages/wallpaper/wallpaper-def.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/plugins/appearance/src/pages/wallpaper/wallpaper-def.h b/plugins/appearance/src/pages/wallpaper/wallpaper-def.h
|
|
index d27c921..adefaf9 100644
|
|
--- a/plugins/appearance/src/pages/wallpaper/wallpaper-def.h
|
|
+++ b/plugins/appearance/src/pages/wallpaper/wallpaper-def.h
|
|
@@ -30,7 +30,7 @@ enum WallpaperType
|
|
|
|
#define SYSTEM_BACKGROUND_PATH "/usr/share/backgrounds/kiran/"
|
|
#define LOCAL_WALLPAPER_FILE ".config/kylinsec/kiran-cpanel-appearance/wallpaper.xml"
|
|
-#define SYSTEM_WALLPAPER_FILE "/usr/share/mate-background-properties/kiran_background.xml"
|
|
+#define SYSTEM_WALLPAPER_FILE "/usr/share/kiran-background-properties/kiran_background.xml"
|
|
#define CACHE_IMAGE_DIR ".config/kylinsec/kiran-cpanel-appearance/"
|
|
|
|
#define FILENAME "filename"
|
|
--
|
|
2.33.0
|
|
|