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...


All times are GMT. The time now is 02:08.

vBulletin® Version 3.8.8