Notices


Reply
Thread Tools
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#81
Originally Posted by Xanklup View Post
@ammyt - Mirror please!!
Mirror uploaded.to:
http://ul.to/qjl1gdy2
 
Posts: 40 | Thanked: 5 times | Joined on Jan 2011
#82
Originally Posted by price View Post
i have only change the background and the orientation.
sorry for my bad english. the media player is displayed correctly but when i press the play button the song doesn't start. I can't change the tracks too. With the original configuration file it works.
thank you in advance
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#83
Originally Posted by price View Post
sorry for my bad english. the media player is displayed correctly but when i press the play button the song doesn't start. I can't change the tracks too. With the original configuration file it works.
thank you in advance
you have to play the song from the built-in-media player app then you can control these buttons
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 

The Following User Says Thank You to eefo For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Aug 2010
#84
how can one extend the duration of the lockscreen visibility?
in my case, it stays lit only for a few seconds...
I would want it to stay lit for as long as possible, until some other action is done.... say press power button again?
 
Posts: 87 | Thanked: 97 times | Joined on Sep 2010
#85
Originally Posted by udaychaitanya16 View Post
I am using leafpad to do the thing,and then the command killall qtlockscreen.Even then until i reboot qtlockscreen is not renewing.Some times even after reboot ,changes wont apply.What might be the problem?
why dont you just use the vi editor like mentioned, which is easier?
 

The Following User Says Thank You to kishanW For This Useful Post:
MaddogG's Avatar
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#86
Originally Posted by shanttu View Post
I cannot remember how to get battery and signal readings to basic lockscreen. I'd like to remove those but did not find it from installed apps. Anyone know?
Maenotify
__________________
Some say the world will end in fire; some say in segfaults...
 

The Following 2 Users Say Thank You to MaddogG For This Useful Post:
Posts: 154 | Thanked: 13 times | Joined on Jan 2011
#87
here is mine
If some one can tell me how to make a screenshot in portrait mode, I will add the screenshot:



Last edited by Bramji; 2011-07-26 at 17:28.
 

The Following User Says Thank You to Bramji For This Useful Post:
Posts: 104 | Thanked: 60 times | Joined on Dec 2009 @ London
#88
Remix of my previous version.



Attached Files
File Type: zip QtLockscreen.zip (1.3 KB, 115 views)
 

The Following User Says Thank You to qw3rty For This Useful Post:
Posts: 104 | Thanked: 60 times | Joined on Dec 2009 @ London
#89
Originally Posted by Bramji View Post
If some one can tell me how to make a screenshot in portrait mode, I will add the screenshot]
Slide out the keyboard just enough to hit ctrl+shift+P, but not so much that it unlocks.
 
Posts: 6 | Thanked: 9 times | Joined on Jul 2011
#90
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
Attached Images
    
 

The Following 3 Users Say Thank You to Jarno420 For This Useful Post:
Reply

Tags
play'n_share


 
Forum Jump


All times are GMT. The time now is 09:18.