Uzbl

Tasklist

FS#170 - --name=foo long option is clashing with gtk option

Attached to Project: Uzbl
Opened by Luca Bruno (kaeso) - 2009-12-26 09:32:24 PM
Last edited by Brendan Taylor (bct) - 2011-05-23 01:58:25 AM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To Ben Boeckel (mathstuf)
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

lucab@thetis:~$ uzbl-core -n foo --config - | head -1
EVENT [foo] INSTANCE_START 12637
lucab@thetis:~$ uzbl-core -name=foo --config - | head -1
EVENT [67108867] INSTANCE_START 12640
lucab@thetis:~$ uzbl-core --version
Commit: 49941155e43eb520c43b02b55e0bbced2b657cf6

--name long option is not working, because of a gtk option with same name:
"GTK+ Options
--class=CLASS Program class as used by the window manager
--name=NAME Program name as used by the window manager"

We'd better rename our long option. What should we go with? --named? --label? Something else?
This task depends upon

Closed by  Brendan Taylor (bct)
2011-05-23 01:58:25 AM
Reason for closing:  Fixed
Additional comments about closing:  this was pulled a while ago, thanks Ben
Comment by Ben Boeckel (mathstuf) - 2011-04-14 04:19:21 AM
--named sounds good to me.
Comment by Ben Boeckel (mathstuf) - 2011-04-14 11:38:54 PM
  • Field changed: Percent Complete (0% → 80%)

Loading...