[maemo-users] how to put apps in 'My Selection' tab
From: Eero Tamminen eero.tamminen at nokia.comDate: Thu Jul 3 18:44:38 EEST 2008
- Previous message: how to put apps in 'My Selection' tab
- Next message: how to put apps in 'My Selection' tab
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
ext Cedric Cellier wrote:
>> Either way, the better solution is to either install and uninstall
>> Gizmo/Skype/Rhapsody, and that will take care of it, or to remove the
>> .desktop files for Gizmo/Skype/Rhapsody from /usr/share/
>> applications/hildon.
>
> I guess removing the .desktop files would just have removed the icons.
> I dont know for the OP, but I wanted to remove completely all these files
> from the n810 precious memory.
>
> What a pity we had to pay for these apps ;)
Fortunately they are not that large:
------------------
for i in $(dpkg -L skype-installer rhapsody-installer gizmo-installer);
do if [ -f $i ]; then ls -s $i; fi; done|sort -nr
10 /usr/share/icons/hicolor/scalable/hildon/gizmo-project.png
9 /usr/share/icons/hicolor/scalable/hildon/qgn_list_rhapsody_service.png
8 /usr/bin/rhapsodyinstaller
6 /usr/bin/skypeinstaller
6 /usr/bin/gizmoinstaller
5 /usr/share/icons/hicolor/scalable/hildon/skype.png
5 /usr/share/icons/hicolor/26x26/hildon/qgn_list_rhapsody_service.png
5 /usr/share/icons/hicolor/26x26/hildon/gizmo-project.png
4 /usr/bin/region
1 /usr/share/locale/sv_SE/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/ru_RU/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/pt_PT/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/pt_BR/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/no_NO/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/nl_NL/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/it_IT/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/fr_FR/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/fr_CA/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/fi_FI/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/es_MX/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/es_ES/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/en_US/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/en_GB/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/de_DE/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/locale/da_DK/LC_MESSAGES/rhapsody-installer.mo
1 /usr/share/icons/hicolor/26x26/hildon/skype.png
1 /usr/bin/rhapsody-installer.sh
0 /usr/share/dbus-1/services/skypeinstaller.service
0 /usr/share/dbus-1/services/rhapsodyinstaller.service
0 /usr/share/dbus-1/services/gizmoinstaller.service
0 /usr/share/applications/hildon/skype.desktop
0 /usr/share/applications/hildon/gizmo-project.desktop
0 /etc/skype-install/skype.install
0 /etc/rhapsody-install/rhapsody.install
0 /etc/rhapsody-install/rhapsody.desktop
0 /etc/gizmo-install/gizmo-project.install
------------
Above sizes are rounded to "blocksize"; JFFS2 doesn't have blocks so
"ls -s" is not completely accurate. PNG files can't be compressed
by JFFS2, but binary and *.mo files probably can.
One might save more by disabling some repos before doing first
update to reduce stuff apt caches on disk. :-)
- Eero
- Previous message: how to put apps in 'My Selection' tab
- Next message: how to put apps in 'My Selection' tab
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
