diff options
author | Ted Gould <ted@gould.cx> | 2012-08-23 14:51:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-23 14:51:30 -0500 |
commit | f936a787d5a260563149adf445ef8f4f247ddeee (patch) | |
tree | b599570e3ebb8e78e7af6b736b019e9ec23f07ba | |
parent | 7fefacfc50a53faa225170dd047df212955af455 (diff) | |
download | lightdm-remote-session-remoteconfigure-f936a787d5a260563149adf445ef8f4f247ddeee.tar.gz lightdm-remote-session-remoteconfigure-f936a787d5a260563149adf445ef8f4f247ddeee.tar.bz2 lightdm-remote-session-remoteconfigure-f936a787d5a260563149adf445ef8f4f247ddeee.zip |
Seems this is the only value not set by gnome-session. Dropping the others.
-rw-r--r-- | uccsconfigure-session.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uccsconfigure-session.in b/uccsconfigure-session.in index 42453ad..800503a 100644 --- a/uccsconfigure-session.in +++ b/uccsconfigure-session.in @@ -19,10 +19,7 @@ mkdir -p ~/.config/autostart/ cp @pkgdatadir@/firefox-uccsconfigure.desktop ~/.config/autostart/ -# Set up the Unity environment -export DESKTOP_SESSION="ubuntu" -export GDMSESSION="ubuntu" -export XDG_CURRENT_DESKTOP="Unity" +# Set up the Compiz profile export COMPIZ_CONFIG_PROFILE="ubuntu" # Final thing is to run the standard Unity session |