The desktop-file-utils package contains command line utilities for working with desktop entries. These utilities are used by GNOME-2 and other applications to manipulate the MIME-types application databases and help adhere to the desktop entries standards specification.
Download (HTTP): http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.10.tar.gz
Download MD5 sum: 8b930e9ad08ac6b8205dd00a1d694b0c
Download size: 341 KB
Estimated disk space required: 2.7 MB
Estimated build time: less than 0.1 SBU
GLib-2.6.4 and popt-1.7-5
Install desktop-file-utils by running the following commands:
./configure --prefix=/usr && make
Now, as the root user:
make install
The default location for the MIME-types application database is /usr/share/applications/mimeinfo.cache. If you are going to install, or have already installed, a desktop environment such as GNOME or KDE in a prefix other than /usr, you'll need to update the XDG_DATA_DIRS environment variable so that additional MIME-types application databases are properly maintained. Add the following to the system-wide or personal profile:
For GNOME:
XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME_PREFIX/share export XDG_DATA_DIRS
For KDE:
XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDE_PREFIX/share export XDG_DATA_DIRS
If you're installing both GNOME and KDE:
XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME_PREFIX/share:$KDE_PREFIX/share export XDG_DATA_DIRS
Last updated on 2005-08-01 13:29:19 -0600