![]() |
2010-11-30
, 15:50
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#2
|
![]() |
2010-11-30
, 16:01
|
|
Posts: 127 |
Thanked: 40 times |
Joined on Sep 2010
@ Jamaica
|
#3
|
![]() |
2010-11-30
, 16:10
|
Posts: 84 |
Thanked: 4 times |
Joined on Mar 2010
@ Leeds, UK
|
#4
|
![]() |
2010-11-30
, 16:32
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#5
|
![]() |
2010-11-30
, 16:32
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#6
|
The Following 5 Users Say Thank You to extendedping For This Useful Post: | ||
![]() |
2010-11-30
, 20:16
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#7
|
1) enable matans repo in app manager or faster app manager and and then install "modified-hildon-desktop"
repo added as such
name Matan's repository
url http://my.svgalib.org/repo/binary/
distribution ./
name, url, and distribution are the fields to input to, you do not type them. make sure enable repo is checked
2) make 2 scripts in /bin and make sure they are both executable.
first script is called unlock, second script is called lock...please note I am using bash as my shell, if you are using sh I suspect you may have to change the value of bash to sh in the stuff I posted below...
#!/bin/bash
#this is the script "unlock" ---make sure it has execute permissions
gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool false
--------------------------------------------------------------------------------------------
#!/bin/bash
#this is the script "lock" ---make sure it has execute permissions
gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool true
now you will open a terminal and type "lock" to lock the desktop (the way you will have it normally) and unlock to unlock to add icons or move stuff about. remember to lock it again when you are done...
![]() |
2010-11-30
, 21:01
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#9
|
![]() |
2010-12-01
, 15:48
|
|
Posts: 33 |
Thanked: 8 times |
Joined on Nov 2010
|
#10
|
Any ideas?