Notices


Reply
Thread Tools
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#941
any one can help me my problem here..?
 
Posts: 293 | Thanked: 163 times | Joined on Jan 2012 @ beijing-islamabad
#942
purge it ,reinstall it ,check the settings in theme customiser as if it is causing any issues.
install the application ,maemeemo,use those qtlockscreens,i hope they dont mess up at all.
 

The Following User Says Thank You to imo For This Useful Post:
Posts: 293 | Thanked: 163 times | Joined on Jan 2012 @ beijing-islamabad
#943
laith.m.y ,we are waiting for another great artwork from you ;p
please add any lockscreen to the devel .thanks in advance .
 

The Following User Says Thank You to imo For This Useful Post:
ersanpermana's Avatar
Posts: 92 | Thanked: 41 times | Joined on Jun 2012 @ indonesia
#944
Originally Posted by imo View Post
purge it ,reinstall it ,check the settings in theme customiser as if it is causing any issues.
install the application ,maemeemo,use those qtlockscreens,i hope they dont mess up at all.
@imo Thank you for your help and input I will try to purge and reinstall
 
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#945
This is the final result of my work on Choice Lockscreen





* now all the eight buttons highlighted when pressed and the correct one is the upper left one

* you can change the correct button to one you like by changing ( WaitTimeMsec= ) to shorter time and the previous correct button to longer time in the config file (.ini)

It available in Extras-devel

thanks to Som3a for this nice idea

Last edited by laith.m.y; 2012-09-05 at 13:11.
 

The Following 7 Users Say Thank You to laith.m.y For This Useful Post:
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#946
great what you did here
have a too slow internet connection right now !! but will download it any way :/
 

The Following 3 Users Say Thank You to som3a For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Apr 2012 @ Friul
#947
Can you post the file here???i don't found it on extras-devel...maybe i have some problem with the catalogs
 
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#948
Originally Posted by bigmargio29 View Post
Can you post the file here???i don't found it on extras-devel...maybe i have some problem with the catalogs
you have to update the catalogs list firs ,, any way this is the package choice lockscreen

download it , then dpkg
 

The Following 2 Users Say Thank You to som3a For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Sep 2012
#949
Originally Posted by Jarno420 View Post
Hi,

this is my version of lockscreen, hope you like it

Code:
[Main]
#Orientation: auto, landscape, portrait
Orientation="auto"

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/home/user/.config/sakya/images/wallpaper-1064497P.jpg"
BackGroundImageL="/home/user/.config/sakya/images/wallpaper-1064497L.jpg"

#List of widgets.
#  Name is composed by WidgetType.WidgetName
#  The WidgetName must be unique.
#  If you add/remove widget remember to update the Size at the end of the list
Widgets\1\Name="Rect.Rect_Bottom"
#Widgets\2\Name="Rect.Rect_Top"
Widgets\2\Name="DateTime.DateTime"
Widgets\3\Name="Battery.Battery"
Widgets\4\Name="UnlockButton.UnlockButton"
Widgets\5\Name="Notification.MissedCalls"
Widgets\6\Name="Notification.UnreadSMS"
Widgets\7\Name="Notification.UnreadEmails"
Widgets\8\Name="DateTime.DateTime3"
#Widgets\9\Name="DateTime.DateTime2"
Widgets\Size=9

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="left"
PosL="left;60"
PosP="left;80"
DateFont="Tabitha;0;normal;0"
TimeFont="Tabitha;120;normal;0"
TimeFormat="hh:mm"
DateFormat=""
SizeP="450;400"
SizeL="450;400"

#[DateTime2]
#Alignment="center"
#PosL="600;80"
#PosP="400;80"
#TimeFont=";30;normal;0"
#TimeFormat="AP"
#DateFont=";0;normal;0"
#DateFormat=""

[DateTime3]
Alignment="center"
PosP="center;210"
PosL="250;center"
TimeFont=";0;normal;0"
TimeFormat=""
DateFont=";30;normal;0"
DateFormat="dd-MMM-yyyy"


[Rect_Bottom]
SizeL="100;100"
PosL="center;370"
#SizeP="480;70"
SizeP="100;100"
PosP="center;690"
Radius="15"
Color="0;0;0;150"

#[Rect_Top]
#SizeL="800;80"
#SizeL="0;0"
#PosL="0;0"
#SizeP="100;100"
#PosP="center;690"
#Radius="15"
#Color="0;0;0;100"

[Battery]
Images=":/images/battery_0.png;:/images/battery_1.png;:/images/battery_2.png;:/images/battery_3.png;:/images/battery_4.png;:/images/battery_5.png;:/images/battery_6.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"

[UnlockButton]
WaitTimeMsec=200
BackGroundImage=":/images/unlock.png"
BackGroundImagePressed=":/images/unlockPressed.png"
PosL="center;385"
PosP="center;705"

[MissedCalls]
Icon=":/images/call.png"
PosL="center;270"
PosP="center;420"
SizeL="160;100"
Type="call"
FontSize="Tabitha;14;normal;0"

[UnreadSMS]
Icon=":/images/message.png"
PosL="120;270"
PosP="left;560"
SizeL="180;100"
Type="sms"
FontSize="Tabitha;14;normal;0"

[UnreadEmails]
Icon=":/images/email.png"
PosL="520;270"
PosP="right;560"
SizeL="160;100"
Type="email"
FontSize="Tabitha;14;normal;0"
Font: http://www.webpagepublicity.com/free.../t/Tabitha.ttf

How To:
Make images directory ( mkdir /home/user/.config/sakya/images ) if you dont have it already.
Put wallpapers in /home/user/.config/sakya/images/
Put font in /usr/share/fonts/
Put code in /home/user/.config/sakya/QtLockscreen.ini
killall qtlockscreen

HF
i cant and dont know where to find sakya folder (i installated qtlockscreen from downloads). Please help me
 
Posts: 293 | Thanked: 163 times | Joined on Jan 2012 @ beijing-islamabad
#950
@intel
install filebox from repos and type these things if you already having sakya's qtlockscreen.You will find your way .
home/user/.config/sakya/QtLockscreen.ini
home/user/.config/sakya/images/
@bigmargio
whenever you find it difficult to install anything which you cant find in devel,all you have to do is to open fapman and then hit the install button and then hit the (c) button ,select advanced packages and you probably will be able to find anything you want .
or apt-get update,apt-get upgrade and apt-get install ( package name ) works .

Last edited by imo; 2012-09-04 at 19:18.
 
Reply

Tags
play'n_share


 
Forum Jump


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