summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan@upstairslabs.com>2013-12-10 21:21:35 +0900
committerTristan Van Berkom <tristan@upstairslabs.com>2013-12-10 21:21:35 +0900
commit02567ea621b1c7b701c1545e2d39e4523fc224a0 (patch)
treeaebfb3bfd0ec8b41d2ff167e2e50298bbad0085c /build
parentd7848a845b9933632b38c9c803e4d376be8148ab (diff)
downloadglade-02567ea621b1c7b701c1545e2d39e4523fc224a0.tar.gz
build/linux64/README: Added notes about shared-mime-info
Diffstat (limited to 'build')
-rw-r--r--build/linux64/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/linux64/README b/build/linux64/README
index 10fb5648..1d89a829 100644
--- a/build/linux64/README
+++ b/build/linux64/README
@@ -118,6 +118,7 @@ should be completed in the order given.
gtk+
gnome-themes-standard
hicolor-icon-theme
+ shared-mime-info
libcanberra
expat
libxml2
@@ -268,6 +269,18 @@ should be completed in the order given.
${BUNDLE_ROOT}/usr/share/icons/hicolor/icon-theme.cache
+ o Generate the mime database
+
+ The mime database should be created so that GTK+ knows how to handle image file
+ extensions and whatnot, and can find the correct pixbuf loader for them.
+
+ Do this in your relocated environment with the following:
+
+ update-mime-database ${BUNDLE_ROOT}/usr/share/mime
+
+ And just ignore the error about XDG_DATA_DIRS, this is taken care of
+ by the AppRunScript.sh
+
o Strip the -rpath from any binaries
Libtool loves to encode hard coded paths into the binaries it creates,