maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [Mod] ColorThemes for N9 (Version 1.4.0) (https://talk.maemo.org/showthread.php?t=87186)

kebbana 2012-10-29 14:30

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by anwargdl (Post 1286860)
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 :confused:

Yea looks like you found a bug, I'm gonna look into it asap.

baem90 2012-10-29 14:34

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
http://m.youtube.com/watch?v=zJF94frCvQ8

:) bug as mention earlier..

kebbana 2012-10-29 14:47

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
1 Attachment(s)
Quote:

Originally Posted by miffy4774 (Post 1286500)
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.

Quote:

Originally Posted by thedead1440 (Post 1286655)
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.


Quote:

Originally Posted by johndanvic (Post 1286777)
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.

kebbana 2012-10-29 14:49

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by optimaxxx (Post 1286778)
Last blue survivor:

Loading bar in browser, could that be themed too?

not possible :(

thedead1440 2012-10-29 14:51

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
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...

kebbana 2012-10-29 15:12

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by retro_to_biggy58 (Post 1286958)
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

kebbana 2012-10-29 15:14

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by thedead1440 (Post 1287133)
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?

thedead1440 2012-10-29 15:16

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by kebbana (Post 1287152)
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?

kebbana 2012-10-29 15:20

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
Quote:

Originally Posted by thedead1440 (Post 1287156)
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


thedead1440 2012-10-29 15:24

Re: [Mod] ColorThemes for N9 (Version 1.2.9)
 
ah ok I think I understood the issue already :D

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 ;)


All times are GMT. The time now is 22:24.

vBulletin® Version 3.8.8