Uzbl

Tasklist

FS#105 - stdin config with proxy_url and -u option fails

Attached to Project: Uzbl
Opened by Aldrik Dunbar (N30N) - 2009-09-04 02:16:14 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-12-15 08:38:22 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System Linux
Severity Medium
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Example:
echo "set proxy_url = http://127.0.0.1:8123"; | uzbl -u "http://google.com" -c -
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2009-12-15 08:38:22 PM
Reason for closing:  Works for me
Additional comments about closing:  your command is incorrect.
try this:
echo "set proxy_url = http://127.0.0.1:8123" | uzbl-core -u "http://google.com" -c -

Loading...