Uzbl

Tasklist

FS#4 - new window -> new command not correct if there are unknown options

Attached to Project: Uzbl
Opened by Dieter Plaetinck (Dieter_be) - 2009-05-01 05:09:18 PM
Last edited by Brendan Taylor (bct) - 2012-11-25 10:45:27 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Low
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When invoking uzbl with known arguments spawning new windows works well. Eg:
./uzbl --uri dns.be --config examples/configs/sampleconfig-dev
spawns:
./uzbl --uri 'http://dns.be/nl/index.php' --config 'examples/configs/sampleconfig-dev'

But if there is a fake/unknown argument it breaks (the --config is not correct anymore)
./uzbl --uri dns.be --config examples/configs/sampleconfig-dev --foo
spawns:
uzbl --uri 'http://dns.be/nl/index.php' --config '/home/dieter/.config/uzbl/config'
This task depends upon

Closed by  Brendan Taylor (bct)
2012-11-25 10:45:27 PM
Reason for closing:  Deferred
Additional comments about closing:  Very old bug, probably no longer relevant.

Loading...