View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3004
Originally Posted by death_jax View Post
No, in the backup file there are no lines, it's ok; in the backup file there is

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
}
in the modified file there are

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg";
}

MSceneWindowStyle#Home.Landscape {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg-landscape";
}
Ok, I checked this files and the tweak file. For restore you need to use option 10 and it have this command:
Code:
cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/base/meegotouch/libmeegotouchhome/style/* /usr/share/themes/base/meegotouch/libmeegotouchhome/style
This command should replace your modified file to original and after reboot you should get the original black homescreens....
About this symbol: ";" you are right in some places it not exist and I don't know if this so important because tweak work when you apply it to both options (for 6 images and for 2 images). I tested both of them a few times... This is very old tweak...
The important thing is a restore to default. For me it work without any problem from my backup.
Do you sure you not renamed backup folder or something ?