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)

imaginaryenemy 2012-12-04 15:49

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

Originally Posted by kebbana (Post 1301284)
I don't know, but this would use the picture in /usr/share/themes/blanco/meegotouch/images/backgrounds/meegotouch-desktop-bg.png

You can check it with filebox if you have your background picture there.

Unfortunately, it doesn't seem like it. I don't appear to have /meegotouch-desktop-bg.png

Travz03 2012-12-05 00:41

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
1 Attachment(s)
A bug in the documents app when in landscape. It's showing like this

thedead1440 2012-12-05 08:53

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

Originally Posted by imaginaryenemy (Post 1301315)
Unfortunately, it doesn't seem like it. I don't appear to have /meegotouch-desktop-bg.png

That is because HSS uses gconf keys and schemas to assign the background; if you have it installed use GConfik to browse to desktop/meego/background and you'll see it...

On that note, I wouldn't mind the hassle to set backgrounds up using N9QTweak or even manually if kebbana releases that transperant style. Its more than worth the minimal effort required ;)

thedead1440 2012-12-05 11:54

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
kebbana,

Tried the updated package and using Blue-inverted yet the Documents app background in landscape persists to have the issue Travz03 highlighted above (I had done a reboot too)

Thanks!


Edit: I wonder where your post disappeared :D

There is another bug in text boxes whereby when you type in them you can't see anything that you are typing:
http://db.tt/NX6n3eJ8

Proof of typing done in the above image:
http://db.tt/k6JneEtv

MK99 2012-12-05 18:15

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Document app landscape backround:

/usr/share/themes/your theme/meegotouch/office-tools/style/office-tools.css
Code:

#ListPageNormalBackground
{
    background-color: #000000;
}


thedead1440 2012-12-05 18:22

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Thanks MK99 :)

That fixed it up :D

The value set was f0f1f2 hence the background being mis-matched...

Garp 2012-12-05 19:42

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

Originally Posted by MK99 (Post 1301664)
Document app landscape backround:

/usr/share/themes/your theme/meegotouch/office-tools/style/office-tools.css
Code:

#ListPageNormalBackground
{
    background-color: #000000;
}


How to get access to change the code (background-color) in terminal? can I use pico command?:(

MK99 2012-12-05 20:47

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
root

sed -i '/background-color: #f0f1f2/s/#f0f1f2/#000000;/' /usr/share/themes/your_theme_folder/meegotouch/office-tools/style/office-tools.css

Garp 2012-12-06 00:11

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

Originally Posted by MK99 (Post 1301712)
root

sed -i '/background-color: #f0f1f2/s/#f0f1f2/#000000;/' /usr/share/themes/your_theme_folder/meegotouch/office-tools/style/office-tools.css

I have done so and looked into the file office-tools.css for blueinverted before and after and it has changed from #0f1f2; to #000000; in the ListPageNormalBackground.
And I have restarted N9 too and the active theme is Blueinverted!
But it hasn't changed the bug as for thedead1440, it's exactly the same as before?:confused:

thedead1440 2012-12-06 07:13

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

Originally Posted by Garp (Post 1301758)
I have done so and looked into the file office-tools.css for blueinverted before and after and it has changed from #0f1f2; to #000000; in the ListPageNormalBackground.
And I have restarted N9 too and the active theme is Blueinverted!
But it hasn't changed the bug as for thedead1440, it's exactly the same as before?:confused:

Then paste here the output of the file in the below format:

Code:

#ListPageNormalBackground
{
    background-color: #000000
}


Edit: I didn't even restart; just killed the process and opened Documents app and the change had been applied...

MK99 2012-12-06 08:15

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
I wonder why there is not a double comma. Not even in the original. In some cases it means bootloop.
Code:

background-color: #000000

thedead1440 2012-12-06 08:24

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
It has a closed } in the next line so the semicolon can be avoided AFAIK...

Garp 2012-12-06 09:12

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
padding-bottom: 0;
}

/* Use the positive action color as there is only one button */
SpreadsheetCellSheet MBasicSheetHeaderStyle {
negative-action-style-name: "CommonSheetHeaderButtonAccent";
}


#ListPageUSBBackground
{
background-color: #000000;
}

#ListPageNormalBackground
{
background-color: #000000;
}

#ProgressBarMargin
{
margin-left: $MARGIN_XLARGE;
margin-right: $MARGIN_XLARGE;
}

thedead1440 2012-12-06 09:21

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
The modification looks ok :confused:

Your device is fast gaining the title of most-jinxed device :p


Anyway wait a minute i'll upload my file here you replace yours with mine and try it out...


Edit: Download this file to MyDocs then type in terminal as root:

Code:

cp -R /home/user/MyDocs/office-tools.css /usr/share/themes
/blueinverted/meegotouch/office-tools/style/office-tools.css

The above is all in one line

After the above type in terminal:
Code:

gconftool -s --type=string /meegotouch/theme/name blueinverted
Again the above is one line command; restart the phone after the above and try...

Garp 2012-12-06 09:35

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

Originally Posted by thedead1440 (Post 1301831)
The modification looks ok :confused:

Your device is fast gaining the title of most-jinxed device :p


Anyway wait a minute i'll upload my file here you replace yours with mine and try it out...


Edit: Download this file to MyDocs then type in terminal as root:

Code:

cp -R /home/user/MyDocs/office-tools.css /usr/share/themes
/blueinverted/meegotouch/office-tools/style/office-tools.css

The above is all in one line

After the above type in terminal:
Code:

gconftool -s type=string meegotouch/theme/name blueinverted
Again the above is one line command; restart the phone after the above and try...

:confused:This file is an open one, it's text not a file? Like this:
@const HEIGHT_TOOLBARITEM: 4mm;
@const HEIGHT_FINDTOOLBARITEM: 3mm;

#inputBar
{
preferred-size: 366 -1;
minimum-size: 366 -1;
maximum-size: 366 -1;
}

#inputBar.Landscape
{
preferred-size: 740 -1;
minimum-size: 740 -1;
maximum-size: 740 -1;
}

thedead1440 2012-12-06 09:37

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

Originally Posted by Garp (Post 1301835)
:confused:This file is an open one, it's text not a file?

Right-click to save it instead of opening it ;)

Garp 2012-12-06 09:40

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

Originally Posted by thedead1440 (Post 1301836)
Right-click to save it instead of opening it ;)

:eek: an amateur is still working!!

Garp 2012-12-06 09:53

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

Originally Posted by thedead1440 (Post 1301831)
The modification looks ok :confused:

Your device is fast gaining the title of most-jinxed device :p


Anyway wait a minute i'll upload my file here you replace yours with mine and try it out...


Edit: Download this file to MyDocs then type in terminal as root:

Code:

cp -R /home/user/MyDocs/office-tools.css /usr/share/themes
/blueinverted/meegotouch/office-tools/style/office-tools.css

The above is all in one line

After the above type in terminal:
Code:

gconftool -s type=string meegotouch/theme/name blueinverted
Again the above is one line command; restart the phone after the above and try...

Saying after last code: 'Must specify a type when setting a value':rolleyes:

thedead1440 2012-12-06 10:15

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Yikes :eek: made a typo :o

It should be:

Code:

gconftool -s --type=string /meegotouch/theme/name blueinverted

MK99 2012-12-06 10:35

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
1 Attachment(s)
What issue are you talking about?

This is solution to the text edit problem on Store.
Copy these to: /usr/share/themes/blueinverted/meegotouch/images/theme/basement/meegotouch-textedit

E: Sorry, wrong color, but this name pictures they have. :p

Garp 2012-12-06 10:55

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

Originally Posted by thedead1440 (Post 1301844)
Yikes :eek: made a typo :o

It should be:

Code:

gconftool -s --type=string /meegotouch/theme/name blueinverted


It didn't help even if you can see the file have been copied, see missing ; after 000000 :confused:


e-action-style-name: "CommonSheetHeaderButtonAccent";
}


#ListPageUSBBackground
{
background-color: #000000;
}

#ListPageNormalBackground
{
background-color: #000000
}

#ProgressBarMargin
{
margin-left: $MARGIN_XLARGE;
margin-right: $MARGIN_XLARGE;
}

Seems you are quite right: Your device is fast gaining the title of most-jinxed device:p

thedead1440 2012-12-06 11:26

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Garp,

What you have done/i gave the commands for is the fix for documents app in landscape...

Are you sure it isn't fixed for you yet?

If you are looking for the Store fix then the previous page MK99 has posted the fix; do that.

Garp 2012-12-06 11:56

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

Originally Posted by thedead1440 (Post 1301853)
Garp,

What you have done/i gave the commands for is the fix for documents app in landscape...

Are you sure it isn't fixed for you yet?

If you are looking for the Store fix then the previous page MK99 has posted the fix; do that.

Ok I will use the MK99fix.

But for my understanding:
Yes of course I have tried also going to landscape - I should have told you that - but you see no matter what I do I can't get the search image in Store into landscape mode, is that normal?:cool:

thedead1440 2012-12-06 12:17

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
garp,

The landscape is about the documents app not store :D

And yes Store doesn't go into landscape...

Garp 2012-12-06 12:28

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

Originally Posted by thedead1440 (Post 1301863)
garp,

The landscape is about the documents app not store :D

And yes Store doesn't go into landscape...

Sorry I misunderstood thought is was the Store problem you have raised in #244!
Mk99 have realised my misunderstanding: Thanks!:)

My Document app is fine now in landscape too!:)
:eek: (I will go out for skiing now trying to clear my old head a bit hoping it will help, but not too sure maybe it's just the age troubling me!):rolleyes:

thedead1440 2012-12-06 13:02

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Garp,

It's ok we all learn something everyday so take a chill pill ;)

unnome 2012-12-06 13:05

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
just to write thank you, because this is a very nice app.

just one question: is it possible to let the user choose the color he wants?

i think of 2 choices: dark/light (which is normal/inverted) and the main #XXYYZZ color. I wanted a slightly lighter orange ^_^'

Garp 2012-12-07 08:12

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

Originally Posted by MK99 (Post 1301847)
What issue are you talking about?

This is solution to the text edit problem on Store.
Copy these to: /usr/share/themes/blueinverted/meegotouch/images/theme/basement/meegotouch-textedit

E: Sorry, wrong color, but this name pictures they have. :p

Works fine. Thank you!:)

hood 2012-12-07 11:39

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
Dear kebbana! In Inverted themes Clock's splashscreen is white so can you please make it inverted into black too? And maybe default native browser startup screen also? And native twitter? Anyway thank you coz it's kewl!

wout.martens 2012-12-08 09:02

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
same for the feeds app.
anyway first need to donate before asking new things :)

kebbana 2012-12-10 12:34

Re: [Mod] ColorThemes for N9 (Version 1.3.6)
 
1 Attachment(s)
Sry guys but splash screens cannot be changed other than in blanco theme. But if you want you can change them manually. Here should be all of them.

Extract splash.zip to phone /home/user/MyDocs/ and then

devel-su (pw =rootme)
cp -R /home/user/MyDocs/splash/* /

+restart phone

kebbana 2012-12-10 12:52

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

Originally Posted by unnome (Post 1301874)
just to write thank you, because this is a very nice app.

just one question: is it possible to let the user choose the color he wants?

i think of 2 choices: dark/light (which is normal/inverted) and the main #XXYYZZ color. I wanted a slightly lighter orange ^_^'

That would be great but not possible. I rly don't want to add new colors if they are only slightly different than some other. But I could add something like this to the bundle Attachment 30156. This looks ok?

Travz03 2012-12-12 01:03

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
I've noticed a new bug in the latest version, if you edit a picture esp its brightness and contrast, everytime you move the slider, what happens is that there's a small pop up white icon on top which supposed to show you numbers in -, 0, +. Same thing is happening when changing the timeout value in autocall sms, call connected vibration ( intensity and duration ) which you can find in Settings/Applications. Hope this helps you improve your work more. Good day and take care Kebbana. ;)

hood 2012-12-12 14:18

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

Originally Posted by kebbana (Post 1303074)
Sry guys but splash screens cannot be changed other than in blanco theme.

Thank you very very... But i just thinkin'... what if you can in your themes just disable splash screens at all in all native apps? Like in other native app that doesn't have it (e.g Calendar, Dialer, Contacts, Messaging, Mail... dosn't have spalsh screens).

And one more thing. WiFi atnenna in Blue - lite inverted theme is blue but in BrightGreen - lite inverted is white. I think in lite inverted themes all status icons must be white, isn't it? If so can you fix this to white please in furthure release.

coderus 2012-12-12 20:46

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
tried only inverted themes, you breaked sysuid css, billboard not working. with every new version i should manually fix it.

but its better than manually create same theme for myself
good work, thanks, will continue using it :)

coderus 2012-12-12 20:51

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
and please make good splashes, black rectangles are so easy :)

thedead1440 2012-12-12 23:13

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
coderus,

None of the versions have broken my Billboard... I use regular inverted not invertedlite so cant speak about the latter...

TheN9er 2012-12-13 00:09

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
I've used regular inverted in the past and never had a problem with Billboard. Presently, I use inverted lite(not fond of the larger call buttons) and also have no problems with Billboard.

Travz03 2012-12-13 09:16

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

Originally Posted by coderus (Post 1303928)
tried only inverted themes, you breaked sysuid css, billboard not working. with every new version i should manually fix it.

but its better than manually create same theme for myself
good work, thanks, will continue using it :)

I tried both the liteinverted and inverted colorthemes and none of those broke my Billboard :)

coderus 2012-12-13 14:40

Re: [Mod] ColorThemes for N9 (Version 1.3.7)
 
okay, nvm, i have broken phone then, i should throw it in window :)


All times are GMT. The time now is 10:33.

vBulletin® Version 3.8.8