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)

sakya 2011-10-27 09:46

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Package promoted to extras-testing

@sami69: install it as any other application (you need to enable the extras-devel repository)
http://wiki.maemo.org/Extras-devel#H...e_Extras-devel

LightRain 2011-11-03 12:05

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Can you add transition effect when unlock the screen? It doesn't look right when the desktop just "jumps in" like that. And have you worked on replacing the default lockscreen? Just these 2 fix and the lockscreen will be perfect.

DUDEXYZ 2011-11-06 06:47

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
hey sakya! can u make a qt lockscreen with a pattern lock similar to android??? pls man......

neter 2011-11-07 22:50

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Thank you for the great app and for the new TextCommand feature. But I have problem with it. I wrote simple script that shows me the current profile name and the vibration status with the TextCommand widget
Code:

#!/bin/sh

myprofilename=$(cat /home/user/.profiled/current)
myprofilevibr=$(dbus-send --type=method_call --print-reply --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.get_values string:"$myprofilename" | awk -F'"' 'NR==75 {print $2}')

if [ "$myprofilename" = 'general' ]; then
    myprofile=''
elif [ "$myprofilename" = 'silent' ]; then
    myprofile='Mute'
else
    myprofile=$myprofilename
fi

if [ "$myprofilevibr" = 'On' ]; then
    myprofile=$myprofile' {}'
fi

echo $myprofile

It works, it shows me the correct info. But often something happens and the process with the script goes in interruptible state (status D in ps) and the lockscreen won't update the info after profile change until qtlockscreen reload, and the dead process can be removed only with device restart.
I suppose that sometimes the execution of the script can't finish before some processes in qtlockscreen and the script freezes.
I tried to make the script lighter, so I removed the part with the vibration check (may be dbus-send is slow) but sometimes it freezes again. Script that only prints the text from little file is enough light, so it is a problem. Usually it takes me from 1 to 10 profile changes before freeze. Sometimes more but rarely.
Please, look at that, because TextCommand is very useful feature if it works correct. Thank you!

P.S.: I forgot to say that I'm using ProfilesX Extended Profiles Manager to manage profiles so I have more than two profiles. But I don't think it has some connection with that because the problem occurs with changing between General and Silent only too.

flatser 2011-11-07 23:20

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Is it possible to open notifications on your lock screen through a slide or press. That you immediately go to your text message. just like the N9!

sakya 2011-11-08 11:34

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@neter: I'll look at this problem, thanks.
@DUDEXYZ: all can be done with time and work...I don't have a lot of spare time at the moment. ;)

Keneraali 2011-12-12 18:00

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
1 Attachment(s)
Is the "three dots on music metadata and date not showing completely (note the cut 1)" bug on my config file or on the Qtlockscreen itself?

Mentalist Traceur 2012-01-22 05:46

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
I last tweeked my qtlockscreen setup in the summer when qtlockscreen was still new. Today I finally got back to it, deciding to catch up on all the new features, and got my qtlockscreen.ini file updated with all the new stuff. Just want to say, it's really awesome that signal quality, G2/G3 radio mode, and internet connection 'widgets' have now been added. (Really awesome that the other stuff got added too, I'm just more excited about those specifically.)

s4br0s0 2012-01-29 20:28

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Finally QtLockscreen is in Extras.

Thanks to the developer (sakya) and all the people who vote to the promotion and testing.

Greetings.

PD: Now waiting for QtLockscreenConfig to reach Extras (hopefully will be soon, just need 1 vote if is cosiderable stable).

s4br0s0 2012-01-30 18:26

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
How can i hide/erase the black lines in up and donw?

I mean where clock, date, battery and unlock are in this image


I changes other things but that ones, just can`t see where to hide/erase it (in the .ini file).

Greetings.

Edit: Nevermind, i found it.

Change [Rect_Bottom] and [Rect_Top] sizes to 0,0 for P and L.

I know i can change it by the colors too but don't know wich one is white so it was easily to me that way.


All times are GMT. The time now is 04:21.

vBulletin® Version 3.8.8