updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / unity / use-unity-profile.patch
blobe9043819b61b4d5552e62e229961ab5e6786fda2
1 diff -Naur unity-4.24.0.orig/tools/unity.cmake unity-4.24.0/tools/unity.cmake
2 --- unity-4.24.0.orig/tools/unity.cmake 2011-11-26 07:17:06.000000000 +0100
3 +++ unity-4.24.0/tools/unity.cmake 2011-11-26 08:52:16.003275738 +0100
4 @@ -59,7 +59,7 @@
5 def set_unity_env ():
6 '''set variable environnement for unity to run'''
8 - os.environ['COMPIZ_CONFIG_PROFILE'] = 'ubuntu'
9 + os.environ['COMPIZ_CONFIG_PROFILE'] = 'unity'
11 if not 'DISPLAY' in os.environ:
12 # take an optimistic chance and warn about it :)