mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
fix kdm
This commit is contained in:
parent
a09671056b
commit
3c2032bde6
@ -26,7 +26,7 @@ pkgname=('kdebase-workspace'
|
||||
|
||||
arch=('i686' 'x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
|
||||
pkgdesc="split package"
|
||||
url="http://www.kde.org"
|
||||
@ -72,6 +72,9 @@ source=($_mirror/${_origname}-$_kdever.tar.bz2
|
||||
# if kdm is not loaded, try to shutdown via consolekit
|
||||
fix_ck-shutdown.patch
|
||||
|
||||
# fix kdm default user for greeter
|
||||
fix_kdm_configdef.patch
|
||||
|
||||
# "fix" some sytemsettings modules that need root access
|
||||
# FIXME fix_root-only-kcms.patch
|
||||
|
||||
@ -118,6 +121,7 @@ md5sums=('8dc81a878fe23220bef7bf2d386779d9' # kdebase-workspace-4.4.92.tar.bz2
|
||||
'db2d8166f5ea80ecd291deb9c0e2bb71' # fix_kdm-increase-xserver-timeout-bnc#462478.patch
|
||||
'814350c52c135d6f7bdada1e29223d38' # fix_terminate-server.patch
|
||||
'5d752cf39a28306438bb6d82db6e1696' # fix_ck-shutdown.patch
|
||||
'97a5eb51e6f9d460f0d61bb322a1db5e' # fix_kdm_configdef.patch
|
||||
# FIXME '6df4a57eb6b5b99df9ec21b76f07c027' # fix_root-only-kcms.patch
|
||||
|
||||
# '13c3203589143e9e2fc757c17375227a' # feature_plasma-transparent-panel-v4-rb#472.patch
|
||||
@ -126,7 +130,7 @@ md5sums=('8dc81a878fe23220bef7bf2d386779d9' # kdebase-workspace-4.4.92.tar.bz2
|
||||
# '9b97ac1b4deb8d0c8ca7afffb80b4320' # feature_history-notifications-enable-disable-kde#119207.patch
|
||||
# '99c4e25e79e75cc5e90c1b66172b1c32' # feature_smaller-notification-icons.patch
|
||||
# '42b3b5e09372c57910c3435e63e2dfd6' # feature_kdm-plymouth.patch
|
||||
'bf36e9cc623c7c3da6668e560e29975c') # screensaver-sleep.patch
|
||||
'bf36e9cc623c7c3da6668e560e29975c') # screensaver-sleep.patch
|
||||
|
||||
#
|
||||
# build function
|
||||
@ -161,6 +165,7 @@ build()
|
||||
patch -Np0 -i ${srcdir}/fix_kdm-increase-xserver-timeout-bnc#462478.patch || return 1
|
||||
patch -Np0 -i ${srcdir}/fix_terminate-server.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/fix_ck-shutdown.patch || return 1
|
||||
patch -p0 -N -i ${srcdir}/kdm_configdef.patch || return 1
|
||||
# patch -Np1 -i ${srcdir}/fix_root-only-kcms.patch || return 1
|
||||
|
||||
# FIXME: update feature patches
|
||||
|
11
kdebase-workspace/fix_kdm_configdef.patch
Normal file
11
kdebase-workspace/fix_kdm_configdef.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- kdm/config.def 2010-06-21 17:48:35.530941459 +0200
|
||||
+++ kdm/config.def 2010-06-21 17:48:55.517603966 +0200
|
||||
@@ -1033,7 +1033,7 @@
|
||||
Type: string
|
||||
Default: ""
|
||||
User: core
|
||||
-Instance: "kdm"
|
||||
+Instance: ""
|
||||
Update: upd_greeteruid
|
||||
Comment: &
|
||||
Description:
|
Loading…
Reference in New Issue
Block a user