|
|||||
How to remove Skype installer from OS2008 menuOS2008 for Nokia tablets comes with Skype installer pre-installed to make installing it as easy as possible. But how to remove it if you do not use Skype at all? The solution is not so simple if you do not know anything about how dpkg works. But if you know then you probably do not need to read rest of post :) I looked at that “problem” and here is a solution:
And that’s all — no more “Skype” entry in menus. Related posts: 6 comments to How to remove Skype installer from OS2008 menu |
|||||
|
Copyright © 2009 Marcin Juszkiewicz - All Rights Reserved |
|||||
This is probably the clean away.
The newby way is to install skype and deinstall it again. Logo gone. Works for me, and for gizmo too.
Hi, this (useful) blog entry will be forgotten over time, but your lines could resist time and be found by more users at http://wiki.maemo.org
Try it out! (and thanks for the blogging)
This is emphatically not the clean way. Don’t butcher the package database like this.
The clean way is to remove the .desktop file that is responsible for the menu entry:
# rm /usr/share/applications/hildon/skype.install
@Quim: this is not so nice method so I prefer to not document it on a wiki. Cleanest is install Skype and remove it later (like Eismaus wrote). My way can also end in removing “osso-software-versions-rx44″ (or how that package was named) in next upgrades.
@Marius Vollmer: this is hack not method :) But removing desktop file is not nice solution neither.
Right, removing the .desktop file is not clean, but (almost) equivalent to installing-then-removing skype.
If you want to force the removal of skype-installer, use “dpkg –force-depends –remove”.
In all cases, you’ll get the menu entry back with the next update to the skype-installer package, so none of the solutions is really clean.
The cleanest thing to do is probably to use “apt-get remove skype-installer” and let it remove the osso-software-version-rx44 meta package. But then you need to install OS updates manually. But that’s not so bad.
[...] Источник: http://blog.haerwu.biz [...]