Date: Saturday, October 29, 2022 @ 16:56:35
Author: felixonmars
Revision: 1339203
upgpkg: startdde 5.9.59-2: fix schema patch for deepin-wm
Modified:
startdde/trunk/PKGBUILD
startdde/trunk/schema.patch
--------------+
PKGBUILD | 2 +-
schema.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-29 16:42:41 UTC (rev 1339202)
+++ PKGBUILD 2022-10-29 16:56:35 UTC (rev 1339203)
@@ -4,7 +4,7 @@
pkgname=startdde
pkgver=5.9.59
-pkgrel=1
+pkgrel=2
pkgdesc="starter of deepin desktop environment"
arch=('x86_64')
url="https://github.com/linuxdeepin/startdde"
Modified: schema.patch
===================================================================
--- schema.patch 2022-10-29 16:42:41 UTC (rev 1339202)
+++ schema.patch 2022-10-29 16:56:35 UTC (rev 1339203)
@@ -5,7 +5,7 @@
</key>
<key type="s" name="wm-cmd">
- <default>''</default>
-+ <default>'deepin-wm'</default>
++ <default>'/usr/bin/deepin-wm'</default>
<summary>The window manager start command</summary>
<description>This key will special window manager at startdde
startup. If empty, using deepin-wm.</description>
</key>