View Single Post
Posts: 56 | Thanked: 13 times | Joined on Mar 2012 @ Novosibirsk, Russia
#744
Back to lpsmagic issue - I finally found time and compared files libsysuid-screenlock-nokia.css before and after tweak A3. It looks like you completely overwrite the file and loose changes made by lpsmagic:

In original file (clean back-up) and file after tweak A3 I see
LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLo go {
. . .
maximum-size: 12mm 12mm;
}
My file with lpsmagic installed has the following lines instead of last one:
LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLo go {
. . .
minimum-size: 45mm 10mm;
maximum-size: 45mm 10mm;
}
I thought that your scripts just modifies values in CSS'es, but it looks like you overwrite CSS completly, At least now I may merge your file with mine and get both working.

Last edited by Loginin; 2012-04-12 at 12:59.