Notices


Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Sep 2012
#951
Originally Posted by imo View Post
@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 .
Tnx, I did all you said, now i dont know how to do this "Put code in /home/user/.config/sakya/QtLockscreen.ini"
 
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#952
Originally Posted by IntelN900 View Post
Tnx, I did all you said, now i dont know how to do this "Put code in /home/user/.config/sakya/QtLockscreen.ini"
click and hold on QtLockscreen.ini to open the options click on edit ..

i recommend to make a copy of the file and edit it as you want , just make a backup one if any thing goes wrong ! ^_^
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#953
Never liked the qt-lockscreens, but the choice one is awesome and tricky, thanks som3a,laith.m.y

Edit : im using it right now , just one more thing, i think it is better to remove "choose the correct one to unlock" and adding instead "Maemo 5" "or TMO edition" or any other maemo related

Thanks in advance

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7

Last edited by sifo; 2012-09-05 at 02:44.
 

The Following 4 Users Say Thank You to sifo For This Useful Post:
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#954
sifo .. i know you had a good experience on photoshoping :P
you can make it !
i will try my luck .. even i know am too bad at editing photos ! ^_^
 

The Following User Says Thank You to som3a For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#955
Thanks
but it is not about the version i have, it is about the one in devel

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 87 | Thanked: 97 times | Joined on Sep 2010
#956
Woot, got my n900 to work again so I tweaked my lockscreen.
Anyone interested?
 

The Following 10 Users Say Thank You to kishanW For This Useful Post:
Posts: 87 | Thanked: 97 times | Joined on Sep 2010
#957
@sakya:
Yahoo weather doesn't seem to work for me, do you know why?
 
Posts: 395 | Thanked: 255 times | Joined on Nov 2010
#958
Simple GTAV QtLockscreen (yes just change the images and top/bottom bars, the rest is the same as default).

If someone want to change it, feel free.

Put images on MyDocs and config on home/opt/qtlockscreen, don't forget to killall qtlockscreen on xterm.

Name:  gta-v-beach-girl1.jpg
Views: 1009
Size:  46.6 KB

Name:  gta-v-lady1.jpg
Views: 966
Size:  71.9 KB

Code:
[Main]
#This is the configuration file for QtLockscreen.
#Here you can customize the look of the lockscreen.
#
#Some notes on settings:
#  -Fonts: to set a font use a string composed with:
#   "fontName;fontSize;fontWeight;italic"
#   If fontName is empty it will be used the default system font.
#   For italic use 1 to enable it.
#   For fontWeight use one of the following values: light, normal, demibold, bold, black
#   Example: 
#     Font=";14;normal;0"
#
#  -Colors: to specify a color use R;G;B;A notation.
#   Example:
#     Color="255;255;255;255"   
#
#  -Position: you can set different position for portrait and landscape.
#   PosL is the position in landscape
#   PosP is the position in portrait
#   For position you can use the special value: left, center, right, top, bottom
#
#  -Size: : you can set different size for portrait and landscape.
#   SizeL is the size in landscape
#   SizeP is the size in portrait
#
#  -Alignment: use one of the following values: center, left, right, top, bottom

#Name of this theme
ThemeName="GTAV"

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

#Path to background image for Portrait (P) and Landscape (L)
BackGroundImageP="/home/user/MyDocs/gta-v-lady1.jpg"
BackGroundImageL="/home/user/MyDocs/gta-v-beach-girl1.jpg"

#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_Bottom"
Widgets\2\Name="Rect.Rect_Top"
Widgets\3\Name="DateTime.DateTime"
Widgets\4\Name="Battery.Battery"
Widgets\5\Name="Text.SlideToUnlockText"
Widgets\6\Name="SlideToUnlockButton.SlideToUnlock"
Widgets\7\Name="MediaPlayPauseButton.PlayPauseButton"
Widgets\8\Name="MediaNextButton.NextButton"
Widgets\9\Name="MediaBackButton.BackButton"
Widgets\10\Name="MediaMetadata.Metadata"
Widgets\11\Name="MediaAlbumArt.AlbumArt"
Widgets\12\Name="Rect.TimeLabelBackground"
Widgets\13\Name="MediaTimeLabel.TimeLabel"
Widgets\14\Name="Notification.MissedCalls"
Widgets\15\Name="Notification.UnreadSMS"
Widgets\16\Name="Notification.UnreadEmails"
Widgets\17\Name="Notification.NewIM"
Widgets\Size=17

#Widgets
#  The [Name] must match the WidgetName defined in the Widgets list
[DateTime]
Alignment="center"
PosL="center;0"
PosP="center;0"
SizeL="200;80"
DateFont=";12;normal;0"
DateColor="255;255;255;255"
TimeFont=";30;normal;0"
TimeColor="255;255;255;255"
TimeFormat="hh:mm"
DateFormat="dddd dd/MM/yyyy"

[Rect_Bottom]
SizeL="0;0"
PosL="0;410"
SizeP="0;0"
PosP="0;730"
Radius=0
Color="0;0;0;150"

[Rect_Top]
SizeL="0;0"
PosL="0;0"
SizeP="0;0"
PosP="0;0"
Radius=0
Color="0;0;0;150"

[Battery]
Images="/opt/qtlockscreen/default/battery_0.png;/opt/qtlockscreen/default/battery_1.png;/opt/qtlockscreen/default/battery_2.png;/opt/qtlockscreen/default/battery_3.png;/opt/qtlockscreen/default/battery_4.png;/opt/qtlockscreen/default/battery_5.png;/opt/qtlockscreen/default/battery_6.png"
ChargingImage="/opt/qtlockscreen/default/battery_charging.png"
PosL="700;15"
PosP="380;15"
PercentageFont=";8;normal;0"
PercentageColor="255;255;255;255"

[PlayPauseButton]
BackGroundImagePause="/opt/qtlockscreen/default/pause.png"
BackGroundImagePausePressed="/opt/qtlockscreen/default/pausePressed.png"
BackGroundImagePlay="/opt/qtlockscreen/default/play.png"
BackGroundImagePlayPressed="/opt/qtlockscreen/default/playPressed.png"
PosL="210;160"
PosP="210;160"

[NextButton]
BackGroundImage="/opt/qtlockscreen/default/forward.png"
BackGroundImagePressed="/opt/qtlockscreen/default/forwardPressed.png"
PosL="280;160"
PosP="280;160"

[BackButton]
BackGroundImage="/opt/qtlockscreen/default/back.png"
BackGroundImagePressed="/opt/qtlockscreen/default/backPressed.png"
PosL="140;160"
PosP="140;160"

[Metadata]
TitleFont=";20;normal;0"
TitleColor="255;255;255;255"
ArtistFont=";14;normal;0"
ArtistColor="255;255;255;255"
Alignment="left"
SizeL="400;100"
PosL="140;90"

[AlbumArt]
NoCoverImage="/opt/qtlockscreen/default/no-album-art.png"
SizeL="120;120"
PosL="5;90"

[TimeLabelBackground]
PosL="5;190"
SizeL="50;20"
Color="0;0;0;150"
Radius=0

[TimeLabel]
PosL="5;190"
SizeL="50;20"
Font=";10;normal;0"
Color="255;255;255;255"

[MissedCalls]
Icon="/opt/qtlockscreen/default/call.png"
Text="%1 missed calls"
TextAlignment="bottom"
PosL="224;250"
PosP="center;360"
SizeL="160;100"
Type="call"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadSMS]
Icon="/opt/qtlockscreen/default/message.png"
Text="%1 unread messages"
TextAlignment="bottom"
PosL="32;250"
PosP="left;360"
SizeL="160;100"
Type="sms"
Font=";14;normal;0"
Color="255;255;255;255"

[UnreadEmails]
Icon="/opt/qtlockscreen/default/email.png"
Text="%1 new emails"
TextAlignment="bottom"
PosL="416;250"
PosP="right;360"
SizeL="160;100"
Type="email"
Font=";14;normal;0"
Color="255;255;255;255"

[NewIM]
Icon="/opt/qtlockscreen/default/message.png"
Text="%1 new IM"
TextAlignment="bottom"
PosL="608;250"
PosP="center;460"
SizeL="160;100"
Type="im"
Font=";14;normal;0"
Color="255;255;255;255"

[SlideToUnlock]
SizeL="300;64"
SizeP="300;64"
PosL="center;410"
PosP="center;730"
#BackgroundImage="path to the widget's background image"
SliderImage="/opt/qtlockscreen/default/unlock.png"
SliderPos="0;0"
UnlockXL=236
UnlockXP=236
#UnlockYL=0
#UnlockYP=0

[SlideToUnlockText]
SizeL="300;64"
SizeP="300;64"
PosL="center;430"
PosP="center;750"
Text="Slide to unlock"
Font=";14;bold;0"
Alignment="center"
http://uppit.com/7z2vbg3dn231/GTA_V.ini
http://uppit.com/bu4blaeawote/gta-v-beach-girl1.jpg
http://uppit.com/9ttbewfzwtk8/gta-v-lady1.jpg

Greetings.
 

The Following 3 Users Say Thank You to s4br0s0 For This Useful Post:
n900user259's Avatar
Posts: 155 | Thanked: 309 times | Joined on Apr 2010 @ The Netherlands
#959
Originally Posted by kishanW View Post
@sakya:
Yahoo weather doesn't seem to work for me, do you know why?
Check out: http://talk.maemo.org/showpost.php?p...&postcount=782
 
Posts: 144 | Thanked: 68 times | Joined on Mar 2011 @ a spot
#960



Ultra-minimalistic lockscreen, this is just a photoshop mockup, if you people are interested I will proceed into turning this to the real deal.
 

The Following 2 Users Say Thank You to GigaByte For This Useful Post:
Reply

Tags
play'n_share


 
Forum Jump


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