Uzbl

Tasklist

FS#20 - Command-line option '--uri' doesn't work with default config

Attached to Project: Uzbl
Opened by Semen Maryasin (MarSoft) - 2009-05-27 03:50:43 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-06-07 12:30:42 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Command-line option '--uri' doesn't work if "home page" is set via config
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2009-06-07 12:30:42 PM
Reason for closing:  Fixed
Comment by Paul Klapperich (bobpaul) - 2009-05-30 03:20:48 AM
I can confirm this. The bug seems to be that the line:
set uri = uzbl.org
overrides the --uri commandline option. Expected behavior is for the set uri line to be ignored in the config file if the --uri option is provided.

As a work around, you can comment the set uri line out of the example config file.
Comment by Dieter Plaetinck (Dieter_be) - 2009-06-07 12:30:34 PM
This is fixed now.
just one thing:
uzbl --config foo --uri bar -> bar has precedence over uri set in foo
cat foo | uzbl --uri bar -> uri set in foo has precendence over bar

be careful on how you load your config.

Loading...