Tizen login manager (tlm) has been added to 54/31554/1
authorImran Zaman <imran.zaman@intel.com>
Fri, 5 Dec 2014 15:12:23 +0000 (17:12 +0200)
committerImran Zaman <imran.zaman@intel.com>
Fri, 5 Dec 2014 15:18:46 +0000 (17:18 +0200)
generic base, so tlm-config-common will enable
tlm service for Tizen common
user sessions will be started by tlm so removed from
ks
gumd is moved to generic-base (gum-utils is the correct
package name as it will fetch gumd, libgum and gum-utils)

Change-Id: I5eb4f70e599b3fe3f1c2d642c7b156443342e379
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
patterns/common-base.yaml
patterns/common-wayland.yaml
scripts/common-wayland.post

index 4ab8237..f9306bc 100644 (file)
@@ -2,7 +2,6 @@ Summary: Common Base
 Description: Common Base
 Name: common-base
 Packages:
-- gumd
 - buxton
 - cynara
 - security-manager
index 1760fe4..f4fea21 100644 (file)
@@ -2,6 +2,7 @@ Summary: Common Wayland
 Description: Common Wayland
 Name: common-wayland
 Packages:
+- tlm-config-common
 - weston-common
 - weston-common-config
 - weston-clients
index 088c0ba..91de6ca 100644 (file)
@@ -8,32 +8,6 @@ for user in alice bob carol guest developer; do
        fi
 done
 
-# Enable a logind session for users on seat0 (the default seat for
-# graphical sessions)
-unitdir=/usr/lib/systemd/system
-mkdir -p $unitdir/graphical.target.wants
-for user in alice bob carol guest developer; do
-       generic_base_user_exists $user || continue
-       uid=$(getent passwd $user|cut -f3 -d':')
-       ln -s ../user-session-launch@.service $unitdir/graphical.target.wants/user-session-launch@seat0-$uid.service
-done
-
-# user sessions must start after graphical target
-patch -b -p1 -d/ <<'EOF'
---- /lib/systemd/system/user-session-launch@.service.orig      2014-03-17 17:50:18.000000000 -0700
-+++ /lib/systemd/system/user-session-launch@.service   2014-04-15 06:03:45.555682575 -0700
-@@ -1,7 +1,7 @@
- [Unit]
- Description=User Session Launcher
--After=systemd-user-sessions.service systemd-logind.service
--Requires=systemd-logind.service
-+After=systemd-user-sessions.service systemd-logind.service display-manager.path
-+Requires=systemd-logind.service display-manager.path
- [Service]
- ExecStart=/usr/bin/user-session-launch %i
-EOF
-
 # clean weston target inside user session (installed by weston)
 rm -f /usr/lib/systemd/user/weston.target