View Single Post
Banned | Posts: 280 | Thanked: 295 times | Joined on Apr 2013 @ Romania
#12
Originally Posted by crail View Post
wont that remove my original transition.ini i renamed to transitions.ini(original) though?

i need to delete transition.ini and rename transitions.in(original) to transitions.ini

sorry if im being dumb.
Yes, that's exactly what that command does.

Here is what you should try.

Code:
sudo gainroot
cd /usr/share/hildon-desktop/
mv transitions.ini(original)  /home/user/MyDocs
killall hildon-desktop
At this point your folder contains only the custom transitions file and with the kill command you can check if it works.

Now, if it's not working try this

Code:
sudo gainroot
cd /home/user/MyDocs
mv transitions.ini(original) transitions.ini
mv transitions.ini /usr/share/hildon-desktop/
The "MV" command in linux can move a file from a folder to another, but also renames the file in the same folder my overwriting.

Last edited by TheoX; 2013-08-11 at 17:08.