aboutsummaryrefslogtreecommitdiff
path: root/uccsconfigure-session.in
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-11 16:38:12 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-11 16:38:12 +0200
commit531cca264a21552d80255334f9bf9f3e2cf19dbd (patch)
tree321585a00f721ef1f097835fd2b2eb292c1ba704 /uccsconfigure-session.in
parent64da19d1fabaaa84cdf3589e6714c340eafee0e8 (diff)
downloadlightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.tar.gz
lightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.tar.bz2
lightdm-remote-session-remoteconfigure-531cca264a21552d80255334f9bf9f3e2cf19dbd.zip
Fork as new project: lightdm-remote-session-remoteconfigure.
Diffstat (limited to 'uccsconfigure-session.in')
-rw-r--r--uccsconfigure-session.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/uccsconfigure-session.in b/uccsconfigure-session.in
deleted file mode 100644
index f8a792d..0000000
--- a/uccsconfigure-session.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-# Copyright © 2012 Canonical Ltd.
-#
-# This program is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 3, as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranties of
-# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
-# PURPOSE. See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# Author: Ted Gould <ted@canonical.com>
-
-# Set up a Firefox autostart
-mkdir -p ~/.config/autostart/
-cp @pkgdatadir@/firefox-uccsconfigure.desktop ~/.config/autostart/
-
-# Set up the Compiz profile
-export COMPIZ_CONFIG_PROFILE="ubuntu"
-
-# Unity Configurations
-gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-hide-mode 1
-gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ automaximize-value 1
-
-# Final thing is to run the standard Unity session
-exec gnome-session --session=ubuntu