diff options
Diffstat (limited to 'server')
3 files changed, 4 insertions, 12 deletions
diff --git a/server/modules/ubuntu-14.04-unity-fixes/etc/X11/Xsession.d/95-compiz b/server/modules/ubuntu-14.04-unity-fixes/etc/X11/Xsession.d/95-compiz new file mode 100755 index 00000000..45cc71e8 --- /dev/null +++ b/server/modules/ubuntu-14.04-unity-fixes/etc/X11/Xsession.d/95-compiz @@ -0,0 +1,4 @@ +#!/bin/ash + +touch /tmp/washereagain +export COMPIZ_CONFIG_PROFILE='ubuntu' diff --git a/server/modules/ubuntu-14.04-unity-fixes/opt/openslx/scripts/unity-wrapper b/server/modules/ubuntu-14.04-unity-fixes/opt/openslx/scripts/unity-wrapper deleted file mode 100755 index 7500c147..00000000 --- a/server/modules/ubuntu-14.04-unity-fixes/opt/openslx/scripts/unity-wrapper +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/ash - -gnome-session --session='ubuntu' & -unity diff --git a/server/modules/ubuntu-14.04-unity-fixes/usr/share/xsessions/ubuntu.desktop b/server/modules/ubuntu-14.04-unity-fixes/usr/share/xsessions/ubuntu.desktop deleted file mode 100644 index 36ee49bc..00000000 --- a/server/modules/ubuntu-14.04-unity-fixes/usr/share/xsessions/ubuntu.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Ubuntu -Comment=This session logs you into Ubuntu -Exec=/opt/openslx/scripts/unity-wrapper -Icon= -Type=Application -X-LightDM-DesktopName=Unity -X-Ubuntu-Gettext-Domain=gnome-session-3.0 |
