The Following User Says Thank You to doctorpaul For This Useful Post: | ||
![]() |
2010-10-22
, 22:59
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#2
|
cd /usr/share/applications/hildon
ls
mv (filename).desktop1 (filename).desktop
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2010-11-15
, 01:05
|
Posts: 1 |
Thanked: 0 times |
Joined on Nov 2010
|
#3
|
If I recall correctly, it renames your .desktop files. Open X-Terminal - use the Shift+Ctrl+X key combination to get it to open if you lost your N900 shortcut too.
Then type:
This will take you to where the .desktop files are stored. TypeCode:cd /usr/share/applications/hildon
This should show you a list of files, all of which are (name of some app).desktop. Now, what you are probably going to see is ".desktop1" instead. Or something along those lines. That's how App Locker hides apps. Renames the .desktop files you lock to .desktop1, so the Hildon Menu doesn't know to read them.Code:ls
Now, if you have another file manager, such as Midnight Commander, FileBox or Cute Explorer, you can open that from the command line and rename all your files that way. IF you do not, you will need to rename all of the files from the command line (or connect to wifi and download one of those file managers from the command line). To do this, you will need to do this for every file (replace "(filename)" with each individual file's name - yes it's a lot of typing, but life's a ***** like that):
So, for, say, ApMeFo.desktop1, you type "mv ApMeFo.desktop1 ApMeFo.desktop". And so on and so on.Code:mv (filename).desktop1 (filename).desktop
- Edit -
For the sake of full information I want to say that there is probably some way to rename all of the files in one command, just renaming the .desktop1 .desktop parts of each file... But the point is I don't actually know how to do it yet. I was experimenting with "mv *.blahblah *.blahblah1" just now and getting errors. And I don't know the nuances of the available shells well enough.
![]() |
2010-12-07
, 07:43
|
|
Posts: 59 |
Thanked: 4 times |
Joined on Jul 2010
|
#4
|
![]() |
2010-12-07
, 08:10
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#5
|
![]() |
2010-12-07
, 08:23
|
|
Posts: 59 |
Thanked: 4 times |
Joined on Jul 2010
|
#6
|
![]() |
2010-12-07
, 08:53
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#7
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2010-12-07
, 13:21
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#8
|
Tryand reboot again.Code:sudo gainroot apt-get install --reinstall hildon-desktop hildon-home
![]() |
2010-12-07
, 13:29
|
|
Posts: 59 |
Thanked: 4 times |
Joined on Jul 2010
|
#9
|
![]() |
2011-06-24
, 10:12
|
Posts: 6 |
Thanked: 0 times |
Joined on Jun 2011
@ Kuwait
|
#10
|
Last edited by doctorpaul; 2010-10-22 at 18:48.