diff options
-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 |