View Single Post
Posts: 196 | Thanked: 169 times | Joined on Jan 2011 @ Bosnia /Sarajevo
#1773
Originally Posted by AgogData View Post
are you the same person i just answered in the other forum ? anyway
first uninstall the auto installer from app manager
then as root
Code:
rm -rf /home/user/MyDocs/Games/NFS/
rm -rf /home/user/Games/NFS/
rm -rf /home/user/.local/share/application/hildon/nfsu-palm.desktop
rm -rf /home/user/.local/icons/hicolor/scalable/hildon/nfsu-palm.png
rm -rf /home/user/.local/share/dbus-1/services/nfsu-palm.service
if the icon is still there search for it using
Code:
find /usr/share/applications/hildon -name "*nfsu*"
find /home/user/.local/share/applications/hildon -name "*nfsu*"
and remove any nfsu file
thanks so...
you are king