[Bug 222860] New: UI Translations missing in qcad
https://bugzilla.novell.com/show_bug.cgi?id=222860 Summary: UI Translations missing in qcad Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: SuSE Linux 10.1 Status: NEW Keywords: build, All_Languages Severity: Normal Priority: P5 - None Component: Translations AssignedTo: ke@novell.com ReportedBy: ciriarte@personal.net.py QAContact: ke@novell.com When you go to the UI Translations option in de menu, there are no languages available to select, there should be command translations too as far as i know -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.hanke@gmx-topmail.de ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-11-20 22:39 MST ------- This is not a translation bug, but a build error / packaging bug. It should go to the qcad package maintainer. The source tarball contains lots of translations in qcad/src/ts/*.ts, but they are for some reason not built. Maybe a broken Makefile? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #2 from andreas.hanke@gmx-topmail.de 2006-11-20 23:55 MST ------- Created an attachment (id=106348) --> (https://bugzilla.novell.com/attachment.cgi?id=106348&action=view) Fix You need to add this to the package as extra source and copy it to the scripts/ directory before %build. Be sure to preserve the filename: release_translations.sh. It does not need to be executable. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ke@novell.com |pnemec@novell.com ------- Comment #3 from ke@novell.com 2006-11-21 00:23 MST ------- Pavel to check, please. According to Andreas that's probably not a translation bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 pnemec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nadvornik@novell.com Status|NEW |ASSIGNED ------- Comment #4 from pnemec@novell.com 2006-11-21 03:18 MST ------- CCing nadvornik Andreas thanks for patch. It look like nobody use qcad, because this is very old problem :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #5 from andreas.hanke@gmx-topmail.de 2006-11-21 04:11 MST ------- This is not a patch, and it's not by me ;-) The script is taken from an older qcad release, it's simply missing (overlooked) in the current release. Someone forgot to put it into the tarball, and so the translations don't get built (because the main build script expects this script to be present for building the .qm files). For the records: The script calls lrelease (in /usr/lib/qt3/bin), so you will need to add qt3-devel-tools to BuildRequires to make it work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 pnemec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #6 from pnemec@novell.com 2006-11-22 02:56 MST ------- I hope every bug report will be like yours ;) Anyway, please test package x86_64 for 10.1 : http://beta.suse.com/private/pnemec/qcad-2.0.5.0-15.1.x86_64.rpm I will report in upstream that file is missing. Fixed in stable, closing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #7 from andreas.hanke@gmx-topmail.de 2006-11-22 03:23 MST ------- I should really have tested this before, but the script is not only missing, it's also broken. :-( It does: for dir in qcadactions qcadguiqt qcadcmd qcadlib But it should do: for dir in qcad qcadactions qcadguiqt qcadcmd qcadlib The result is that just 4 out of 5 available textdomains are translated, e.g. the upper menubar is still English only. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106348|0 |1 is obsolete| | ------- Comment #8 from andreas.hanke@gmx-topmail.de 2006-11-22 03:24 MST ------- Created an attachment (id=106535) --> (https://bugzilla.novell.com/attachment.cgi?id=106535&action=view) the same script with 1 missing subdir added -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #9 from pnemec@novell.com 2006-11-22 05:40 MST ------- Ok http://beta.suse.com/private/pnemec/qcad-2.0.5.0-15.1.x86_64.rpm Thanks for testing -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #10 from andreas.hanke@gmx-topmail.de 2006-11-22 06:03 MST ------- Yes, this package has all the translations (5 textdomains, and starting the application, the upper menubar is translated). => All fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #11 from ciriarte@personal.net.py 2006-11-22 09:59 MST ------- That was fast :D Thanks a lot, i'm downloading the new package now and will test it as soon as i arrive home -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 ------- Comment #13 from pnemec@novell.com 2006-11-27 02:44 MST ------- Already is. Should be in RC2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222860 User hui_liu@veritest.com added comment https://bugzilla.novell.com/show_bug.cgi?id=222860#c14 hui liu <hui_liu@veritest.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hui_liu@veritest.com --- Comment #14 from hui liu <hui_liu@veritest.com> 2008-07-13 22:17:21 MDT --- The bug is fixed in the build 3.10(OES SP1). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=222860 hui liu <hui_liu@veritest.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com