Reply
Thread Tools
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#271
A quick fix would be to use ThemeChanger to switch back to Blanco.. as the red square thingy happens when it fall back on the Base theme.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
Posts: 149 | Thanked: 34 times | Joined on Dec 2011
#272
Hi F2thaK and friends community.
I have a problem so:
When i paste the files in of /MyDocs ( .conf, usr, FT-install and FT-remove) all right.. but when i write the command in terminal:
sh /home/user/MyDocs/FT-install.sh
show me a same problem and my N9 restart.. so restart my icons all with red icons... i no understand what happen..
Any can explain for if install that?
Thanks very much the community
 
Posts: 48 | Thanked: 31 times | Joined on Dec 2011
#273
The index.theme file seems to be in some weird encoding, ThemeChanger doesn't show the name of the theme so it probably can't read the index.theme file, maybe that's also the reason why the theme isn't applied properly. Anyway, after converting index.theme to ASCII the theme is applied fine with ThemeChanger, but the transitions aren't actually faster, but that's probably because there's almost nothing in meegotouchhome.css
 

The Following User Says Thank You to smph For This Useful Post:
Posts: 17 | Thanked: 3 times | Joined on Jan 2012
#274
Hey F2thaK,

i really like that you are providing us with all these customizations.

Running the FT-install.sh script on my phone nothing was copied to /usr/share/themes so it borked the theme big-time, it's really hard to find the WLAN settings when there's not graphics etc ;-)


Here is a improvement idea for the installation-script, basically doing some small checks and copying the actual-theme dir instead of moving/overwriting the whole /usr dir;
---

#!/bin/sh
# OLD ## mv -f /home/user/MyDocs/.config/ /
# OLD ## mv -f /home/user/MyDocs/usr/ /

FTDIR = /usr/share/themes/faster
TODAY = `date +"%F"`

if [ -d "$FTDIR" ]; then
echo -e "Looks like Faster Theme Directory exists, backup…"
mv /usr/share/themes/faster /usr/share/themes/faster.$TODAY
fi

echo -e "Copying theme files…"
cp -R /home/user/MyDocs/.config/ /
cp -R /home/user/MyDocs/usr/share/themes/faster/ /usr/share/themes/

if [ ! -d "$FTDIR" ]; then
echo -e "Something went wrong, the Faster theme directory does not exist… not setting new theme or rebooting."
exit
fi

echo -e "Cleaning up your house..."
rm -rf /home/user/MyDocs/usr/
rm -rf /home/user/MyDocs/.config/


echo -e "Setting faster theme and rebooting now… BYE!"
gconftool -s --type=string /meegotouch/theme/name faster
/sbin/reboot

---


Best Regards,
Larksyrm
 

The Following User Says Thank You to larksyrm For This Useful Post:
scapegoat845's Avatar
Posts: 307 | Thanked: 312 times | Joined on Apr 2011 @ P.A.
#275
Just installed the latest 4.1 version. Almost every icon on the screen were red squares. I would like to install just the Faster Transitions with no theme, is v2.6 stable & without a theme ?
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#276
all my MODs need fixing, will get onto it tonight hopefully
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#277
Version 4.3 Released

- Greatly improved install script (BIG thanks to larksyrm)
- Bug Fixes

Hopefully this fixes the problems guys...




Originally Posted by scapegoat845 View Post
Just installed the latest 4.1 version. Almost every icon on the screen were red squares. I would like to install just the Faster Transitions with no theme, is v2.6 stable & without a theme ?
All versions prior v4.0 should be stable. If people can send me links to or send me the original zip files for the older versions so I can add them to the changelog download links. Then people can use older stable versions if preferred.

Last edited by F2thaK; 2012-01-09 at 11:14.
 
Posts: 22 | Thanked: 2 times | Joined on Dec 2009
#278
It doesn't work. I just copied all folders/files to MyDocs and run FT-install.sh script and it shows me that message:

"Something went wrong, the Faster theme directory does not exist… not setting new theme or rebooting."
 

The Following User Says Thank You to Wymiatacz87 For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#279
 
Posts: 35 | Thanked: 4 times | Joined on Nov 2011 @ hungaryan
#280
Originally Posted by F2thaK View Post
Please try v4.3... :/
Hi,i have donated again,and I have installed all 4 themes!And now I can switch between the themes with the theme changer without problem!!It works perfecktly.
 

The Following User Says Thank You to sidius For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 07:51.