Author Topic: howto remove dead app icon from screen?  (Read 2492 times)

braindrop

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
    • http://
howto remove dead app icon from screen?
« on: March 24, 2004, 11:16:22 pm »
so there i was, making the most of my sd card and  installing any app that sounded interesting...  at one point i flipped through the tabs and saw an icon titled \'newapp\' wich does nothing when tapped except pop up a message about it being an unknown application.

so how do i get rid of it? thought of uninstalling it if i only new what it is...

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
howto remove dead app icon from screen?
« Reply #1 on: March 25, 2004, 12:10:04 am »
The best way is to remove the whole app. To find out which package it belongs to

grep newapp.desktop /home/root/usr/lib/ipkg/info/*

This should return the name of the package that contains newapp  - this can then be removed

Another option is to open the Tab tool and delete the newapp icon from the tab its on - this wont delete the app however

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

braindrop

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
    • http://
howto remove dead app icon from screen?
« Reply #2 on: March 25, 2004, 12:43:41 am »
thanks for the speedy reply.  i tried as you suggested except on mine i found i have to go /usr/lib/ipkg/info/*
but anyway found NewApp.desktop under /opt/QtPalmtop/apps/Applications/NewApp.desktop
but no other references or info to be found.
i thought about deleting the icon but i dont just want to forget about it in case there is more to it i dont know about. but maybe there isnt.

macdigas

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://
howto remove dead app icon from screen?
« Reply #3 on: March 25, 2004, 10:02:17 am »
Code: [Select]
ipkg search should do the trick, too. And you don\'t have to fiddle with paths.