After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121472 - "Terminal" for window and tab titles are not translated messages
"Terminal" for window and tab titles are not translated messages
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other All
: Normal trivial
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-04 17:24 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A proposed patch to use translated messages for defaule title. (631 bytes, patch)
2003-09-04 21:18 UTC, Hidetoshi Tajima
none Details | Review
patch to translate the `Terminal' name of the default profile (946 bytes, patch)
2003-09-04 23:25 UTC, Mariano Suárez-Alvarez
none Details | Review
A patch for src/makefile.am with this and .schemas.in patch, I've confirmed the proble is fixed. (647 bytes, patch)
2003-09-05 00:35 UTC, Hidetoshi Tajima
none Details | Review
both patches in one (1.41 KB, patch)
2003-09-05 00:49 UTC, Mariano Suárez-Alvarez
none Details | Review

Description Hidetoshi Tajima 2003-09-04 17:24:12 UTC
Distribution:                          Solaris 9 8/03 s9x_u4wos_08b x86
Package: vte
Severity: minor
Version: GNOME2.3.90 unspecified
Gnome-Distributor: GNOME.Org
Synopsis: "Terminal" for window and tab titles are not translated messages
Bugzilla-Product: vte
Bugzilla-Component: VteTerminal
Bugzilla-Version: unspecified
Description:
Description of Problem:
  gnome-terminal's window title and tab titles are "Terminal" no matter
what locales you are.

Steps to reproduce the problem:
1.  Run a gnome-terminal and see window title is "Terminal".
2.  Open new tab and see both tabs titles are "Terminal".
3. 

Actual Results:
  Window titles are "Terminal".

Expected Results:
  They should be translated messages for "Terminal", which are to be
found in gnome-terminal.mo.

How often does this happen?
  Always.

Additional Information:




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-09-04 13:24 -------

Reassigning to the default owner of the component, nalin@redhat.com.

Comment 1 Hidetoshi Tajima 2003-09-04 17:30:30 UTC
changing products to g-t.
Comment 2 Hidetoshi Tajima 2003-09-04 21:18:54 UTC
Created attachment 19743 [details] [review]
A proposed patch to use translated messages for defaule title.
Comment 3 Mariano Suárez-Alvarez 2003-09-04 23:23:40 UTC
The untranslated string comes from the gnome-terminal.schema.in file
(as seen by grepping for '\<Terminal\>') It is the name of the default
profile.

Here is a patch which changes that file; this does not add a new
string, since ``Terminal'' is already translated elsewhere. 
Comment 4 Mariano Suárez-Alvarez 2003-09-04 23:25:54 UTC
Created attachment 19746 [details] [review]
patch to translate the `Terminal' name of the default profile
Comment 5 Hidetoshi Tajima 2003-09-05 00:23:47 UTC
Thanks, this looks like a right fix, but it does not seem that
gnome-terminal.schemas is built from the .schema.in, so src/Makefile.in
should be also patched. Will you please confirm and fix it, too?
Comment 6 Hidetoshi Tajima 2003-09-05 00:35:35 UTC
Created attachment 19754 [details] [review]
A patch for src/makefile.am with this and .schemas.in patch, I've confirmed the proble is fixed.
Comment 7 Mariano Suárez-Alvarez 2003-09-05 00:46:46 UTC
Nice. You don't really need the intermediate variable; make takes care
of that.

We do need to wait to after 2.4 is branched off cvs to commit this, if
the higher powers agree.
Comment 8 Mariano Suárez-Alvarez 2003-09-05 00:49:14 UTC
Created attachment 19755 [details] [review]
both patches in one
Comment 9 Mariano Suárez-Alvarez 2003-09-07 00:22:26 UTC
Having gotten RT approval, I've just commited this.
Comment 10 Hidetoshi Tajima 2003-09-08 18:21:35 UTC
Thanks for the commit. BTW, I'd suggest doing 'cvs remove
src/gnome-terminal.schemes'. How do you think?