aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-06-12 07:48:18 -0400
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:46:50 -0700
commitd9516e5531b5d0c93541cd0a337648a7a50ba49a (patch)
tree82b7fa8c5f5fc256e3abb558ee40fe1acece2960
parentcaa50b113e627e9c05ebc78df56cc9e3584311c3 (diff)
downloadmeta-openembedded-contrib-d9516e5531b5d0c93541cd0a337648a7a50ba49a.tar.gz
lxdm: provides fake gdmflexiserver for xfce desktop environment
Xfce4 plugin 'actions' which stays in tray area provides a menu 'Switch User' but the menu grayed out. It calls whether 'dm-tool' from lightdm or 'gdmflexiserver' from gdm to support switch users. Since recipe gdm has been removed from meta-gnome, create a fake 'gdmflexiserver' which calls lxdm to make menu 'Switch User' work according to: https://wiki.archlinux.org/index.php/Xfce#User_switching_action_button_is_greyed_out Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver b/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
index 4ef8baf29d..4be65c0c87 100644
--- a/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
+++ b/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
@@ -1,3 +1,3 @@
#!/bin/sh
-lxdm -c USER_SWITCH
+/usr/sbin/lxdm -c USER_SWITCH