mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
lxdm -c USER_SWITCH
|
||||
/usr/sbin/lxdm -c USER_SWITCH
|
||||
|
||||
Reference in New Issue
Block a user