[oe-commits] [meta-openembedded] 74/86: lxdm: provides fake gdmflexiserver for xfce desktop environment

git at git.openembedded.org git at git.openembedded.org
Sat Jun 15 23:51:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d9516e5531b5d0c93541cd0a337648a7a50ba49a
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Wed Jun 12 07:48:18 2019 -0400

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver b/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
index 4ef8baf..4be65c0 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list