View Single Post
Posts: 17 | Thanked: 2 times | Joined on May 2010 @ Vitória, ES - Brazil
#230
Originally Posted by niqbal View Post
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
omg!

Now the tutorial is trully complete!

thanks a lot!