Subject: pkg/15026: mozilla build id is shown wrong in header, and annoying
To: None <gnats-bugs@gnats.netbsd.org>
From: seebs <seebs@ged.plethora.net>
List: netbsd-bugs
Date: 12/21/2001 14:38:12
>Number: 15026
>Category: pkg
>Synopsis: mozilla titlebars always say Build ID: 00000000
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Dec 21 12:39:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: seebs
>Release: NetBSD 1.5Z
>Organization:
>Environment:
System: NetBSD ged.plethora.net 1.5Z NetBSD 1.5Z (GED) #0: Fri Nov 30 14:33:36 CST 2001 seebs@ged.plethora.net:/usr/src/sys/arch/i386/compile/GED i386
Architecture: i386
Machine: i386
>Description:
The Mozilla titlebar always says
[page title, if any] - Mozilla {Build ID: 00000000}
this is useless (because it's not really the build id), but it's also
annoying - you can easily extract your buildid if you need it,
bugzilla can find it automatically, and it is almost guaranteed to
never be information you want.
>How-To-Repeat:
Run mozilla.
>Fix:
Here's my solution - I take the buildid out of the header. Now,
the titlebar just says "Page Title - Mozilla", which is about 2-3
inches shorter on my screen (I'm using twm with squeezetitle), and
looks much better.
This isn't really necessary, but it seems like a nice harmless
improvement. Worked on 0.9.5, works on 0.9.6.
--- ../Orig/mozilla/xpfe/browser/resources/locale/en-US/navigator.dtd Fri Dec 21 13:32:16 2001
+++ xpfe/browser/resources/locale/en-US/navigator.dtd Fri Dec 21 13:32:37 2001
@@ -4,9 +4,9 @@
<!-- LOCALIZATION NOTE : FILE Do not translate accesskey and commandkey -->
<!-- LOCALIZATION NOTE (mainWindow.title): DONT_TRANSLATE -->
-<!ENTITY mainWindow.title "&brandShortName; {&buildId.label;}">
+<!ENTITY mainWindow.title "&brandShortName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE -->
-<!ENTITY mainWindow.titlemodifier "&brandShortName; {&buildId.label;}">
+<!ENTITY mainWindow.titlemodifier "&brandShortName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifiermenuseparator " - ">
<!ENTITY viewsourcetitle.preface "Source for: ">
>Release-Note:
>Audit-Trail:
>Unformatted: