- use update-alternatives on newer distributions (boo#1069667) - use systemd-rpm-macros (BR) - refreshed patches OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxdm?expand=0&rev=196
14 lines
533 B
Diff
14 lines
533 B
Diff
Index: lxdm-0.5.3/src/lxdm.c
|
|
===================================================================
|
|
--- lxdm-0.5.3.orig/src/lxdm.c
|
|
+++ lxdm-0.5.3/src/lxdm.c
|
|
@@ -1186,7 +1186,7 @@ gboolean lxdm_get_session_info(const cha
|
|
if(!strcasecmp(name,"LXDE"))
|
|
exec = g_strdup("startlxde");
|
|
else if( !strcasecmp(name, "GNOME") )
|
|
- exec = g_strdup("gnome-session");
|
|
+ exec = g_strdup("gnome");
|
|
else if( !strcasecmp(name, "KDE") )
|
|
exec = g_strdup("startkde");
|
|
else if( !strcasecmp(name, "XFCE") || !strcasecmp(name, "xfce4"))
|