aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-28 07:47:21 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-28 07:47:21 +0100
commit279d8d86ec8b224f89c09b509c9777fc0010f5dd (patch)
tree3d986468d472937577500b8353452fed0f2894a2 /CHECKLIST
parente2f09c7dc3109524e403793949f1e997548b5842 (diff)
Corrected bit about XDG_CONFIG_HOME/DIRS
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHECKLIST b/CHECKLIST
index 790fe69..254c58f 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -13,7 +13,7 @@ Also testers and interested people can use this list to see what uzbl is about,
* history logging: the script as defined in sample config should write history entries (date,time, url) into the file defined in the script (by default ./extra/history.sh and /tmp/uzbl.history)
* invocations of external commands: you'll see it on stdout everytime uzbl calls an external script/program. the invocations should work and none of the arguments passed should be null/garbage/.. .
all should be valid strings and contain things like the pid, fifo file, config file,.. (see README for details).
-* XDG_CONFIG_HOME and XDG_CONFIG_DIRS (+ default values) fully supported and working (looks for a config file called 'uzbl').
+* XDG_CONFIG_HOME and XDG_CONFIG_DIRS (+ default values) fully supported and working (looks for a config file called 'uzbl/config').
* --uri can be specified without http:// -- if missing will be prepended.
* Download completely finished
* Open in new window partially finished: target _new works, from popup meny does not work yet