summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/libcaldav/debian/README.fallback
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-16 16:11:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-16 16:11:00 -0600
commit39c223339c063a6060b64c2e03b10b8578517dd8 (patch)
tree8cff05207e206da9f1ff2ae631d658cb06f5beac /debian/squeeze/dependencies/libcaldav/debian/README.fallback
parent4a3f0ef6b92d4a30e310be5912896ca9bfd0f3c5 (diff)
downloadtde-packaging-39c223339c063a6060b64c2e03b10b8578517dd8.tar.gz
tde-packaging-39c223339c063a6060b64c2e03b10b8578517dd8.zip
Add libcaldav and libcarddav packaging files to Ubuntu and Debian
Diffstat (limited to 'debian/squeeze/dependencies/libcaldav/debian/README.fallback')
-rw-r--r--debian/squeeze/dependencies/libcaldav/debian/README.fallback23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/squeeze/dependencies/libcaldav/debian/README.fallback b/debian/squeeze/dependencies/libcaldav/debian/README.fallback
new file mode 100644
index 000000000..1b41c225f
--- /dev/null
+++ b/debian/squeeze/dependencies/libcaldav/debian/README.fallback
@@ -0,0 +1,23 @@
+ Imlib Image Conversion
+ ----------------------
+
+The imlib and gdk-imlib libraries have a number of built-in image
+conversion routines, and are capable of loading or saving in *at
+least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
+PPM.
+
+Prior to version 1.9.13, imlib and gdk-imlib could use an external
+program, such as Imagemagick's "convert", to load or save images
+in formats not handled internally to Imlib.
+
+
+
+ "All fallbacks failed."
+ -----------------------
+
+This message indicates that the file you wished to load is not handled
+by Imlib.
+
+The remedy is to convert the image file by hand using, for example,
+Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
+you'll have to fix up the application to use the new filename instead.