kebbana
|
2012-10-29
, 14:30
|
Posts: 85 |
Thanked: 178 times |
Joined on Apr 2012
@ Finland
|
#131
|
The Following 2 Users Say Thank You to kebbana For This Useful Post: | ||
|
2012-10-29
, 14:34
|
Posts: 260 |
Thanked: 86 times |
Joined on Jan 2012
|
#132
|
|
2012-10-29
, 14:47
|
Posts: 85 |
Thanked: 178 times |
Joined on Apr 2012
@ Finland
|
#133
|
Dude maybe in next version, i request u to remove the color from LPS for beep profile.. It doesn't look so good.. Or please tell how to change it to the default color for beep profile on LPS..
kebbana,
Is it possible to tweak your postinst script to prevent changing to blanco theme after installation of your .deb? IMO its unnecessary...
kebbana,
I noticed that in Cyan and Gray versions, the volume toggle in the statusbar is pink (Blanco default). :-)
Anyway, just a suggestion: In the White and Black theme, can you just make the volume and profile toggles white? Personally I don't like the borders toggles. I know that thhe text in the toggles might be hidden, can they just be grayed out?
|
2012-10-29
, 14:51
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#135
|
#!/bin/sh gconftool -s --type string /meegotouch/theme/name blanco
|
2012-10-29
, 15:12
|
Posts: 85 |
Thanked: 178 times |
Joined on Apr 2012
@ Finland
|
#136
|
The Following User Says Thank You to kebbana For This Useful Post: | ||
|
2012-10-29
, 15:14
|
Posts: 85 |
Thanked: 178 times |
Joined on Apr 2012
@ Finland
|
#137
|
kebbana what does your postinst file contain?
I think its the following:
If so you can remove the postinst step as it isn't needed...Code:#!/bin/sh gconftool -s --type string /meegotouch/theme/name blanco
#!/bin/sh ln -s /opt/meegotouchtheme-example/share/themes/example /usr/share/themes/example
|
2012-10-29
, 15:16
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#138
|
|
2012-10-29
, 15:20
|
Posts: 85 |
Thanked: 178 times |
Joined on Apr 2012
@ Finland
|
#139
|
That is just doing the symlink for your theme files to be stored in /opt/ instead of rootfs partition...So you don't have the gconf command in the file?
#!/bin/sh rm -f /usr/share/themes/example gconftool -s --type string /meegotouch/theme/CurrentMeegoTheme blanco gconftool -s --type string /meegotouch/theme/name blanco
|
2012-10-29
, 15:24
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#140
|