maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] QtLockscreen: highly configurable lockscreen replacement (https://talk.maemo.org/showthread.php?t=75150)

end2begin 2011-08-22 12:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
About the language problem: I have the system language set to English, but the Qtlockscreen switches to Dutch, which is annoying. Is the language arranged well, because it is not according to the system language.

Zekahz 2011-08-22 12:10

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1074560)
Do you mean 0.1.10?
The default theme should work fine, if you're using a custom theme post it, maybe some position setting is missing (before it was using always the landscape position and size as default, now it uses the correct one based on rotation).
I tested a pair of custom themes and they worked fine.
Probably it's just a matter of add some position and size settings.

Or if you're using the default theme reset it to the default
http://wiki.maemo.org/QtLockscreen#R..._configuration

Oke It think your right. I only use portraited mode and I only used SizeL. Now I just have to fill in SizeP right?

sakya 2011-08-22 12:11

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by end2begin (Post 1074568)
Is the language arranged well, because it is not according to the system language.

The application uses the system locale.
You can override it in the config file:
Code:

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

@Zekahz: Yes, just set the same values for the SizeP and PosP and all should be ok. ;)

Zekahz 2011-08-22 12:20

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1074571)
@Zekahz: Yes, just set the same values for the SizeP and PosP and all should be ok. ;)

Jep everything is back to normal again. I did had to copy my costum images again

Thanks!

toxaris 2011-08-22 12:55

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by aanckar (Post 1073877)
I have noticed the exact same behaviour in the new version. The lockscreen takes longer to draw, in 0.17 it was almost instant.

Yepp, for me too.

sakya 2011-08-22 12:59

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by toxaris (Post 1074597)
Yepp, for me too.

Also with version 0.1.10? The problem was visible only when using fixed portrait mode and should be fixed in 0.1.10 (at least it is on my N900).

toxaris 2011-08-22 13:49

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1074600)
Also with version 0.1.10? The problem was visible only when using fixed portrait mode and should be fixed in 0.1.10 (at least it is on my N900).

Dont realy know, all I know it that it didnt behave like this in 1.7.

This is how I manage to reproduce the problem.
I the phone is locked in landscape the glitch appears.
But if the phone is locked in portrait there is no glitch.

sakya 2011-08-22 14:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by toxaris (Post 1074623)
Dont realy know, all I know it that it didnt behave like this in 1.7.

This is how I manage to reproduce the problem.
I the phone is locked in landscape the glitch appears.
But if the phone is locked in portrait there is no glitch.

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?

aanckar 2011-08-22 14:16

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1074600)
Also with version 0.1.10? The problem was visible only when using fixed portrait mode and should be fixed in 0.1.10 (at least it is on my N900).

At least for me the problem is completely fixed now in 0.1.10 (using portrait only). Thanks!

trisha02 2011-08-22 15:10

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
when i lock screen in landscape and try to unlock in portrait then it lags.the screen comes half and after few second it changes to portrait completely.i hav updated to its latest version.the problem is still there

toxaris 2011-08-22 15:13

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1074637)
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"


sakya 2011-08-22 15:15

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by trisha02 (Post 1074679)
when i lock screen in landscape and try to unlock in portrait then it lags.

"Try to unlock" means the you press the power button to unlock the phone with the "slide to unlock" or that you use the hardware button to unlock?
I have no problem with the hardware button, the other problem is the known problem of Qt app that "freeze" when the power buttob is pressed.

toxaris 2011-08-22 15:25

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by toxaris (Post 1074684)
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"


Im sorry, never mind. For some reason the upgrade to latest version didnt apear in HAM, I did it with apt-get instead.
The glitch is gone.
Sorry to taking you time. Great work with QTLockscreen.

end2begin 2011-08-22 15:40

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Hmm, I added:

Locale="en_US"

to the Qtlockscreen.ini file and did a 'killall qtlockscreen', but still the name of the date is in dutch on the lockscreen and not in english, strange..... but thanks for your input Sakya

cloud596 2011-08-22 15:49

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
latest update mess my configuration. the widget image or mediaplayers i set to 300 x 300 but it appeared as 64 x 64 how could this be

sakya 2011-08-22 15:52

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by cloud596 (Post 1074709)
latest update mess my configuration. the widget image or mediaplayers i set to 300 x 300 but it appeared as 64 x 64 how could this be

See http://talk.maemo.org/showpost.php?p...&postcount=518 and following messages. ;)
In short: you probably have only SizeL set, set also SizeP.

@end2begin: Strange, I tested the locale setting and was working. Are you using the latest version (0.1.10)?
I'll retest it...thanks.

EDIT: Will be fixed in the next update, Locale was working for translations, but not for the dateTime widget. ;)

fw190 2011-08-22 18:39

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
I have a problem with the weather widget. It was working but after the update it doesn't show up. I've changed the location in settings and also in the file in opt but still doesn't work. I've tried to reset as in thr first post but still no luck. What should I do?

Edit:

I left the phone for a while with active 3G connection and now it shows the widget.

stef 2011-08-22 20:21

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hello, same problem here
just updated too pk48 too

vi_ 2011-08-22 20:25

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Did you manage to get to the bottom of the whole using 20MB of RAM thing?

willkr 2011-08-23 00:30

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
Quote:

Originally Posted by sakya (Post 1073407)
I wrote you a pm asking for the ts file to put it on the svn, but received no answer.
Please, send me both the ts and the qm file and I'll replace the wrong translation.

qm can save as ts by Qt Linguist.

now i send you qm and ts file.

please delete qtlockscreen_zh_CN.qm in deb.

it is Traditional Chinese,not Simplified Chinese.

zh_CN is Simplified Chinese.

end2begin 2011-08-23 05:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@sakya. I also tested in your newest release: same problem. Good to know you will fix it in the next update. Thanks mate!

neboja 2011-08-23 06:31

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@sakya: is it possible to flip the direction of the "slide to unlock" widget, or even to rotate it???
for example, if you hold your phone in your left hand often while in portrait mode (and i do) it is more convenient to pull slider from right to left, instead of left to right....
also, even to put slider vertical (what is i think a more convenient than any horizontal position - more "finger friendly") ... and that puts a lot of more possibilities to mod
thx for reading this, this is only my suggestions ;)
great work btw ;)

ScarCow 2011-08-23 07:57

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
I can't read through all the 55 pages of this thread now, so please forgive me if this was already asked (and yes i tried to search)...

For me sometimes, when i press the power button, instead of the qtlockscreen, the original lockscreen comes up, and everything freezes. The only way i can unlock the phone then is to open the keyboard (my unlock key on the side of the phone is broken, so maybe that would work as well, i don't know). Does anybody else have this happen? Is there an easy way to fix?

Thanks.

eefo 2011-08-23 08:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by ScarCow (Post 1075108)
I can't read through all the 55 pages of this thread now, so please forgive me if this was already asked (and yes i tried to search)...

For me sometimes, when i press the power button, instead of the qtlockscreen, the original lockscreen comes up, and everything freezes. The only way i can unlock the phone then is to open the keyboard (my unlock key on the side of the phone is broken, so maybe that would work as well, i don't know). Does anybody else have this happen? Is there an easy way to fix?

Thanks.


well this usually happens with me too after usin killall qtlockscreen , everything got mess up and the default slider lock screen appears .
sakya once told me to try this .

Code:

/usr/bin/qtlockscreen &
instead of killall qtlockscreen and it did work , but i dont know what has happened after updating to the newer versions this problem automatically solved .
like now i use killall qtlockscreen , press the power button , default lock screen appears but after few seconds sakya one's override it and sometimes even if it doesn't i use the default slider to unlock and the next time i press the power button to unlock i see sakya's lock screen .

sakya 2011-08-23 08:47

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by eefo (Post 1075125)
Code:

/usr/bin/qtlockscreen &
instead of killall qtlockscreen and it did work

If you run /usr/bin/qtlockscreen & without killing the current lockscreen you'll end with two lockscreen running, don't do this.

To restart the lockscreen use:
Code:

pkill -HUP qtlockscreen
only if for some reason the lockscreen does not restart automatically execute it manually with
Code:

/usr/bin/qtlockscreen &
@vi_: This is the ram usage on my n900 using the default config:

http://s1.postimage.org/1pmkx2qro/Sc...822_223337.jpg

http://s1.postimage.org/1pmrj84qs/Sc...823_111217.jpg

J4ZZ 2011-08-23 10:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@Sakya

Qtlockscreen is still not working when using bash as default shell.
Is there something to do to make it work with bash, too?

Greetz,

J4ZZ

sakya 2011-08-23 10:05

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by J4ZZ (Post 1075170)
Is there something to do to make it work with bash, too?

Is just the autostart script that fails (I think this is the case)?
Does the lockscreen work if executed manually?
Code:

/usr/bin/qtlockscreen &
If so, the problem is just the script
Code:

start on started hildon-desktop

respawn

script
  exec su - user -c "exec /usr/bin/qtlockscreen"
end script


Zekahz 2011-08-23 10:22

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Is it possible to have more intermediate battery values. For example Conky shows 76% while the lockscreen is at 70%. Or the values are not correct. Now conky shows 100% while the lockscreen shows 90%. This is a bit misleading.

eefo 2011-08-23 11:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1075172)
Is just the autostart script that fails (I think this is the case)?
Does the lockscreen work if executed manually?
Code:

/usr/bin/qtlockscreen &
If so, the problem is just the script
Code:

start on started hildon-desktop

respawn

script
  exec su - user -c "exec /usr/bin/qtlockscreen"
end script




i cant say anything about others but i have used that command for 4 days i guess , and it worked fine .
but after the latest releases i am just using killall qtlockscreen.

prateek2888 2011-08-23 11:27

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Cant we have something like Pattern Lock on Android ?

Harick 2011-08-23 14:12

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hey sakya, thanx for fixing the stuck issue and adding the sliderpressedimage, both works flawlessly

now i have 1 bug (it was in 1.9 too). when i lock in landscape, rotate works without problem, but when lock in protrait, rotation doesn't work, it stuck in portrait

and i have a request, i wish it was possible, for the weather widget, to hide somehow the weather icon. and if is possible, to add the current weather description (like "mostly cloudy" or "sunny"etc). i want to do something like "28ºC - mostly cloudy" just like that, without icon

that's all for now, thanx again

trisha02 2011-08-23 17:11

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by Harick (Post 1075289)
hey sakya, thanx for fixing the stuck issue and adding the sliderpressedimage, both works flawlessly

now i have 1 bug (it was in 1.9 too). when i lock in landscape, rotate works without problem, but when lock in protrait, rotation doesn't work, it stuck in portrait

and i have a request, i wish it was possible, for the weather widget, to hide somehow the weather icon. and if is possible, to add the current weather description (like "mostly cloudy" or "sunny"etc). i want to do something like "28ºC - mostly cloudy" just like that, without icon

that's all for now, thanx again

facing the same problem

sakya 2011-08-23 20:04

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Updated to version 0.1.11

Changelog:
* Added ShowImage (to show/hide the forecast image), ConditionsText, ConditionsPos, ConditionsFont, ConditionsColor (for the current conditions text) settings to weather widget
* Added setting to turn on/off antialiasing (was on by default in previous versions)
* Added PercentageType setting to BatteryWidget (can be "default", "bq27200" or "dr_frost_dk")
* Fixed dateTime day and month display when Locale setting is set
* Fixed alignment settings, now you can set horizontal alignment and vertical alignment:
Example (horizontally centered and top aligned):
Alignment="center;top"

I started to code a utility to set the active theme (I don't know when I'll release it).
The utility generates the screenshots using QtLockscreen, and save them to /home/user/.config/sakya/qtlscreenshot, so there's no need to include screenshots in the themes.
The screenshots will display all possible widgets (sms, missed call, also the weather if you're connected to the internet when generating the screenshots).

Here's a screenshot:
http://s1.postimage.org/1x1eaeex0/Sc...823_210819.jpg

Themes will be read from /opt/qtlockscreen
A theme should be composed by:
-The configuration file (name it themeName.ini) in /opt/qtlockscreen
-A directory containing the images (name it /opt/qtlockscreen/themeName)
-Fonts (if needed) to be installed in /usr/share/fonts

To all theme makers: please set the ThemeName and ThemeAuthor in your themes
Code:

ThemeName="Default"
ThemeAuthor="sakya"

and follow these schema for your themes, so when the utility will be released the themes will be in the correct place.

It is possible to make deb files to install themes in /opt/qtlockscreen and then set it as the active one with the configuration utility.

don_falcone 2011-08-23 20:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Special "thank you" for the alignment update! :D

Btw: as we already have the rendering code, would it be possible to start this in "Designer" mode? So to actually see all widgets, specially those for notifications, drawn? Or, as a separate executable.

sakya 2011-08-23 20:39

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by don_falcone (Post 1075464)
Special "thank you" for the alignment update! :D

Please note that "TextAlignment" for notification works as before (it should be named TextPosition but all themes out now uses TextAlignment, so...).
DateTime and text widget uses the "new" alignment horizontal+vertical

"Designer mode" is there. It displays all widgets (notification, wifi, ...)
Code:

/usr/bin/qtlockscreen -d
To test a specific configuration file use:
Code:

/usr/bin/qtlockscreen -d -c "path to config file"
To take a screenshot use:
Code:

/usr/bin/qtlockscreen -c "path to config file" -s "path to image to be saved"
The application exits when you unlock it using the slidetounlock or unlock button.

don_falcone 2011-08-23 20:45

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Cool! That's the way... I've updated the wiki accordingly.

PS.: some existing Themes are a mess anyway ;)

zurrain101 2011-08-23 21:20

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
can someone please tell me why it is laggy? like for example if i unlock my phone using the slide unlock instead of the power button, sometimes qtlockscreen shows up for 2 seconds n then phone gets unlocked

Harick 2011-08-24 01:18

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1075449)
Updated to version 0.1.11

Changelog:
* Added ShowImage (to show/hide the forecast image), ConditionsText, ConditionsPos, ConditionsFont, ConditionsColor (for the current conditions text) settings to weather widget

[...]

hi sakya, thanx for the Showimage and the conditions, but it seems that conditions does not retrieve anything

i tried with /usr/bini/qtlockscreen -d and as result i got something like this

Code:

[...]
Weather widget command output : "Current: 13
Conditions:
High: 13
Low: 9
Image: /tmp/ywtemp.png
"
[...]

can anyone confirm this?

sakya 2011-08-24 07:23

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by Harick (Post 1075567)
hi sakya, thanx for the Showimage and the conditions, but it seems that conditions does not retrieve anything

Mine seems to work, try to execute the script:
Code:

/opt/qtlockscreen/weatherwidget.sh

TMavica 2011-08-24 08:06

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
what is antialiasing??


All times are GMT. The time now is 05:52.

vBulletin® Version 3.8.8