Active Topics

 


Reply
Thread Tools
Posts: 75 | Thanked: 9 times | Joined on Dec 2009 @ Verona, Italy
#1
Hi, after using this script (found on Maemo.org)

mkdir -p /home/opt/usr/share/themes 2> /dev/null
mkdir -p /home/opt/usr/share/icons 2> /dev/null
mkdir -p /home/opt/usr/share/hildon-welcome 2> /dev/null
mkdir -p /home/opt/usr/share/pixmaps 2> /dev/null
mkdir -p /home/opt/var/cache/apt 2> /dev/null

cp -r /usr/share/themes/* /home/opt/usr/share/themes
rm -r /usr/share/themes
ln -s /home/opt/usr/share/themes /usr/share/themes

cp -r /usr/share/icons/* /home/opt/usr/share/icons
rm -r /usr/share/icons
ln -s /home/opt/usr/share/icons /usr/share/icons

cp -r /usr/share/hildon-welcome/* /home/opt/usr/share/hildon-welcome
rm -r /usr/share/hildon-welcome
ln -s /home/opt/usr/share/hildon-welcome /usr/share/hildon-welcome

cp -r /usr/share/pixmaps/* /home/opt/usr/share/pixmaps
rm -r /usr/share/pixmaps
ln -s /home/opt/usr/share/pixmaps /usr/share/pixmaps

cp -r /var/cache/apt/* /home/opt/var/cache/apt
rm -r /var/cache/apt
ln -s /home/opt/var/cache/apt /var/cache/apt

every time that i reboot, n900 comes up with defult theme and not with the theme that i choose.

Any help?

Regards
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
 
Posts: 75 | Thanked: 9 times | Joined on Dec 2009 @ Verona, Italy
#3
Thanks it worked.

i hope that all this changes won't create some problems with future updates....
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:19.