aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-05 21:41:10 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-05 21:41:10 +0100
commitc8747c63fd3144837e28bddf44cd6cd957fcc13e (patch)
treef4653009c90454bc75977ea30e6a63d6a834bcf2 /docs
parent0f13fe9e6b71347f67f8374ce0aa7164648e8e51 (diff)
faq entry for segfaults
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index f6a1a21..131d47d 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,6 +1,19 @@
FAQ
---
+### Uzbl crashes immediately (segfaults). WTF ?
+You are using a libwebkit version (usually 1.1.15.*) that uses enchant which
+is compiled with zemberek support built-in. Compile enchant with
+--disable-zemberek or ask your package maintainer.
+See also:
+
+ * https://bugs.webkit.org/show_bug.cgi?id=30860
+ * http://bugzilla.abisource.com/show_bug.cgi?id=12413
+ * http://bugzilla.abisource.com/show_bug.cgi?id=12529
+ * http://bugs.archlinux.org/task/17401
+ * http://www.uzbl.org/news.php?id=17
+
+
### I just installed uzbl but it doesn't do much. What now?
"Uzbl" is the name for the umbrella project that has several subprojects.
You probably want `uzbl-browser` or any of the other projects.