View Single Post
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#531
Originally Posted by sakya View Post
Can you please be more specific?
Do you have CSSU installed?
"If the phone is locked in landscape the glitch appears" means that if you lock the phone when the desktop is in landscape and then press the power button (with the phone in landscape) you see a delay to show the lockscreen?
If you do the same thing in portrait it doesn't happen?

What theme/configuration are you using?
CSSU installed.
QTlockscreen is in portrait only mode.
If the phone is locked when desktop is in landscape the glitch appears.
Does not matter if I press powerbuttom in landscape or portrait.

If the the phone is locked when desktop is in portrait there is no glitches.

I have rebooted the phone, no change.

This is my config:
Code:
#Name of this theme
ThemeName="Default"

#Orientation: auto, landscape, portrait
Orientation="portrait"

#Locale: set it to override the system locale:
#Locale="en_US"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/etc/hildon/theme/backgrounds/lockslider.png"
BackGroundImageL="/etc/hildon/theme/backgrounds/lockslider.png"

#List of widgets.
#  Name is composed by WidgetType.WidgetName
#  The WidgetName must be unique.
#  Please respect the numeric order, don't leave "holes" in the list and set a correct Size.
#  If you add/remove widget remember to update the Size at the end of the list.
#  Widgets are drawn using this order: the higher number is the topmost widget
Widgets\1\Name="Rect.Rect_Sliderbar"
Widgets\2\Name="DateTime.DateTime"
Widgets\3\Name="Notification.MissedCalls"
Widgets\4\Name="Notification.UnreadSMS"
Widgets\5\Name="Notification.UnreadEmails"
Widgets\6\Name="SlideToUnlockButton.SlideToUnlock"
Widgets\7\Name="Text.SlideToUnlockText"
Widgets\Size=7

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="left"
PosL="center;0"
PosP="left;80"
SizeL="350;250"
DateFont=";24;normal;0"
DateColor="255;255;255;255"
TimeFont=";100;normal;0"
TimeColor="255;255;255;255"
TimeFormat="hh:mm"
DateFormat="dddd yyyy-MM-dd"

[Rect_Sliderbar]
SizeL="800;70"
PosL="0;410"
SizeP="400;76"
PosP="center;582"
Radius=15
Color="0;0;0;150"

[MissedCalls]
Icon="/home/user/.config/sakya/phone.png"
Text="%1"
TextAlignment="bottom"
PosL="224;250"
PosP="left;360"
SizeL="160;100"
Type="call"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadSMS]
Icon="/home/user/.config/sakya/sms.png"
Text="%1"
TextAlignment="bottom"
PosL="32;250"
PosP="center;360"
SizeL="160;100"
Type="sms"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadEmails]
Icon="/home/user/.config/sakya/email.png"
Text="%1"
TextAlignment="bottom"
PosL="416;250"
PosP="right;360"
SizeL="160;100"
Type="email"
Font=";14;normal;0"
Color="255;255;255;255"

[SlideToUnlock]
SizeL="300;64"
SizeP="407;78"
PosL="center;410"
PosP="center;581"
#BackgroundImage="path to the widget's background image"
SliderImage="/home/user/.config/sakya/unlocks_iphone.png"
SliderPos="0;0"
UnlockXL=236
UnlockXP=300
#UnlockYL=0
#UnlockYP=0

[SlideToUnlockText]
SizeL="300;64"
SizeP="407;78"
PosL="center;430"
PosP="40;660"
Text="Slide to unlock"
Font=";16;bold;0"
Alignment="center"