From 75cfac7c38a3b19c3d38032d0e13caf466e693f1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 21 Aug 2012 23:04:34 -0500 Subject: Export like we're the Unity session --- uccsconfigure-session.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/uccsconfigure-session.in b/uccsconfigure-session.in index 5186e69..51f7cce 100644 --- a/uccsconfigure-session.in +++ b/uccsconfigure-session.in @@ -4,5 +4,11 @@ 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" +export COMPIZ_CONFIG_PROFILE="ubuntu" + # Final thing is to run the standard Unity session -gnome-session --session=ubuntu +exec gnome-session --session=ubuntu -- cgit v1.2.3