From d9516e5531b5d0c93541cd0a337648a7a50ba49a Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 12 Jun 2019 07:48:18 -0400 Subject: 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 Signed-off-by: Khem Raj --- meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xfce') 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 -- cgit 1.2.3-korg ion> Classic OpenEmbedded Development TreeGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: 114f053da5c1003049bbd355fcb4d7524f6e9665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78