try failed when change --session in /usr/lib/gnome-flashback/gnome-flashback-metacity
// found /etc/X11/Xsession.d/00upstart use $DESKTOP_SESSION
so I trace $DESKTOP_SESSION variable It set in lightdm in source https://github.com/canonical/lightdm
dmrc.c dmrc_load ~/.dmrc
user-list.c priv->session = g_key_file_get_string (dmrc, "Desktop", "Session", NULL); const gchar *session = priv->session;
seat.c session_set_env (session, "DESKTOP_SESSION", session_name);
build install to /usr/sbin/lightdm
I guess it may lightdm execute problem
try failed when change --session in /usr/lib/ gnome-flashback /gnome- flashback- metacity
// Xsession. d/00upstart use $DESKTOP_SESSION
found
/etc/X11/
so I trace $DESKTOP_SESSION variable /github. com/canonical/ lightdm
It set in lightdm in source https:/
dmrc.c
dmrc_load
~/.dmrc
user-list.c get_string (dmrc, "Desktop", "Session", NULL);
priv->session = g_key_file_
const gchar *session = priv->session;
seat.c
session_set_env (session, "DESKTOP_SESSION", session_name);
build install to /usr/sbin/lightdm
I guess it may lightdm execute problem