Thread
:
[Maemo 5] Preenv: delete icon from menu manually? :(
View Single Post
dekin
2010-10-28 , 14:35
Posts: 55 | Thanked: 5 times | Joined on Sep 2010
#
9
someone else posted this steps which i have tried and it worked for me
in order to uninstall a game, delete the folder
Code:
$ sudo gainroot
$ rm -r game-folder
further to remove the icon, you need to delete three files
Code:
$ cd /usr/share/applications/hildon
$ rm filename.desktop
$ cd /usr/share/dbus-1/services
$ rm filename.service
$ cd /usr/share/icons/hicolor/scalable/hildon
$ rm filename.png
towards the end, refresh your menu
Code:
$ killall hildon-desktop
that should do it
like i said its not my work so credit goes to him
Quote & Reply
|
The Following User Says Thank You to dekin For This Useful Post:
fasza2
dekin
View Public Profile
Send a private message to dekin
Find all posts by dekin