aboutsummaryrefslogtreecommitdiff
path: root/uccsconfigure-session.in
blob: 51f7cce3c1fb733bf2c05ffddeebca22a005c8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# Set up a Firefox autostart
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
exec gnome-session --session=ubuntu