Notices


Reply
Thread Tools
Posts: 388 | Thanked: 277 times | Joined on Sep 2010 @ UK
#1
just installed need for speed undercover using the auto installer... it kept crashing so I tried to install the game again but now it says game is already installed.
tried deleting the files. but the icon is still there.

i've tried going into /usr/share/applications/hildon
but the icon file doesnt seem to be there?

any idea how i can delete the icon.
 

The Following User Says Thank You to tele For This Useful Post:
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
If it thinks it's installed, then removing the icon won't help. Go into the Uninstall option in App Manager and select to uninstall it (or use "apt-get remove" or "dpkg -r" as root from X Terminal).
 
Posts: 388 | Thanked: 277 times | Joined on Sep 2010 @ UK
#3
i've tried that but doesn't work!! it only uninstalled auto installer.
the icon for the game is still their
 

The Following User Says Thank You to tele For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#4
reinstll it and unintal again may help you ..
one more thing u can try get "faster application manager"(just another app manager) try if u see if it is still there...good luck
 
Posts: 388 | Thanked: 277 times | Joined on Sep 2010 @ UK
#5
doesn't work...
aren't their any commands for xterminal to remove icons from desktop?
or
using file box? /usr/share/applications/hildon i've been here, the file isnt their

thanks
 

The Following User Says Thank You to tele For This Useful Post:
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#6
The menu entry is defined by a .desktop file in /usr/share/applications/hildon, so removing the correct one will eliminate the icon from the menu. It won't help with reinstalling the game though - if the N900 thinks it's installed then you have to use the package manager to remove it (via App Manager, fapman, aptitude, apt-get, or dpkg).
 
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#7
The application manager will never reflect Need For Speed as installed since it wasn't installed from a dpkg file or via apt-get, it was just unpacked and executed.

The webOS application files created by the preenv's "desktopgen" script all begin with: "pre"l, so look for that in /usr/share/applications/hildon.

Better yet try this (as root):
cd /usr/share/applications/hildon
grep -i nfsu *

Look for what file comes back as a hit, and delete that .desktop file.

Then you can delete the /home/user/applications/com.ea.... (or whereever you installed it) directory that holds the game data.
 

The Following 2 Users Say Thank You to cddiede For This Useful Post:
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#8
quick question, is it safe to uninstall the NFS auto installer after installing the game or will it mess something up?Does the game need the auto installer in order to work?
 
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
 

The Following User Says Thank You to dekin For This Useful Post:
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#10
 

The Following 3 Users Say Thank You to javispedro For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 12:02.