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
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
find /usr/share/applications/hildon -name "*nfsu*" find /home/user/.local/share/applications/hildon -name "*nfsu*"