GNOME Bugzilla – Bug 62261
Bugzilla doesn't parse user-agent OS field correctly
Last modified: 2004-12-22 21:47:04 UTC
When I go to http://bugzilla.gnome.org/enter_bug.cgi?product=bugzilla.gnome.org to report a bug, the OS field is automatically set to "other" although my user-agent is: Mozilla/5.0 Galeon/0.12.3 (Linux i686) Gecko/20010917 Based on the user agent, I think the OS field should have been "Linux" by default instead.
I was looking at this code a couple weeks ago; IIRC the code (as of 0.12) isn't really smart enough/educated enough to pick out galeon. Shouldn't be too hard to add a regexp for it if someone has the time to take a quick look at it.
*** Bug 76627 has been marked as a duplicate of this bug. ***
yet another "fixed in 2.16" - although this does bring up the interesting question, should we stick HTTP_USER_AGENT (the whole thing) in OS details as the default? louie?
Dave: on a new report you mean? Sure, definitely. Too bad it won't contain distro :)
Detection should be fixed, and os details is no more.