On Wed, Mar 12, 2008, Wong, Carl wrote: > Does anyone know which package create > /usr/share/applications/default.list on a regular desktop system? This > file contains mime type information. On a normal desktop, the > information listed in this file is used by the file browser to determine > which application to launch. It is also used by the web browser to > determine application to launch when you double click on a file listed > in the file download dialog. Midbrowser needs this file in the mobile > build.
As Adilson already pointed out, this is shipped by desktop-file-utils, but only an "initial" version; the file is updated when you install/remove applications with .desktop files below /usr/share/applications by running update-desktop-database. However, please don't call update-desktop-database; instead, leave it to dh_desktop to add these calls for you to your postinst and postrm. -- Loïc Minier -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
