aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-05-22 14:15:20 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-05-22 14:15:20 +0000
commit9eb751a7510223dcc103606acfe4d92873a5c88e (patch)
tree376b8b2a2825d46970fa03536dbb188ef57ef698 /docs
parent6f4598c62ac0bd47520f9a94d5e7bba868d9f099 (diff)
add a FAQ about nonresponsive uzbls
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index f847f41..d5245b4 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,6 +1,18 @@
FAQ
---
+### Help, Uzbl isn't responding to any of my keyboard commands!
+If the left side of the status bar says `[]` instead of `[Cmd]` when you start
+`uzbl-browser`, then the event manager isn't starting or its plugins aren't
+loading.
+
+If you're an Arch user, you should edit `/usr/bin/uzbl-{event-manager,tabbed}`
+and change the first line of each to `#!/usr/bin/env python2`.
+
+If you're trying to run uzbl without installing it, you should launch
+`uzbl-event-manager` yourself with the `--plugin-dir=DIR` option pointing to the
+location of the event manager plugins (they're in examples/data/plugins/)
+
### I just installed uzbl but it doesn't do much. What now?
There's no "uzbl" command, that's just the name for the whole collection of
tools. The command you're looking for is `uzbl-browser` or `uzbl-tabbed`.