OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: braindrop on March 24, 2004, 11:16:22 pm

Title: howto remove dead app icon from screen?
Post by: braindrop 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...
Title: howto remove dead app icon from screen?
Post by: Stubear 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
Title: howto remove dead app icon from screen?
Post by: braindrop 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.
Title: howto remove dead app icon from screen?
Post by: macdigas 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.