Notices


Reply
Thread Tools
Posts: 64 | Thanked: 36 times | Joined on Feb 2012 @ US
#51
Originally Posted by Udemzy View Post
I just ran your script. Nice work! The background script work but am not able to get th replace_color.sh to work. It gives me
Usage: find [PATH] . . . [OPTIONS] [ACTIONS]
Find : unrecognized: -exec
It seems that the 'find' provided by busybox does not support '-exec'
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#52
This working for me with busybox Power:
Code:
#!/bin/bash
#colors         
textcolor2=#A19E6A

cd /usr/share/themes/transparent/meegotouch
find . -type f -iname '*.css' -exec sed -i 's,#555555,#A19E6A,g' {} +
find . -type f -iname '*.ini' -exec sed -i 's,#555555,#A19E6A,g' {} +
 
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#53
I have busybox-power-noaegis from http://talk.maemo.org/showthread.php...t=trusted+repo installed.

The following would be better:
themeDir=/usr/share/themes/transparent/meegotouch


find $themeDir -type f -iname '*.css' -exec sed -i 's,#555555,#A19E6A,g' {} +
and so on..
 
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#54
The website http://css-color-replace.orca-multimedia.de/ can be used to display all colors within one css/ini-files of a the theme. This site works with QMLMozBrowser and it is possible to select a css file within /usr/share/themes/...
There is a color selection tool and it is possible to save the changed css-file.
 

The Following User Says Thank You to HolgerN For This Useful Post:
Posts: 109 | Thanked: 62 times | Joined on Mar 2012
#55
yesterday's event shows on today's page left side in Calendar
Attached Images
  
 

The Following User Says Thank You to Fallenzone For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#56
Updated!
 

The Following User Says Thank You to MK99 For This Useful Post:
Posts: 11 | Thanked: 2 times | Joined on Nov 2013
#57
is it possible to change the background
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#58
PS: It's easy to change background images. Just replace original images for your own....
See first post.
 
ruplee76's Avatar
Posts: 118 | Thanked: 20 times | Joined on May 2012 @ INDIA
#59
Thanks for the wonderful theme.. Somehow share plugin crashes when want to share an image on facebook. Using 0.08 version. Can u just check the same?
 

The Following User Says Thank You to ruplee76 For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#60
Checked and same issue. Will fix that...
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:05.