Active Topics

 


Reply
Thread Tools
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#131
Originally Posted by anwargdl View Post
hi, first of all very good app, but I have a problem, I select the theme turquoise or other theme and everything works fine, but I'm going to gallery, select photo, shared via facebook and closes, same with dropbox,I return to the blanco theme and everything works great.
I hope to explain well
Yea looks like you found a bug, I'm gonna look into it asap.
 

The Following 2 Users Say Thank You to kebbana For This Useful Post:
Posts: 260 | Thanked: 86 times | Joined on Jan 2012
#132
http://m.youtube.com/watch?v=zJF94frCvQ8

bug as mention earlier..
__________________


need a Guest House for temporary stay at Malaysia?
PM me
 
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#133
Originally Posted by miffy4774 View Post
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..
There shouldn't be any LPS icons in these themes, so u must have changed it urself. But here is the default beep-icon, copy it to
\usr\share\themes\blanco\meegotouch\icons

edit: the icon is in the bottom even u dont see it cause its white, just right click and save as.

Originally Posted by thedead1440 View Post
kebbana,

Is it possible to tweak your postinst script to prevent changing to blanco theme after installation of your .deb? IMO its unnecessary...
Yes that would be better. Do you know how it's done? I used Vesuris example theme as it is.


Originally Posted by johndanvic View Post
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?
I try to find the text colors so I can change those bars to white. Also the volume toggle is so far unchanged in all other themes. Next version I change them too.
Attached Images
 

Last edited by kebbana; 2012-10-29 at 15:11.
 
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#134
Originally Posted by optimaxxx View Post
Last blue survivor:

Loading bar in browser, could that be themed too?
not possible
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#135
kebbana what does your postinst file contain?

I think its the following:

Code:
#!/bin/sh

gconftool -s --type string /meegotouch/theme/name blanco
If so you can remove the postinst step as it isn't needed...
 
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#136
Originally Posted by retro_to_biggy58 View Post
hi guys, just want to ask if where can i find the image of the top header(sky blue) with Messages as a title header.
usr\share\themes\blanco\meegotouch\images\theme\co lor6\color6-meegotouch-view-header-fixed.png
 

The Following User Says Thank You to kebbana For This Useful Post:
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#137
Originally Posted by thedead1440 View Post
kebbana what does your postinst file contain?

I think its the following:

Code:
#!/bin/sh

gconftool -s --type string /meegotouch/theme/name blanco
If so you can remove the postinst step as it isn't needed...
It is

Code:
#!/bin/sh

ln -s /opt/meegotouchtheme-example/share/themes/example /usr/share/themes/example
So if I just remove this all It should work? Can I remove the whole file?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#138
Originally Posted by kebbana View Post
It is

Code:
#!/bin/sh

ln -s /opt/meegotouchtheme-example/share/themes/example /usr/share/themes/example
So if I just remove this all It should work? Can I remove the whole file?
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?
 
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#139
Originally Posted by thedead1440 View Post
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?
Nope thats all there is. But now I found there's *.prerm also and there is
Code:
#!/bin/sh

rm -f /usr/share/themes/example
gconftool -s --type string /meegotouch/theme/CurrentMeegoTheme blanco
gconftool -s --type string /meegotouch/theme/name blanco

Last edited by kebbana; 2012-10-29 at 15:24.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#140
ah ok I think I understood the issue already

When I downloaded your latest package, it replaced the old package which is removed from the system hence running the pre-removal script which states to revert to blanco theme...

I think you should keep it as for example someone uninstalled your package the system should revert to blanco for them...

You may just want to remove the /themes/example line from both postint and prerm as you that's for Vesuri's example theme...You may want to replace it with your themes if you wish
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:48.