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>
This commit is contained in:
Kai Kang 2019-06-12 07:48:18 -04:00 committed by Khem Raj
parent caa50b113e
commit d9516e5531

View File

@ -1,3 +1,3 @@
#!/bin/sh
lxdm -c USER_SWITCH
/usr/sbin/lxdm -c USER_SWITCH