![]() |
2011-07-14
, 21:02
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#112
|
@JSTAR, That is very strange, sounds like DPKG didn't correctly remove the .desktop file. What you can do is run the following in a terminal:
That should remove all the files and links created by AppLock (v0.3.1 also creates a settings file in /home/user/.applock)Code:sudo gainroot rm /usr/share/applications/hildon/AppLock.desktop rm -R /opt/applock rm /usr/bin/applock rm /usr/share/dbus-1/services/com.sierrasoftworks.AppLock.service
@cutehunk04, Just tried installing it again and it appears that it all functions fine. That being said, I did find 3 small bugs that got introduced between my last test build and my repo build (Don't ask :P). They include the following:
1. The menu's background gradient (for dimming the screen's background when it is visible) is too dark at the bottom
2. Locking Binary applications isn't working for some reason (Probably an issue in the UI's QML)
3. The app seems to think that some applications which are NOT scripts are in fact scripts... Will look into that
![]() |
2011-07-14
, 21:13
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#113
|
![]() |
2011-07-14
, 21:48
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#114
|
Hmm, that is very strange. If it is showing the lock icon there then it should almost certainly be locking the apps. When you click Apply Changes does your phone lock? Otherwise if you could go and run applock -d from a normal terminal (not as root) and tell me what it says?
You could also try removing your settings.db file (in /home/user/.applock) after uninstalling it, and then reinstalling it. Uninstalling it doesn't remove the settings.db file.
I have pushed v0.3.2 to the autobuilder and my website, same links, which fixes the problem with the menu and the problem with adding binary applications (forgot to add the new settings management code to that function).
EDIT: Also pushed the latest source to Git if anyone wants it.
gitorious.org/applock-n900
EDIT2: Okay, well it looks like the menu bug was fixed and replaced with another variant of exactly the same bug :P. Will fix that in v0.3.3. In v0.3.2 it has a white background rather than a transparent one, meaning you can't see menu items behind it. Not a massive problem but it will aggrivate me until I fix it
![]() |
2011-07-14
, 21:49
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#115
|
killall AppLock applock -d
The Following User Says Thank You to SPARTAN563 For This Useful Post: | ||
![]() |
2011-07-14
, 22:09
|
|
Posts: 472 |
Thanked: 195 times |
Joined on Jun 2010
@ India, Mumbai
|
#116
|
![]() |
2011-07-15
, 07:15
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#117
|
![]() |
2011-07-15
, 09:44
|
Posts: 16 |
Thanked: 3 times |
Joined on Jul 2011
|
#118
|
![]() |
2011-07-15
, 09:48
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#119
|
applock
cd /home/user/MyDocs applock >> applocklog.txt
![]() |
2011-07-15
, 10:12
|
Posts: 16 |
Thanked: 3 times |
Joined on Jul 2011
|
#120
|
The Following User Says Thank You to linuxnoob For This Useful Post: | ||
@cutehunk04, Just tried installing it again and it appears that it all functions fine. That being said, I did find 3 small bugs that got introduced between my last test build and my repo build (Don't ask :P). They include the following:
1. The menu's background gradient (for dimming the screen's background when it is visible) is too dark at the bottom
2. Locking Binary applications isn't working for some reason (Probably an issue in the UI's QML)
3. The app seems to think that some applications which are NOT scripts are in fact scripts... Will look into that
Sierra Softworks