View Single Post
Posts: 602 | Thanked: 735 times | Joined on Mar 2011 @ Nantes, France
#2101
Originally Posted by Switch_ View Post
Hi romu, welcome to the forums

The CSSU tweaks a file located in
Code:
usr/share/hildon-desktop/
called "transitions.ini"

However, if you are running from a custom transitions.ini file then that will be located in
Code:
usr/share/themes/<your-theme-name>/
.

So, in your case I would go for the following - make sure you have rootsh and leafpad installed from the repos;

Code:
sudo gainroot
cp /usr/share/themes/ubuntu/transitions.ini /home/user/MyDocs
mv /home/user/MyDocs/transitions.ini /home/user/MyDocs/transitions.ini.ubu
cp /usr/share/hildon-desktop/transitions.ini /home/user/MyDocs
Use leafpad from terminal and have a look at the bottom of both files for something called "thp tweaks" and simply check that the files appear to be more or less the same. If you need help zip them both up and attach them here in the forum so that we can have a look for you.
Thanks Switch, so I checked and the thp_tweaks section is not in my ubuntu theme file, so I guess I have to copy/paste it to make it work, some results soon.