From bugzilla at redhat.com Fri May 1 08:44:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 04:44:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010844.n418iPHl030574@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #44 from Akira TAGOH 2009-05-01 04:44:21 EDT --- Sorry, there was wrong caches here. and I can see the different result with the test cases at Comment #24 now: 1. LANG=ja_JP.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [GOOD] rendering is ok with Japanese font 2. LANG=ja_JP.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] rendering is ok with Japanese font 3. LANG=zh_CN.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [BAD] WenQuanYi Bitmap Song is used to render ??? 4. LANG=zh_CN.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] WenQuanYi Bitmap Song is used to render ??? 5. LANG=zh_CN.UTF-8 pango-view --markup --text '??? test' --font "Sans 100" --> [GOOD] rendering is ok with Japanese font 6. LANG=zh_CN.UTF-8 pango-view --markup --text '??? test' --font "Sans 12" --> [GOOD] rendering is ok with Japanese font 7. LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [BAD] WenQuanYi Bitmap Song is used to render ??? 8. (bonus)PANGO_LANGUAGE=zh LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] WenQuanYi Bitmap Song is used to render ??? 9. (bonus)PANGO_LANGUAGE=ja LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] rendering is ok with Japanese font -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 1 08:48:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 04:48:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010848.n418mEOL031380@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #45 from Jens Petersen 2009-05-01 04:48:14 EDT --- I just tested also with wqy-bitmap-fonts-0.9.9-9.fc11 and 0.9.9-10.fc11 and got exactly the result as comment 44 both testcases 3 and 7 in comment 24 still fail. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 1 09:03:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 05:03:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010903.n4193YVx001601@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #46 from Jens Petersen 2009-05-01 05:03:33 EDT --- (In reply to comment #38) > Therefore, either you want to introduce a Japanese specific font config file to > set the preferred font orders for lang=ja, or you simply define VL Gothic as > the default Sans for ja in the vlgothic-fonts config files, just like the file > you proposed for this bug (you do need to replace zh to ja and reset the font > names). Sounds like different things are being talked about: vlgothic-fonts and vlgothic-p-fonts already provide /etc/fonts/conf.d/66-vlgothic-gothic.conf /usr/share/fontconfig/conf.avail/66-vlgothic-pgothic.conf which prepend it as the default for Japanese AFAICT. Qianqian, what more is it that you wish vlgothic's conf to do? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 1 09:06:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 05:06:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010906.n4196etD002292@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #339961|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 1 09:19:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 05:19:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010919.n419J8tK004241@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #47 from Jens Petersen 2009-05-01 05:19:08 EDT --- (In reply to comment #24) > Created an attachment (id=339961) --> (https://bugzilla.redhat.com/attachment.cgi?id=339961) [details] > proposed fontconfig config > > I've polished a lot from my previous proposal. it won't depends on other fonts. > just works for the desired situation. this should be valid for current our > policy as well. Looks good, clean and simple to me too. Qianqian, could you test it and tell us what problems it causes for you? :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 1 09:23:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 05:23:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905010923.n419NKZd005120@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #48 from Akira TAGOH 2009-05-01 05:23:19 EDT --- Aside from adding any rules for the fonts not owned, a rule to fall back the font to AR PL UMing CN for the request out of the supported pixel in WenQuanYi Bitmap Song is broken. basically any expressions in match tag is a AND operation. thus, WenQuanYi Bitmap Song serif 16 AR PL UMing CN would means something like: if (pattern.family.compare("WenQuanYi Bitmap Song") && pattern.family.compare("serif") && pattern.pixelsize > 16.0) { pattern.family.prepend("AR PL UMing CN"); } which never happens. that's why case 3 and 7 didn't work FWIW. I don't understand why you prefer this complex rule rather than my simplest proposal though. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 2 02:09:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 22:09:17 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905020209.n4229H1h002094@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #4 from A S Alam 2009-05-01 22:09:17 EDT --- 1) while using only qt application (qtconfig-qt4) for check font, it also have problem. 1) Interface (GUI) can be used in english, but input is more important, which is also square box only -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 2 09:14:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 2 May 2009 05:14:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] New: Key bindings don't work after restart Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Key bindings don't work after restart https://bugzilla.redhat.com/show_bug.cgi?id=498706 Summary: Key bindings don't work after restart Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: stardict AssignedTo: cchance at redhat.com ReportedBy: pahan at hubbitus.info QAContact: extras-qa at fedoraproject.org CC: cchance at redhat.com, zhu at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: Stardict save keybindings, but its do not work after restart and require reset it after each boot. Version-Release number of selected component (if applicable): # rpm -q stardict stardict-3.0.1-9.fc9.i386 How reproducible: Stardict load after boot by any DE (or restored within session). Go to Preferencies, setup Modifier with wich scan will be doing. Close setting window. After that all work fine in this session. After restart computer, scan window do not appear when defined keys pressed. But, when going into preferencies, defined keys saved (sic!) and start working just after close window without any manipulations with it! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 2 21:37:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 2 May 2009 17:37:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905022137.n42LbYaT023665@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #4 from Jussi Lehtola 2009-05-02 17:37:33 EDT --- ping? Spec file seems to contain some unnecessary stuff as well, e.g. Conflicts: liberation-fonts < 1.04.93-8 Obsoletes: liberation-sans-fonts < 1.04.93-8 Provides: liberation-sans-fonts = %{version}-%{release} in the liberation-sans-fonts package. These should be removed. (The package automatically provides itself and obsoletes any older versions of itself. Conflicts shouldn't be ever used.) The F10 package provides Mono, Sans and Serif fonts. I think the easiest way to fix the upgrade problem is to make liberation-fonts a metapackage that pulls in the font subpackages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 3 07:18:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 3 May 2009 03:18:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200905030718.n437IwdT005812@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=225617 Jussi Lehtola changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 4 06:48:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 02:48:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905040648.n446m6P1005132@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|low |medium --- Comment #5 from A S Alam 2009-05-04 02:48:05 EDT --- More information: qt-4.5.0-14.fc11 - Not working qt-4.5.0-14.fc10 - Working where only Build tag is different (fc11 or fc10). Can it be depends upon something else? 2) qt-4.5.0-12.fc11 also has problem 3) various language tested (zh_CN, or_IN, ja_JP, ml_IN, ur, kn_IN, ta_IN), all those working fine. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 4 10:47:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 06:47:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905041047.n44Alawa019049@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #6 from Kevin Kofler 2009-05-04 06:47:35 EDT --- Suspecting a miscompilation by GCC 4.4. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 4 11:19:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 07:19:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905041119.n44BJfF2024505@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com --- Comment #7 from Parag 2009-05-04 07:19:40 EDT --- sorry but I didn't get meaning of miscompilation here. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 4 12:28:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 08:28:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905041228.n44CSBiD004450@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #8 from Ngo Than 2009-05-04 08:28:11 EDT --- we have new fontconfig in rawhide (F-11), it causes this issue -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 4 21:06:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 17:06:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905042106.n44L6NfW017814@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #9 from Kevin Kofler 2009-05-04 17:06:22 EDT --- Are we sure it's not a graphics driver issue, e.g. https://bugzilla.redhat.com/show_bug.cgi?id=495323 ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 00:24:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 20:24:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050024.n450Ox4j019263@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #9 from Huang Peng 2009-05-04 20:24:59 EDT --- (In reply to comment #8) > Or is it better just to make ibus require ibus-gtk? > > That avoids the multilib problem and actually means we don't need xim for gtk > ibus. How to deal KDE users? Maybe they don't like dependences on gtk. Later, maybe ibus-qt will be ready. Should we add ibus require ibus-qt also? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:01:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:01:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050101.n45112ts025299@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #10 from Jens Petersen 2009-05-04 21:01:01 EDT --- (In reply to comment #9) > How to deal KDE users? Maybe they don't like dependences on gtk. Later, maybe > ibus-qt will be ready. Should we add ibus require ibus-qt also? Doesn't ibus require gtk currently anyway? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:01:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:01:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 485472] cjkunifonts-uming breaks fontforge In-Reply-To: References: Message-ID: <200905050101.n4511V7s025449@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485472 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WORKSFORME --- Comment #6 from Caius 'kaio' Chance 2009-05-04 21:01:30 EDT --- Tested with today's rawhide and the bug is not reproducible: $ uname -a Linux xxxx.xxxx.xxxx.xxxx 2.6.29-0.237.rc7.git4.fc11.i586 #1 SMP Wed Mar 11 18:55:21 EDT 2009 i686 athlon i386 GNU/Linux $ rpm -q fontforge fontforge-20090224-2.fc11.i586 $ rpm -qa | grep cjkuni-fonts cjkuni-fonts-common-0.2.20080216.1-23.fc11.noarch cjkuni-fonts-ghostscript-0.2.20080216.1-23.fc11.noarch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:06:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:06:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 485472] cjkunifonts-uming breaks fontforge In-Reply-To: References: Message-ID: <200905050106.n4516AgT026527@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485472 --- Comment #7 from Caius 'kaio' Chance 2009-05-04 21:06:10 EDT --- Tested with updated F10 and the bug is not reproducible: $ uname -a Linux xxxx.xxxx.xxxx.xxxx 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 2009 i686 i686 i386 GNU/Linux $ rpm -q fontforge fontforge-20080828-1.fc10.i386 $ rpm -qa |grep cjkuni cjkunifonts-uming-0.2.20080216.1-11.fc10.noarch cjkunifonts-ukai-0.2.20080216.1-11.fc10.noarch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:23:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:23:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905050123.n451NPhq029699@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #10 from A S Alam 2009-05-04 21:23:25 EDT --- I tested those on 3 machines with Intel, ATI and nvidia graphics and issue remains same. So it may not be graphcis driver. will update about fontconfig today -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:32:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:32:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050132.n451W1YF030663@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #11 from Huang Peng 2009-05-04 21:32:00 EDT --- Currently, ibus panel requires gtk. But ideally we should develop another panel on qt for KDE desktop. For this bug, I suggest we just make sure the default installation or upgrading will include ibus-gtk. We need not consider users remove the im module by self. Jens, Can we let anaconda install ibus-gtk during the upgrading? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:57:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:57:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050157.n451vTDQ002186@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #12 from Jens Petersen 2009-05-04 21:57:29 EDT --- (In reply to comment #11) > Currently, ibus panel requires gtk. But ideally we should develop another panel > on qt for KDE desktop. I know but as long as the main ibus packages depend on gtk2 I don't so a problem with pulling ibus-gtk too. When the gtk code is > For this bug, I suggest we just make sure the default installation or upgrading > will include ibus-gtk. We need not consider users remove the im module by self. Problems is I don't know how to do that, unless they choose to install ibus at system upgrade time from anaconda. Otherwise I suggested ibus to require gtk2-immodules-xim but then easier to just require ibus-gtk I guess. :) > Jens, Can we let anaconda install ibus-gtk during the upgrading? We don't install ibus for upgrades in f11 by default, users will be upgraded to latest scim in f11 from f10. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 01:59:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 21:59:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050159.n451xSZg002915@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #13 from Jens Petersen 2009-05-04 21:59:28 EDT --- I meant: > I know but as long as the main ibus packages depend on gtk2 I don't so a > problem with pulling ibus-gtk too. When the gtk code is as long as the main ibus packages depend on gtk2 I don't see a problem with pulling in ibus-gtk too. If/when the gtk code is separated we can drop that dependency from the main package at the same time. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 02:13:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 22:13:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905050213.n452D2ff005851@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(nicolas.mailhot at l | |aposte.net) --- Comment #5 from Caius 'kaio' Chance 2009-05-04 22:13:01 EDT --- What'd you think, Nicolas? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 02:16:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 22:16:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050216.n452GUpn005821@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #14 from Huang Peng 2009-05-04 22:16:30 EDT --- Actually, it just looks weird. Anyway, I added the require in ibus. I think we could close this bug now. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 02:17:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 22:17:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905050217.n452HQav006001@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #9 from Caius 'kaio' Chance 2009-05-04 22:17:25 EDT --- I guess the cidmaps I back-ported before was referring to new package names used in rawhide (coming up F11 in this case). Please kindly check the following update which target F10: http://koji.fedoraproject.org/koji/buildinfo?buildID=100858 Let me know the results so I could push to F10 once it is proved working. Thanks a lot. It is welcome to test the same on rawhide, or F11 once its released. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 02:24:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 22:24:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050224.n452ODxA008083@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 02:22:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 May 2009 22:22:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905050222.n452Mleb007885@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #15 from Fedora Update System 2009-05-04 22:22:46 EDT --- ibus-1.1.0.20090423-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090423-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:11:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:11:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 488175] Package Review: ibus-table-extraphrase In-Reply-To: References: Message-ID: <200905050411.n454Blf9026442@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488175 --- Comment #24 from Parag AN(????) 2009-05-05 00:11:46 EDT --- can we close this review? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:11:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:11:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905050411.n454B8MN026027@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WORKSFORME --- Comment #1 from Caius 'kaio' Chance 2009-05-05 00:11:07 EDT --- Tested on rawhide (5 MAY 09) this bug is not reproducible. Tested on F10 w/ latest updates also this bug is not reproducible. Please update your version to F10 or coming up F11. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:13:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:13:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905050413.n454Dx4f026674@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 --- Comment #5 from Parag AN(????) 2009-05-05 00:13:58 EDT --- can you request cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:18:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:18:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905050418.n454IeJx027543@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:27:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:27:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905050427.n454RZCB028557@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 --- Comment #6 from Caius 'kaio' Chance 2009-05-05 00:27:35 EDT --- requested -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:28:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:28:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 488175] Package Review: ibus-table-extraphrase In-Reply-To: References: Message-ID: <200905050428.n454SVa1028640@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488175 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #25 from Caius 'kaio' Chance 2009-05-05 00:28:31 EDT --- built: http://koji.fedoraproject.org/koji/buildinfo?buildID=99243 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 04:28:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:28:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 484650] ibus-table needs to be updated for new ibus C API In-Reply-To: References: Message-ID: <200905050428.n454SXjK028680@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484650 Bug 484650 depends on bug 488175, which changed state. Bug 488175 Summary: Package Review: ibus-table-extraphrase https://bugzilla.redhat.com/show_bug.cgi?id=488175 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 05:26:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 01:26:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905050526.n455Qwc8005806@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 --- Comment #2 from Huang Peng 2009-05-05 01:26:57 EDT --- Yeah. libX11-1.2-3.fc11.i586 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 05:30:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 01:30:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 483327] baekmuk-ttf-fonts : Unowned directories In-Reply-To: References: Message-ID: <200905050530.n455UPQk006344@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=483327 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Caius 'kaio' Chance 2009-05-05 01:30:24 EDT --- done http://koji.fedoraproject.org/koji/buildinfo?buildID=96998 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 05:31:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 01:31:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905050531.n455VAYk006494@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com Flag| |needinfo?(phuang at redhat.com | |) --- Comment #3 from Jens Petersen 2009-05-05 01:31:09 EDT --- Could you attach a patch and also check/file this issue upstream please at freedesktop? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:29:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:29:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905050629.n456TKQb015597@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 --- Comment #3 from Pavel Alexeev (aka Pahan-Hubbitus) 2009-05-05 02:29:20 EDT --- And may be have sense what I use it in XFCE desktop environment? And it is also start from its saved session. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:27:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:27:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905050627.n456RW0U016090@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 Pavel Alexeev (aka Pahan-Hubbitus) changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Version|9 |10 Resolution|WORKSFORME | --- Comment #2 from Pavel Alexeev (aka Pahan-Hubbitus) 2009-05-05 02:27:31 EDT --- On my notebook with fully up to date Fedora 10 the problem also 100% reproducible always. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:34:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:34:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905050634.n456Y2Dv017043@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 --- Comment #4 from Caius 'kaio' Chance 2009-05-05 02:34:02 EDT --- (In reply to comment #2) > On my notebook with fully up to date Fedora 10 the problem also 100% > reproducible always. You tested it on Gnome? I am not too sure about XFCE mechanisms. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:38:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:38:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905050638.n456crHc017474@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 --- Comment #5 from Pavel Alexeev (aka Pahan-Hubbitus) 2009-05-05 02:38:52 EDT --- No, I have not Gnome at all. But in KDE bug the same. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:35:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:35:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905050635.n456Zf5N017013@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #11 from Jens Petersen 2009-05-05 02:35:40 EDT --- (In reply to comment #10) > will update about fontconfig today Thanks - if you could also test F11 Beta and Preview that would be helpful to know when this regression started. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:47:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:47:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905050647.n456lBxV019339@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #12 from A S Alam 2009-05-05 02:47:10 EDT --- ok, Beta Test. Issue was present in F11-Beta with following version: qt-4.5.0-3.fc11 fontconfig-2.6.99.behdad.20090318-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 07:29:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 03:29:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 460806] [bn_IN] Bengali collation/sorting order is not defined in glibc In-Reply-To: References: Message-ID: <200905050729.n457TnAc026438@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=460806 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |UPSTREAM --- Comment #18 from Pravin Satpute 2009-05-05 03:29:47 EDT --- patch is now available in glibc upstream, Bengali collation will be available with next upstream release Thanks to all for information and help. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 07:39:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 03:39:22 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905050739.n457dMvq028156@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #13 from Jens Petersen 2009-05-05 03:39:21 EDT --- Is someone could check 11-Alpha too might be good - we don't seem to have a copy here, otherwise I can download F11Alpha Kde Live. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 07:43:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 03:43:17 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905050743.n457hHnj028947@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? | --- Comment #7 from Jens Petersen 2009-05-05 03:43:16 EDT --- Heh, missing Request form! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 08:27:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 04:27:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905050827.n458RWgg004670@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-i18n-bugs at redhat.com | |, petersen at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 08:25:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 04:25:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 496788] GNOME applications hang and fail to start after a while In-Reply-To: References: Message-ID: <200905050825.n458PjGl004204@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496788 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Flag| |needinfo?(nix at go-nix.ca) --- Comment #4 from Jens Petersen 2009-05-05 04:25:43 EDT --- F11 has a newer scim-bridge package and there is an even newer one in dist-f12 in koji which you might like to test. If they help we can certainly backport them to f10 also. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 09:19:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 05:19:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 488899] maybe xim related crash when restarting ibus In-Reply-To: References: Message-ID: <200905050919.n459JYrV015064@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488899 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 09:44:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 05:44:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905050944.n459isai018478@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #14 from A S Alam 2009-05-05 05:44:53 EDT --- ok, Alpha-11 Results are here (working fine): qt-4.4.3-14.fc11 fontconfig-2.6.95-1.git.66.gb162bfb.fc11 lohit-fonts-punjabi-2.3.1-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 11:30:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 07:30:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905051130.n45BUfR2005797@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |FreeDesktop.org 21560 CC| |panemade at gmail.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 13:15:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 09:15:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905051315.n45DFV10030576@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #15 from Kevin Kofler 2009-05-05 09:15:29 EDT --- Hmmm, a lot of things different there: Qt was 4.4.3, it's 4.5.0 in Beta, fontconfig was 2.6.95, was 2.6.99 in Beta and it's also before the mass rebuild with GCC 4.4. > sorry but I didn't get meaning of miscompilation here. Miscompilation = the C/C++ code gets compiled into invalid assembly due to a GCC bug. If that's indeed what's happening, it'd explain why the same build works on F10. Has anybody tried using the F10 qt-x11-4.5.0-14.fc10 build on F11 (in particular, with the F11 fontconfig)? That said, I think that won't easily work because OpenSSL has a different soname in F11 than F10. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 14:44:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 10:44:55 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905051444.n45Eit2W020171@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #16 from Ngo Than 2009-05-05 10:44:54 EDT --- It's neither graphics driver nor miscompilation by GCC 4.4. It's a regression in fontconfig in F11 that causes this problem. I fixed the pa orthography file and the problem is gone. The new package was built in F11-scratch, you can download from the link. http://koji.fedoraproject.org/koji/taskinfo?taskID=1336937 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 14:47:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 10:47:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905051447.n45ElRep021043@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Ngo Than changed: What |Removed |Added ---------------------------------------------------------------------------- Component|qt |fontconfig AssignedTo|than at redhat.com |besfahbo at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 15:49:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 11:49:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905051549.n45FnJTY007912@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #18 from Behdad Esfahbod 2009-05-05 11:49:18 EDT --- This is ridiculous. You first say everything other than English renders to squares. Then it turns out it's just one language not working. Someone please give me an update of what the real issue is, before I can take any action. The fact that GNOME works, but not KDE makes it hard to qualify it as a fontconfig bug, even if the issue was introduced by a fontconfig change. Finally, please do a "fc-cache -f" as root and test again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 15:45:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 11:45:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] Fonts are not showing, while only square in kde, gnome working fine... In-Reply-To: References: Message-ID: <200905051545.n45FjcbO007160@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #17 from Parag 2009-05-05 11:45:37 EDT --- yes. fontconfig got many orth files splitted and added new orth files in recent fontconfig releases. so does Punjabi also got splitted from pa.orth to pa_IN.orth and pa_PK.orth. Not sure what where goes wrong in pa orthography. But pa.orth from fontconfig-2.6.95 is same as http://cgit.freedesktop.org/~behdad/fontconfig/tree/fc-lang/pa_in.orth. And also from http://cgit.freedesktop.org/~behdad/fontconfig/commit/?id=4d7412a28b834830d0d1749852115846b3554932, it looks nothing got changed in pa.orth. Will check scratch build rpms tomorrow. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 16:04:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 12:04:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905051604.n45G4L5i007687@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[qt] Fonts are not showing, |[qt] [pa_IN] Lohit Punjabi |while only square in kde, |font showing empty square |gnome working fine... |boxes in kde whereas same | |font works fine in gnome --- Comment #19 from Parag 2009-05-05 12:04:20 EDT --- AFAICS, This bug exists for Punjabi language in KDE only. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 16:59:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 12:59:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905051659.n45Gx9MF024803@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 --- Comment #8 from Caius 'kaio' Chance 2009-05-05 12:59:08 EDT --- Package Name: ibus-table-yong Short Description: Yong table data for IBus Table Owners: cchance Branches: devel InitialCC: i18n-team -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 22:49:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 18:49:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905052249.n45MnZOS004939@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 Peter Hutterer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rwfranks at acm.org --- Comment #1 from Peter Hutterer 2009-05-05 18:49:33 EDT --- *** Bug 499051 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 23:00:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 19:00:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905052300.n45N0flY007860@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(aalam at redhat.com) --- Comment #20 from Jens Petersen 2009-05-05 19:00:40 EDT --- Aalam and Parag, can you please test Than's build. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 23:04:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 19:04:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905052304.n45N4con007656@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 23:59:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 19:59:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905052359.n45Nx1Q3016260@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |446451(F11Target) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 23:57:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 19:57:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905052357.n45Nvm7e016174@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #6 from Jens Petersen 2009-05-05 19:57:47 EDT --- (In reply to comment #4) > Conflicts: liberation-fonts < 1.04.93-8 > Obsoletes: liberation-sans-fonts < 1.04.93-8 > Provides: liberation-sans-fonts = %{version}-%{release} > in the liberation-sans-fonts package. These should be removed. Agreed -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 00:02:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 20:02:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905060002.n460201E016997@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(nicolas.mailhot at l | |aposte.net) | --- Comment #7 from Jens Petersen 2009-05-05 20:01:59 EDT --- The upgrade path is liberation-fonts to liberation-fonts-compat which pulls in the new font subpackages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 03:26:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 23:26:05 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060326.n463Q5ma019669@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #21 from Parag 2009-05-05 23:26:04 EDT --- I have tested Than's build and looks Punjabi is working fine. But still question for me remains what change required in orthography file? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 03:29:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 23:29:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905060329.n463TjvP020012@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(phuang at redhat.com | |) | --- Comment #4 from Huang Peng 2009-05-05 23:29:44 EDT --- The upstream bug is http://bugs.freedesktop.org/show_bug.cgi?id=21560 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 03:42:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 23:42:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060342.n463gqTl022436@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(aalam at redhat.com) |needinfo?(than at redhat.com) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 03:51:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 23:51:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060351.n463pQ1B024348@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #22 from A S Alam 2009-05-05 23:51:26 EDT --- (In reply to comment #18) > This is ridiculous. You first say everything other than English renders to > squares. Then it turns out it's just one language not working. > have you read description? Punjabi (pa_IN) is ONLY mentioned language with Problem. > Someone please give me an update of what the real issue is, before I can take > any action. The fact that GNOME works, but not KDE makes it hard to qualify it > as a fontconfig bug, even if the issue was introduced by a fontconfig change. > Than's build working fine! Thanks Than for help. > Finally, please do a "fc-cache -f" as root and test again. This did not work. forgot to mention before, sorry. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:13:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:13:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060413.n464DbKI027816@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #24 from Kevin Kofler 2009-05-06 00:13:37 EDT --- Created an attachment (id=342592) --> (https://bugzilla.redhat.com/attachment.cgi?id=342592) fontconfig-2.6.99-pa-in.patch Here's the fontconfig-2.6.99-pa-in.patch from Than's SRPM. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:12:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:12:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060412.n464CeUL027686@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(than at redhat.com) | --- Comment #23 from Kevin Kofler 2009-05-06 00:12:40 EDT --- You can get the SRPM with Than's fix here: http://koji.fedoraproject.org/koji/getfile?taskID=1336938&name=fontconfig-2.6.99.behdad.20090318-2.fc11.src.rpm See the fontconfig-2.6.99-pa-in.patch in that SRPM. Looking at it, he simply replaced the new pa-in.orth by the original 2004 version of pa.orth. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:16:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:16:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060416.n464GR0n027996@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #25 from Jens Petersen 2009-05-06 00:16:26 EDT --- I see, thanks - however that still doesn't really answer Behdad's question on why his current fontconfig is breaking pa in KDE. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:17:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:17:51 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060417.n464HpEJ028733@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbhalera at redhat.com Flag| |needinfo?(rbhalera at redhat.c | |om) --- Comment #26 from Jens Petersen 2009-05-06 00:17:50 EDT --- Rahul, could you review the orth changes to see why it would be breaking in qt? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:25:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:25:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060425.n464Plwq030227@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(rbhalera at redhat.c | |om) | --- Comment #27 from Kevin Kofler 2009-05-06 00:25:46 EDT --- Actually, I compared the file Than's patch added with the new one: http://cgit.freedesktop.org/~behdad/fontconfig/tree/fc-lang/pa_in.orth They're identical. (I got confused by the copyright notice, but it's still 2004 even in the new file.) So Than's patch doesn't actually revert any changes to the .orth file itself, all it does is rename pa_in.orth to pa_orth. The file name appears to be the magic. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:30:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:30:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060430.n464UaNX031169@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #28 from Kevin Kofler 2009-05-06 00:30:35 EDT --- Also look at the upstream commit introducing the change: http://cgit.freedesktop.org/~behdad/fontconfig/commit/?id=4d7412a28b834830d0d1749852115846b3554932 There were no semantic changes between the old pa.orth and the new pa_in.orth, it's the rename which Qt chokes on. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:41:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:41:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060441.n464fk4O032397@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #29 from Kevin Kofler 2009-05-06 00:41:45 EDT --- See the languageForWritingSystem hack in this file: http://websvn.kde.org/trunk/qt-copy/src/gui/text/qfontdatabase_x11.cpp?revision=934499&view=markup for what I suspect to be the source of the breakage. In short, AFAICT (and if I'm not mistaken), this tries to look up "pa" in fontconfig, and if the lookup fails, it concludes Gurmukhi script is not supported. Should this be patched to use "pa_IN", "pa_in" or "pa-in" instead of "pa" in that lookup table? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:42:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:42:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060442.n464gmh6032620@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(besfahbo at redhat.c | |om) --- Comment #30 from Kevin Kofler 2009-05-06 00:42:48 EDT --- Setting NEEDINFO on Behdad, but maybe one of the i18n folks is also qualified to answer this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 04:49:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 00:49:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060449.n464nQHG001526@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #31 from Parag 2009-05-06 00:49:26 EDT --- (In reply to comment #28) > Also look at the upstream commit introducing the change: > http://cgit.freedesktop.org/~behdad/fontconfig/commit/?id=4d7412a28b834830d0d1749852115846b3554932 > > There were no semantic changes between the old pa.orth and the new pa_in.orth, > it's the rename which Qt chokes on. Kevin, Thanks. Thought its scratch build and I will not able to see SRPM. Actually, I already got that thing that the only way to have Than got working his build is to revert back to pa.orth from pa_IN.orth. As I already given my analysis on comment #17, pa.orth and pa_IN.orth are identical. So question remains now where the problem exists?? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 05:07:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 01:07:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060507.n4657hLq005106@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #33 from Kevin Kofler 2009-05-06 01:07:42 EDT --- > So question remains now where the problem exists?? Please see comment #29: search for languageForWritingSystem in the linked file (which is src/gui/text/qfontdatabase_x11.cpp from Qt 4.5.1, but that code has been in Qt for ages) and I think you'll realize what's going on... At least I'm fairly sure the problem is there (it looks for "pa", so if fontconfig only knows "pa_IN", it won't find it and conclude the Gurmukhi script is not available). The RPM Provides are irrelevant, it's what fontconfig finds on lookups which is important. (And rebuilding the font package might actually change the Provides.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 05:04:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 01:04:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060504.n4654iek004357@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #32 from Parag 2009-05-06 01:04:44 EDT --- (In reply to comment #29) > See the languageForWritingSystem hack in this file: > http://websvn.kde.org/trunk/qt-copy/src/gui/text/qfontdatabase_x11.cpp?revision=934499&view=markup > for what I suspect to be the source of the breakage. > > In short, AFAICT (and if I'm not mistaken), this tries to look up "pa" in > fontconfig, and if the lookup fails, it concludes Gurmukhi script is not > supported. I think it should succeed as [parag at rawhide ~]$rpm -q --provides lohit-punjabi-fonts font(:lang=pa) font(lohitpunjabi) lohit-fonts-punjabi = 2.3.8-1.fc11 lohit-punjabi-fonts = 2.3.8-1.fc11 > > Should this be patched to use "pa_IN", "pa_in" or "pa-in" instead of "pa" in > that lookup table? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 05:15:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 01:15:05 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905060515.n465F5w9006485@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #34 from Parag 2009-05-06 01:15:04 EDT --- (In reply to comment #33) > > So question remains now where the problem exists?? > > Please see comment #29: search for languageForWritingSystem in the linked file > (which is src/gui/text/qfontdatabase_x11.cpp from Qt 4.5.1, but that code has > been in Qt for ages) and I think you'll realize what's going on... At least I'm > fairly sure the problem is there (it looks for "pa", so if fontconfig only > knows "pa_IN", it won't find it and conclude the Gurmukhi script is not > available). Yes. I see that code. And you are right that code has been in Qt for ages. I even tested few new Indic languages based on Devanagari script successfully in QT where that code file has no mention for those new Indic languages like maithili language. Ok. your point looks also right that it looks for "pa" and fontconfig currently knows only pa_IN. > > The RPM Provides are irrelevant, it's what fontconfig finds on lookups which is > important. (And rebuilding the font package might actually change the > Provides.) Ok. Lets wait for Than and Behdad then. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:12:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:12:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 490793] CapsLock and Shift essentially same and both sticky In-Reply-To: References: Message-ID: <200905060612.n466CNjF015401@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490793 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:12:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:12:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 490799] iok should show map list for locales whose maps are not available In-Reply-To: References: Message-ID: <200905060612.n466CYk6015437@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490799 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:11:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:11:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905060611.n466BTdt015228@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|libX11 does not support |[ne_NP] libX11 does not |locale ne_NP.UTF-8 |support locale ne_NP.UTF-8 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:12:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:12:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 484327] [si_LK] Key Summary needed for si-wijesekara-preedit keymap In-Reply-To: References: Message-ID: <200905060612.n466CAGd015345@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484327 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(danishka at gmail.co | |m) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:14:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:14:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 485152] Kashmiri (Arabic-persian) language keyboard layout on fedora 10 In-Reply-To: References: Message-ID: <200905060614.n466EaHw014710@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485152 --- Comment #23 from Parag 2009-05-06 02:14:35 EDT --- Did you get any reply from upstream for adding this new keymap? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:21:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:21:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 485152] Kashmiri (Arabic-persian) language keyboard layout on fedora 10 In-Reply-To: References: Message-ID: <200905060621.n466LOHF017055@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485152 --- Comment #24 from mohammad.nayeem at gmail.com 2009-05-06 02:21:24 EDT --- Yes. I submitted the keymap file and helped Pravin Satpute to put up the locale file as well. It has been added to the cvs repository http://cvs.m17n.org/viewcvs/m17n/m17n-contrib/im/#dirlist as ks-kbd.mim Thanks for checking -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 06:22:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 02:22:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 198325] [indic] ibus-m17n should show keymap layout image or text In-Reply-To: References: Message-ID: <200905060622.n466Mms9017178@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=198325 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Component|m17n-db |ibus-m17n CC| |phuang at redhat.com, | |pnemade at redhat.com Resolution| |RAWHIDE QAContact| |extras-qa at fedoraproject.org Summary|[indic] scim-m17n should |[indic] ibus-m17n should |show keymap layout image or |show keymap layout image or |text |text --- Comment #26 from Parag 2009-05-06 02:22:45 EDT --- As we got now ibus as default Input Method, moving this to ibus-m17n and changing summary. Also, we have got fix for this bug in ibus-m17n-1.1.0.20090211-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 07:50:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 03:50:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905060750.n467oZPr031861@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 Hin-Tak Leung changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #338816|0 |1 is obsolete| | Attachment #338817|0 |1 is obsolete| | --- Comment #10 from Hin-Tak Leung 2009-05-06 03:50:34 EDT --- Created an attachment (id=342605) --> (https://bugzilla.redhat.com/attachment.cgi?id=342605) new log, showing finding font files successful After http://koji.fedoraproject.org/koji/buildinfo?buildID=100858 , it now works correctly on f10. There seems to be a new harmless message compared to previous: Can't find (or can't open) font file /usr/share/ghostscript/8.64/Resource/Font/NimbusSanL-Regu. Can't find (or can't open) font file NimbusSanL-Regu. Querying operating system for font files... Loading NimbusSanL-Regu font from /usr/share/fonts/default/Type1/n019003l.pfb... 3652904 2149080 21225716 19825545 3 done. So please close. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 10:31:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 06:31:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 481098] Tracker for ibus bugs In-Reply-To: References: Message-ID: <200905061031.n46AVGK2001460@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=481098 Ignacio Vazquez-Abrams changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |499354 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. From bugzilla at redhat.com Wed May 6 10:31:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 06:31:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 499354] New: ibus does not detect when engines have been removed Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ibus does not detect when engines have been removed https://bugzilla.redhat.com/show_bug.cgi?id=499354 Summary: ibus does not detect when engines have been removed Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: ivazqueznet at gmail.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Blocks: 481098 Estimated Hours: 0.0 Classification: Fedora ibus-0.1.1.20090203-1.fc10.x86_64 The various m17n engines were showing up in the ibus engine tab. Since I had no need to use them, I closed the dialog box and removed m17n\* via yum. I then opened up the ibus preferences box and they were still showing on the engines tab. I would have expected the entries to be removed once the engines had been removed. Fortunately switching to SCIM and back to ibus cleared this up. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 10:46:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 06:46:57 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905061046.n46AkvYU002569@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #12 from Hin-Tak Leung 2009-05-06 06:46:56 EDT --- I have already tried fc-cache -f and also manually blowing away fontconfig's cache everywhere... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 10:46:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 06:46:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905061046.n46Ak1cg002434@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #11 from Hin-Tak Leung 2009-05-06 06:46:00 EDT --- Created an attachment (id=342629) --> (https://bugzilla.redhat.com/attachment.cgi?id=342629) font encoding(?) problem The new font files seem to have some font encoding problem with X? Anyway, here is firefox screenshot, plus url. configuring firefox to use Sazanami Gothic (a japanese font) for tradtional chinese explicitly shows how the page should look for most parts - obviously using a japanese font (with missing code points) is not ideal. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 16:33:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 12:33:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905061633.n46GXVVF017412@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mclasen at redhat.com --- Comment #2 from Matthias Clasen 2009-05-06 12:33:30 EDT --- Can you try updating to gdm-2.26.1-7.fc11, gnome-settings-daemon-2.26.1-4.fc11 and control-center-2.26.0-6.fc11, and see if the problem goes away ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 21:00:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 17:00:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905062100.n46L0QYe017915@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #9 from Kevin Fenzi 2009-05-06 17:00:25 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 22:14:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 18:14:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905062214.n46MEIrU032231@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 --- Comment #3 from Dick Franks 2009-05-06 18:14:18 EDT --- (In reply to comment #2) > Can you try updating to gdm-2.26.1-7.fc11, > gnome-settings-daemon-2.26.1-4.fc11 and > control-center-2.26.0-6.fc11, and see if the problem goes away ? Thanks Matthias Works for me. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 23:39:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:39:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905062339.n46Nd1UX017988@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Behdad Esfahbod changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(besfahbo at redhat.c | |om) | --- Comment #35 from Behdad Esfahbod 2009-05-06 19:39:00 EDT --- Yep, that's it. Very ugly. I suggest patching Qt and filing a bug upstream. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 23:42:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:42:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905062342.n46Ng7LE018660@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #36 from Kevin Kofler 2009-05-06 19:42:06 EDT --- What's the correct way to look up the language? pa_IN (the locale's official name)? pa_in (the name of the .orth file)? Or pa-in (like zh-cn and zh-tw which appear to work)? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:07:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:07:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070007.n47072W5019950@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #37 from Behdad Esfahbod 2009-05-06 20:07:02 EDT --- "pa-in" is fine. I'll think about this later and see if renaming it back in fontconfig makes sense. Here's the bug that introduced the change: http://bugs.freedesktop.org/show_bug.cgi?id=19890 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:05:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:05:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905070005.n4705V2Z022353@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #4 from Matthias Clasen 2009-05-06 20:05:31 EDT --- Thanks for testing -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:10:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:10:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 499026] Keyboard layout is ignored after log-in In-Reply-To: References: Message-ID: <200905070010.n470AeQn020860@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499026 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |naheemzaffar at gmail.com --- Comment #5 from Matthias Clasen 2009-05-06 20:10:39 EDT --- *** Bug 499501 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:29:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:29:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070029.n470TEpH023743@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #38 from Jens Petersen 2009-05-06 20:29:13 EDT --- So pa_IN.orth should be renamed to pa-in.orth? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:35:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:35:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070035.n470ZZaj024903@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #39 from Behdad Esfahbod 2009-05-06 20:35:34 EDT --- No. Either Qt patched to use "pa-in" instead of "pa", or pa-in.orth renamed back to pa.orth. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 00:43:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 20:43:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070043.n470hSbc028510@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #40 from Kevin Kofler 2009-05-06 20:43:28 EDT --- Maybe renaming it back in fontconfig is the best solution? This is a compatibility issue, and while I can easily patch our Qt, it won't help for third-party stuff statically linked against upstream Qt. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 01:59:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 21:59:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070159.n471xbGo009752@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #41 from Kevin Kofler 2009-05-06 21:59:37 EDT --- FYI, Qt 3 appears not affected, no hardcoded languages there: http://websvn.kde.org/branches/qt/3.3/qt-copy/src/kernel/qfontdatabase_x11.cpp?revision=763238&view=markup But that's not surprising, as Qt 3 doesn't properly support Indic and other hard-to-render languages at all. So this is only about Qt 4. (But most of the Qt stuff nowadays is Qt 4, of course.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 03:08:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 23:08:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 481098] Tracker for ibus bugs In-Reply-To: References: Message-ID: <200905070308.n4738ZV7022386@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=481098 Bug 481098 depends on bug 499354, which changed state. Bug 499354 Summary: ibus does not detect when engines have been removed https://bugzilla.redhat.com/show_bug.cgi?id=499354 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. From bugzilla at redhat.com Thu May 7 03:08:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 23:08:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 499354] ibus does not detect when engines have been removed In-Reply-To: References: Message-ID: <200905070308.n4738ZXG022366@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499354 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #1 from Huang Peng 2009-05-06 23:08:34 EDT --- You need restart ibus or relogin your desktop. And then the new ibus processes will rescan all engines. Actually, it is not a bug. It is a limit. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 03:27:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 23:27:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070327.n473RESK024589@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #42 from Parag 2009-05-06 23:27:14 EDT --- (In reply to comment #39) > No. Either Qt patched to use "pa-in" instead of "pa", or pa-in.orth renamed > back to pa.orth. I see its pa_in.ort in fontconfig. Correct me if I am wrong. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 03:32:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 23:32:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905070332.n473WEPo026093@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #10 from Caius 'kaio' Chance 2009-05-06 23:32:13 EDT --- built: http://koji.fedoraproject.org/koji/buildinfo?buildID=101156 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 03:34:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 23:34:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070334.n473YlEr025701@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #43 from Parag 2009-05-06 23:34:46 EDT --- (In reply to comment #42) > (In reply to comment #39) > > No. Either Qt patched to use "pa-in" instead of "pa", or pa-in.orth renamed > > back to pa.orth. > > I see its pa_in.ort in fontconfig. Correct me if I am wrong. sorry should be read as pa_in.orth. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 04:04:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 00:04:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070404.n4744EKa031397@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #44 from Kevin Kofler 2009-05-07 00:04:13 EDT --- Patched qt here (4.5.0-15.fc11): http://koji.fedoraproject.org/koji/buildinfo?buildID=101155 Should we get this tagged into dist-f11 (if it's not too late yet)? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 04:11:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 00:11:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070411.n474BcnR031962@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #45 from Parag 2009-05-07 00:11:37 EDT --- Ahh! I already have updated qt-4.5.1 from build http://koji.fedoraproject.org/koji/buildinfo?buildID=99514 Do I need to forcefully remove qt rpms to have your build installed in f11? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 04:14:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 00:14:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070414.n474EOiA032254@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #46 from Kevin Kofler 2009-05-07 00:14:23 EDT --- You can use rpm -Uvh --oldpackage to downgrade. I could also build a new 4.5.1-based build, but 4.5.0-15.fc11 is the most likely candidate to make it into dist-f11. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 04:23:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 00:23:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070423.n474Ncu2002011@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #47 from Kevin Kofler 2009-05-07 00:23:37 EDT --- I submitted a qt-4.5.1-3.fc11.1 build too: http://koji.fedoraproject.org/koji/taskinfo?taskID=1340046 (still running). Most likely we'll also want to sync the changes from Rawhide, but at this point I wanted to get a build with what's currently in F-11 CVS first. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 04:54:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 00:54:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070454.n474sjKf007082@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #48 from A S Alam 2009-05-07 00:54:45 EDT --- Bug fixed with 4.5.0-15.fc11 package. Thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 05:19:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 01:19:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] New: [Indic] ibus should allow input in KDE using all supported Indic locales Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [Indic] ibus should allow input in KDE using all supported Indic locales https://bugzilla.redhat.com/show_bug.cgi?id=499533 Summary: [Indic] ibus should allow input in KDE using all supported Indic locales Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: Found that unable to input in sd_IN or mai_IN in kate. When I tried to input in recently added new Indic locales in KDE, I cannot see ibus getting initiated. Version-Release number of selected component (if applicable): ibus-1.1.0.20090423-1.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. Either start KDE in Maithili or use LANG=mai_IN.UTF-8 kate 2. try to start/input in maithili 3. Actual results: unable to see ibus panel Expected results: should start ibus and show ibus panel Additional info: Following is list of Indic locales. ar, as, bn, bo, en, gu, hi, hne, kn, ks, mai, ml, mr, or, pa, sa, sd, ta, te, Please add support for all above locales in ibus -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 05:22:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 01:22:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070522.n475MY2a010338@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #49 from Kevin Kofler 2009-05-07 01:22:34 EDT --- Tag request for qt-4.5.0-15.fc11 here: https://fedorahosted.org/rel-eng/ticket/1754 So, should we treat this as fixed or is a fontconfig change (back to pa.orth) still being considered? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 05:30:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 01:30:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070530.n475U0NT012776@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #50 from A S Alam 2009-05-07 01:29:59 EDT --- fontconfig (which is build by than) need to rollback. I used rawhide fontconfig (fontconfig-2.6.99.behdada.20090318-1.fc11) then only this build package (qt-4.5.0-15.fc11) was working. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 05:47:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 01:47:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070547.n475lRek015962@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #52 from Kevin Kofler 2009-05-07 01:47:27 EDT --- Re comment #50: I'm not sure I understand you. Do you mean that the patched Qt will NOT work with a fontconfig which uses pa.orth? (I need to know this because it means I have to conditionally apply the patch only on F11 and above.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 05:44:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 01:44:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070544.n475il5H015362@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Component|fontconfig |qt AssignedTo|besfahbo at redhat.com |than at redhat.com --- Comment #51 from Parag 2009-05-07 01:44:46 EDT --- (In reply to comment #46) > You can use rpm -Uvh --oldpackage to downgrade. > > I could also build a new 4.5.1-based build, but 4.5.0-15.fc11 is the most > likely candidate to make it into dist-f11. Thanks. That worked. Tested successfully fix for this bug using qt-4.5.0-15.fc11 and fontconfig-2.6.99.behdada.20090318-1.fc11 (In reply to comment #49) > Tag request for qt-4.5.0-15.fc11 here: > https://fedorahosted.org/rel-eng/ticket/1754 > > So, should we treat this as fixed or is a fontconfig change (back to pa.orth) > still being considered? Fixed in qt. no change needed to fontconfig for now. Thanks for tag request. Added comment there for tagging F11-final. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 06:02:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 02:02:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070602.n4762K7v018407@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #53 from Parag 2009-05-07 02:02:19 EDT --- 1)The fontconfig build I tested is fontconfig-2.6.99.behdad.20090318-1.fc11.x86_64 2) I checkout its source and looked into fontconfig-2.6.99.behdad.20090318/fc-lang/ 3) I found following files starting pa_* pa_in.orth pa_pk.orth 4) so with this new qt-4.5.0-15.fc11 build we are using pa_in.orth to see Punjabi font. And yes the patched Qt will NOT work with a fontconfig which uses pa.orth. Actually when you gave this new qt build, I was already using Than's fontconfig build. Then I found after updating qt to 4.5.0-15.fc11, I still see empty square boxes not only while giving input in Punjabi but also its translated strings in kate. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 06:08:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 02:08:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070608.n4768Wmk019648@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #54 from Kevin Kofler 2009-05-07 02:08:32 EDT --- Ugh, this means there's no way that patch can be upstreamed. Qt needs to support older fontconfig as well. Maybe a safer solution would be to use the "sample character" trick Qt is using for some other languages? At this stage I'm not sure tagging that patched Qt build into dist-f11 is a good idea at all, I wonder if I shouldn't withdraw my tag request. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 06:07:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 02:07:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905070607.n4767TKx017524@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 --- Comment #5 from Parag 2009-05-07 02:07:29 EDT --- Here is test scratch build to check if one can input in ne_NP http://koji.fedoraproject.org/koji/taskinfo?taskID=1340100 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 06:11:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 02:11:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070611.n476Bq9W018363@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #55 from Kevin Kofler 2009-05-07 02:11:52 EDT --- (I think fontconfig should change to pa.orth instead, and ASAP, to prevent stuff from starting to expect the new name and breaking when it's changed back.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 08:26:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 04:26:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070826.n478QWiE013251@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #56 from Kevin Kofler 2009-05-07 04:26:31 EDT --- What further confuses these matters is that most speakers of Punjabi are in Pakistan, but making pa_pk.orth the default pa.orth is also going to break Qt, as Qt expects a lookup of "pa" in fontconfig to find the Gurmukhi script, whereas pa_PK is written in the Arabic script. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 08:46:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 04:46:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070846.n478kGv7019221@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #57 from Parag 2009-05-07 04:46:15 EDT --- Thats what I already got and dunno what to say. But afaik pa is actually pa_IN and not pa_PK. I need someone to confirm me. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 09:48:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 05:48:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905070948.n479mheS029418@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #58 from Ngo Than 2009-05-07 05:48:42 EDT --- the patch breaks the compatibility with old fontconfig. I don't think it's good idea to have it in qt. IMO it's a regression in fontconfig and should be fixed in fontconfig. Kevin could you please withdraw your tag request? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 10:00:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 06:00:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905071000.n47A02Sq031708@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Component|qt |fontconfig AssignedTo|than at redhat.com |besfahbo at redhat.com --- Comment #59 from Kevin Kofler 2009-05-07 06:00:02 EDT --- Tag request withdrawn. Bouncing back to fontconfig. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 12:31:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 08:31:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905071231.n47CVQ2V004244@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #60 from A S Alam 2009-05-07 08:31:26 EDT --- Unicode Bug: http://www.unicode.org/cldr/bugs/locale-bugs?findid=1300 said "Change the default content in the metadata so that pa_IN is the default content for pa." so 'pa' can be just link or copy of 'pa-IN' safely. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 14:04:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 10:04:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 499634] New: ghostscript files point to nonexisting files Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ghostscript files point to nonexisting files https://bugzilla.redhat.com/show_bug.cgi?id=499634 Summary: ghostscript files point to nonexisting files Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: japanese-bitmap-fonts AssignedTo: tagoh at redhat.com ReportedBy: mtasaka at ioa.s.u-tokyo.ac.jp QAContact: extras-qa at fedoraproject.org CC: tagoh at redhat.com, fedora-fonts-bugs-list at redhat.com, fedora-i18n-bugs at redhat.com Blocks: 446451 Estimated Hours: 0.0 Classification: Fedora Description of problem: After mass renaming/repackaging of font packages on F-11 development cycle, now /usr/share/ghostscript/conf.d/*.ja files point to non-existing files. Example: In CIDFnmap.ja: --------------------------------------------------------- 48 /Sazanami-Mincho (/usr/share/fonts/sazanami-fonts-mincho/sazanami-mincho.ttf) ; 49 /Sazanami-Gothic (/usr/share/fonts/sazanami-fonts-gothic/sazanami-gothic.ttf) ; 50 /VL-Gothic (/usr/share/fonts/VLGothic/VL-Gothic-Regular.ttf) ; --------------------------------------------------------- Version-Release number of selected component (if applicable): japanese-bitmap-fonts-0.20080710-5.fc11.noarch How reproducible: 100% -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 15:17:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 11:17:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] New: Includes/Provides directory it MUST NOT Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Includes/Provides directory it MUST NOT https://bugzilla.redhat.com/show_bug.cgi?id=499663 Summary: Includes/Provides directory it MUST NOT Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: anthy AssignedTo: tagoh at redhat.com ReportedBy: bugs.michael at gmx.net QAContact: extras-qa at fedoraproject.org CC: tagoh at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora $ rpmls -p anthy-devel-9100h-2.fc11.i586.rpm|grep pkg|grep ^d drwxr-xr-x /usr/lib/pkgconfig Your package must not include this directory, because this directory belongs into the pkgconfig package(s). This hides broken dependencies in other packages, which expect to pull in pkgconfig by depending on %{_libdir}/pkgconfig. Note: I haven't checked whether the ownership of directories other than %_libdir/pkgconfig is correct. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 23:34:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 19:34:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905072334.n47NYYnH011046@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #49 from Qianqian Fang 2009-05-07 19:34:32 EDT --- sorry, have been working on a bunch of things. I will look into these config files and confirm on all the tests. >From what you wrote, the results looks normal to me. If wqy-zenhei-fonts is not installed, wqy-bitmap-song is perhaps the best candidate for Sans anyway. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 23:48:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 19:48:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905072348.n47Nm9t7013144@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #50 from Qianqian Fang 2009-05-07 19:48:08 EDT --- (In reply to comment #46) > > Sounds like different things are being talked about: > vlgothic-fonts and vlgothic-p-fonts already provide > > /etc/fonts/conf.d/66-vlgothic-gothic.conf > /usr/share/fontconfig/conf.avail/66-vlgothic-pgothic.conf > > which prepend it as the default for Japanese AFAICT. > > Qianqian, what more is it that you wish vlgothic's conf to do? I think I misread your comment#21 in Big#476459, and did not check if vlgothic have conf files or not. I think the key problem is when wqy-zenhei is installed, the vlgothic rules are overwritten. I believe a fair test for this and Bug#476459 would be to have all Uming, wqy-zenhei and wqy-bitmapfont installed, where uming is expected to be the default serif, zenhei is the default sans, and bitmapsong (Han glyphs) should overwrite both at smaller sizes. Most of the tests above do not have zenhei installed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 7 23:51:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 19:51:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905072351.n47NpeU8013843@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #51 from Qianqian Fang 2009-05-07 19:51:40 EDT --- Indeed, I don't mind taking wqy-bitmap-fonts out from the default Chinese font list, and replaced by wqy-zenhei-fonts instead, since zenhei already embedded all the bitmaps and is smaller in size (disabled by default). Then the key question is how to fix the overwritten problem between wqy-zenhei and vlgothic config files. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 00:52:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 20:52:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 498541] ibus-libs should not contain devel file libibus.so In-Reply-To: References: Message-ID: <200905080052.n480quNv022980@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498541 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV --- Comment #1 from Huang Peng 2009-05-07 20:52:55 EDT --- Fixed in ibus-1.1.0.20090423-3 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 00:53:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 20:53:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 498541] ibus-libs should not contain devel file libibus.so In-Reply-To: References: Message-ID: <200905080053.n480r6ov028230@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498541 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 00:55:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 20:55:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 498541] ibus-libs should not contain devel file libibus.so In-Reply-To: References: Message-ID: <200905080055.n480tT4f023492@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498541 --- Comment #2 from Fedora Update System 2009-05-07 20:55:28 EDT --- ibus-1.1.0.20090423-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090423-3.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 02:55:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 22:55:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905080255.n482tbmg016453@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #52 from Akira TAGOH 2009-05-07 22:55:36 EDT --- (In reply to comment #49) > sorry, have been working on a bunch of things. I will look into these config > files and confirm on all the tests. > > From what you wrote, the results looks normal to me. If wqy-zenhei-fonts is not > installed, wqy-bitmap-song is perhaps the best candidate for Sans anyway. You better read the above comments carefully. wqy-zenhei-fonts is irrelevant for this issue and either of fonts shouldn't affects anything else. that's why adding no own fonts to the fontconfig rule is a bad idea. actually my simpler rule works fine with the above testcases. To be sane, here is a result of pango-view with Serif, without wqy-zenhei-fonts. 1. LANG=ja_JP.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [GOOD] rendering is ok with Japanese font 2. LANG=ja_JP.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] rendering is ok with Japanese font 3. LANG=zh_CN.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [GOOD] rendering is ok with Chinese outline font 4. LANG=zh_CN.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [BAD] outline font is still used. 5. LANG=zh_CN.UTF-8 pango-view --markup --text '??? test' --font "Sans 100" --> [GOOD] rendering is ok with Japanese font 6. LANG=zh_CN.UTF-8 pango-view --markup --text '??? test' --font "Sans 12" --> [GOOD] rendering is ok with Japanese font 7. LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 100" --> [GOOD] rendering is ok with Chinese outline font 8. (bonus)PANGO_LANGUAGE=zh LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [BAD] outline font is still used 9. (bonus)PANGO_LANGUAGE=ja LANG=en_US.UTF-8 pango-view --text "??? test" --font "Sans 12" --> [GOOD] rendering is ok with Japanese font This result would means the fallback rule by the size doesn't work which I've pointed out at comment #48. (In reply to comment #51) > Indeed, I don't mind taking wqy-bitmap-fonts out from the default Chinese font > list, and replaced by wqy-zenhei-fonts instead, since zenhei already embedded > all the bitmaps and is smaller in size (disabled by default). > > Then the key question is how to fix the overwritten problem between wqy-zenhei > and vlgothic config files. Again, it's a separate issue. please stop mixing up multiple bugs here. and I'm still waiting for your explanation what exactly you faced with my simpler fontconfig rule. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 03:04:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 23:04:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905080304.n48341pL012856@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tagoh at redhat.com |fangqq at gmail.com --- Comment #26 from Akira TAGOH 2009-05-07 23:04:00 EDT --- >From Bug #492510: (In reply to comment #51) > Indeed, I don't mind taking wqy-bitmap-fonts out from the default Chinese font > list, and replaced by wqy-zenhei-fonts instead, since zenhei already embedded > all the bitmaps and is smaller in size (disabled by default). > > Then the key question is how to fix the overwritten problem between wqy-zenhei > and vlgothic config files. As the suspicious was pointed out the above, I've confirmed getting rid of WenQuanYi ZenHei from 65-nonlatin.conf fixes this issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 03:21:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 May 2009 23:21:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905080321.n483LSga015981@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #53 from Jens Petersen 2009-05-07 23:21:27 EDT --- (In reply to comment #51) > Indeed, I don't mind taking wqy-bitmap-fonts out from the default Chinese font > list Yes we really need a proper fix for this for f11, ASAP. The serious issue in this bug is about wqy-bitmap overriding fonts for Kanji (and Hanja). > replaced by wqy-zenhei-fonts instead, since zenhei already embedded > all the bitmaps and is smaller in size (disabled by default). Too late now for f11 and a separate issue - but happy to consider that for f12 once bug 476459 is addressed. > Then the key question is how to fix the overwritten problem between wqy-zenhei > and vlgothic config files. Akira already solved it in a simple way - please check it carefully and provide some real feedback on his .conf. Otherwise we will have to make the changes or drop bitmap as a default in the chinese-support yum group. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 04:05:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 00:05:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905080405.n48453oE023319@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #13 from Hin-Tak Leung 2009-05-08 00:05:02 EDT --- downgrading to -11 reverts to correct behavior... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 04:22:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 00:22:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905080422.n484MoiF026131@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #14 from Hin-Tak Leung 2009-05-08 00:22:50 EDT --- I have tried forward/backward a few times (close firefox, install package , fc-cache -r as root and user, start firefox), and it seems that something in -13 is different and broken compared to -11 ; url as in the screenshot . -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 04:53:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 00:53:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905080453.n484r6hY030774@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Qianqian Fang changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(tagoh at redhat.com) --- Comment #54 from Qianqian Fang 2009-05-08 00:53:03 EDT --- (In reply to comment #52) > Again, it's a separate issue. please stop mixing up multiple bugs here. and I'm > still waiting for your explanation what exactly you faced with my simpler > fontconfig rule. ok, let me first reply your above question. Test environment: rawhide with today's update, installed Uming, wqy-bitmap-fonts, and the Japanese fonts, and NOT installed wqy-zenhei-fonts (I will discuss about this later). I used your proposed config file, referred to "NEW" and the 61-wqy-bitmapfont.conf in the current wqy-bitmap-fonts package, referred to "OLD". * Test set 1, pango-view tests I ran all 9 tests listed in Comment#52, for NEW, tests 1-2,4-6,8-9 got expected results. test 3: the "sans 100" was rendered by outline font UMing; test 7, the "sans 100" was rendered by bitmap song. For OLD, same results for 1-2,4-6,8-9; both tests 3 and 7, it uses bitmap song for Chinese rendering (notice these two tests are for zh and en locales, not for ja). Conclusion: the only difference between these two tests is test 3, which I can not say which one is better. Clearly, no Japanese fonts were overwritten by the current version of wqy-bitmap-fonts, under any test locales. * Test set 2, browser/terminal and desktop font rendering My standard test page is http://wenq.org/?WQYTest . I set one of the NEW and OLD file as the active setting and made screen captures under ja/zh/en desktops. The results were uploaded to this album: http://picasaweb.google.com/fangqq/ConfigScreenshot you can click into each screenshot and click magnify. Basic conclusions: 1. the rendering for ja desktops are identical (ignore those simplified Chinese characters that are not defined in JIS); all Han glyphs were rendered with the preferred Japanese Gothic or Mincho fonts in both browser, desktop menu and terminal. 2. the rendering for en desktop are different. NEW config renderings is bad for 2.1 it uses a mixture of Mincho with bitmap song to render the H1/H2 titles, 2.2 it renders Han glyphs in terminals with a mixture of UKai and Gothic, 2.3 and for Sans, Hanzi at all sizes were rendered by Japanese Gothic 2.4 for serif and mono, 13pt and 14 pt still uses bitmap to render 3. for zh desktop, the rendering are identical. However, both are different from what was configured for F8~F10, which you can see in the last screenshot. in the past, all bitmaps in the web/terminal are from wqy-bitmap-fonts, but now, the web/terminal bitmaps are from Uming, which is inferior in quality. However, this is a separate issue. Perhaps some config files of Uming changed the priority. To summarize: the two config files performs pretty much the same for zh and ja, but the OLD config file more consistent selection of fonts for en (and all non-CJK locales) desktops. So, I don't see the benefit of switching to the new file. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 05:10:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 01:10:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905080510.n485AfTE000994@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Qianqian Fang changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(tagoh at redhat.com) | --- Comment #55 from Qianqian Fang 2009-05-08 01:10:40 EDT --- I hope the above comparison is clear. Now let's talk about the next question, which involves ZenHei. The comparisons we have done so far are unfair. Because Japanese fonts have both vector sans (Gothic) and serif (Mincho) installed, but for Chinese, only vector serif (UMing) were installed. As I said, ZenHei is the proper vector Chinese sans font. Without ZenHei, Chinese sans font has to fallback. Given the missing of Chinese sans vector font, Bitmap Song is indeed the most proper choice for Chinese sans (Uming will cross the lines from sans to serif). Therefore, in your tests 3 and 7, it picked Bitmap Song to render Sans, I think it is the right choice. The only better solution is to install ZenHei by default. In that case, for larger size sans glyphs, it will use ZenHei as the first choice, and bitmap Song as the second choice. If ZenHei needs to be installed, the config files of zenhei and VL Gothic should be "coordinated" (either you change your 66-vlgothic* or I changed my 41-wqy-zenhei.conf), in order to make both working, but we should not say which one is "correct" or "wrong". This is basically the concern of Bug#476459. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 05:32:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 01:32:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905080532.n485WVYU009208@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #27 from Qianqian Fang 2009-05-08 01:32:31 EDT --- (In reply to comment #26) > As the suspicious was pointed out the above, I've confirmed getting rid of > WenQuanYi ZenHei from 65-nonlatin.conf fixes this issue. This id definitely not a right fix. Rename your 66-vlgothic config files to 44 or other numbers will also fix it. But as I said, the only solution is to coordinate between our config files, not to eliminate the other. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:18:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:18:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905080618.n486IlBo011581@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 --- Comment #1 from Huang Peng 2009-05-08 02:18:46 EDT --- Fixed in upstream. I will build it later. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:19:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:19:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905080619.n486Jd6m011672@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:30:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:30:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 497707] ibus French translation update In-Reply-To: References: Message-ID: <200905080630.n486UK42018982@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497707 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:29:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:29:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 498352] hotkey config table should list keys in same order as on main setup page In-Reply-To: References: Message-ID: <200905080629.n486Tavb018538@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498352 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV --- Comment #1 from Huang Peng 2009-05-08 02:29:35 EDT --- Fixed in upstream. I will build it later. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:36:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:36:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 497946] ibus-daemon should not fail silently In-Reply-To: References: Message-ID: <200905080636.n486a06B014753@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497946 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagoh at redhat.com --- Comment #1 from Huang Peng 2009-05-08 02:35:59 EDT --- What's kind of message should be show to uers? need detail of fail reason? I have another suggestion, let im-settings to show the error messages to user. It will benefit scim and other im too. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 06:39:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 02:39:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 498043] ibus Alt-grave trigger conflicts with openoffice.org In-Reply-To: References: Message-ID: <200905080639.n486dmv3015242@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498043 --- Comment #3 from Huang Peng 2009-05-08 02:39:47 EDT --- Alt + grave works fine on my box. I can not reproduce it too. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:13:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:13:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905080713.n487DZAR021030@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 --- Comment #2 from Fedora Update System 2009-05-08 03:13:35 EDT --- ibus-1.1.0.20090508-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:13:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:13:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 497707] ibus French translation update In-Reply-To: References: Message-ID: <200905080713.n487DiA1026236@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497707 --- Comment #3 from Fedora Update System 2009-05-08 03:13:44 EDT --- ibus-1.1.0.20090508-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:16:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:16:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 498352] hotkey config table should list keys in same order as on main setup page In-Reply-To: References: Message-ID: <200905080716.n487GJad026836@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498352 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:13:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:13:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 498352] hotkey config table should list keys in same order as on main setup page In-Reply-To: References: Message-ID: <200905080713.n487Deob026209@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498352 --- Comment #2 from Fedora Update System 2009-05-08 03:13:39 EDT --- ibus-1.1.0.20090508-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:13:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:13:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905080713.n487D6d0026122@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #28 from Akira TAGOH 2009-05-08 03:13:05 EDT --- (In reply to comment #27) > (In reply to comment #26) > > As the suspicious was pointed out the above, I've confirmed getting rid of > > WenQuanYi ZenHei from 65-nonlatin.conf fixes this issue. > > This id definitely not a right fix. Rename your 66-vlgothic config files to 44 > or other numbers will also fix it. But as I said, the only solution is to > coordinate between our config files, not to eliminate the other. No. remember that vlgothic fonts' fontconfig rule is only applied when lang == ja now. if I get rid of it, this numeral prefix race will breaks Chinese rendering. it doesn't solve ANYTHING. furthermore as you suggested the above, the language-selector idea also applies the rules at the same priority for CJK. I thought we have agreed that the difference is it's done by inside fontconfig or outside. if you're right, that would also means that idea won't solve anything then. I don't think so. and actually it works properly if it's gone from 65-nonlatin.conf. What's the issue you mind when it's gone from 65-nonlatin.conf? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:17:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:17:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 497707] ibus French translation update In-Reply-To: References: Message-ID: <200905080717.n487H3V0021733@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497707 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 07:15:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 03:15:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905080715.n487Flkq021506@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 08:37:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 04:37:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 497946] ibus-daemon should not fail silently In-Reply-To: References: Message-ID: <200905080837.n488b8oO008005@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497946 --- Comment #2 from Akira TAGOH 2009-05-08 04:37:08 EDT --- Well, imsettings is capable to catch up the fail but in this case it won't grabs so that it happens later. imsettings needs to watch the child status during it's alive then. aside from that, there are no clients to display the error so far since applet isn't running by default. I'm not quite sure if contacting to notification-daemon directly from the dbus service is the right design. Anyway, in either cases, what it can says is, "Input Method died unexpectedly. I don't know why. the error code was blahblahblah. over." we may need any way to know the detailed human-readable reason for usability. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 11:19:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 07:19:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 242016] [ml_IN] Malayalam fonts rendered incorrectly In-Reply-To: References: Message-ID: <200905081119.n48BJwpe029483@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=242016 Rajeesh changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |rajeeshknambiar at gmail.com Resolution| |NEXTRELEASE --- Comment #73 from Rajeesh 2009-05-08 07:19:52 EDT --- I guess we should have closed this bug long time back. :-) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 17:50:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 13:50:51 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] New: tomoe-gtk not built with $RPM_OPT_FLAGS Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: tomoe-gtk not built with $RPM_OPT_FLAGS https://bugzilla.redhat.com/show_bug.cgi?id=499880 Summary: tomoe-gtk not built with $RPM_OPT_FLAGS Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: Patch Severity: medium Priority: low Component: tomoe-gtk AssignedTo: dchen at redhat.com ReportedBy: ville.skytta at iki.fi QAContact: extras-qa at fedoraproject.org CC: ryo-dairiki at users.sourceforge.net, dchen at redhat.com, fedora-i18n-bugs at redhat.com Blocks: 496968 Estimated Hours: 0.0 Classification: Fedora Created an attachment (id=343135) --> (https://bugzilla.redhat.com/attachment.cgi?id=343135) Build with $RPM_OPT_FLAGS Fix attached, see bug 496968 for more info. I think this is quite obviously an upstream bug; a corresponding patch to macros/python.m4 should be submitted there. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 18:32:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 14:32:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905081832.n48IWYst016709@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #61 from Behdad Esfahbod 2009-05-08 14:32:33 EDT --- Update on this. No qt changes needed. I'll fix in fontconfig. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 19:28:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 15:28:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905081928.n48JSR8x027368@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #29 from Qianqian Fang 2009-05-08 15:28:25 EDT --- (In reply to comment #28) > What's the issue you mind when it's gone from 65-nonlatin.conf? Because it is going completely to the other direction as what I was proposing: I hope to centralize all CJK font order settings into 1) 65-nonlatin and 2) a set of language-specific files. Removing font settings from theses centralized places and scatter these settings into multiple font packages will only increase the chance of conflict. Indeed, I tested my proposal and things are working perfectly. You can find my latest proposal at https://bugzilla.redhat.com/show_bug.cgi?id=499902 and I love to know what you think. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 20:39:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 16:39:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905082039.n48KdmRs013690@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 --- Comment #62 from Behdad Esfahbod 2009-05-08 16:39:47 EDT --- Built fontconfig-2.6.99.behdad.20090508-1.fc11. Can someone request tagging it please. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 21:09:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 17:09:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905082109.n48L9u9D015488@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #15 from Hin-Tak Leung 2009-05-08 17:09:55 EDT --- FAPIcidfmap.zh_TW seems to refer to /usr/share/fonts/chinese/{cjkunifonts-ukai,cjkunifonts-uming} rather than /usr/share/fonts/{cjkunifonts-ukai,cjkunifonts-uming} But please close when that's fixed. I think my firefox problem is unrelated (it seems to come and go, and not depending on which version - I unpacked both src rpm and can't see how the difference affect the x server) - so I probably should file a different bug. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 22:04:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 18:04:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905082204.n48M4DEe031659@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mclasen at redhat.com --- Comment #63 from Matthias Clasen 2009-05-08 18:04:12 EDT --- Tag request is here: https://fedorahosted.org/rel-eng/ticket/1767 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 22:04:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 18:04:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905082204.n48M4UAr027226@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 23:53:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 19:53:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 494902] [te_IN] Incorrect glyph substitution for telugu letter ka followed by dep vowel AA then consonant sha and then viram In-Reply-To: References: Message-ID: <200905082353.n48NrJk4011132@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=494902 Arjuna Rao Chavala changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #3 from Arjuna Rao Chavala 2009-05-08 19:53:19 EDT --- Closing, as I found the problem to be with Pango as it doesnot do lookups at syllable level as per https://bugzilla.redhat.com/show_bug.cgi?id=223170 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 23:54:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 19:54:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 223170] [ml_IN] two combination are render improperly (pango) In-Reply-To: References: Message-ID: <200905082354.n48NsO8e011209@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=223170 Arjuna Rao Chavala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arjunaraoc at googlemail.com Bug 223170 depends on bug 220866, which changed state. Bug 220866 Summary: [ml_IN] two combination are render improperly (pango) https://bugzilla.redhat.com/show_bug.cgi?id=220866 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 8 23:56:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 19:56:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 223170] [ml_IN] two combination are render improperly (pango) In-Reply-To: References: Message-ID: <200905082356.n48Nu02O011640@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=223170 --- Comment #8 from Arjuna Rao Chavala 2009-05-08 19:55:58 EDT --- Problem for Telugu as well as per http://bugzilla.gnome.org/show_bug.cgi?id=579398 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 01:22:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 21:22:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905090122.n491MAfQ022305@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 --- Comment #16 from Hin-Tak Leung 2009-05-08 21:22:09 EDT --- Please ignore comment 11,12,13,14 - I think it is due to the radeon X driver. "MOZ_DISABLE_IMAGE_OPTIMIZE=1 firefox" works around it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 03:42:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 23:42:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905090342.n493gqLj011533@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #8 from Jens Petersen 2009-05-08 23:42:52 EDT --- ping! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 03:41:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 23:41:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 172130] RFE: User-based preference for languages In-Reply-To: References: Message-ID: <200905090341.n493fSZt011411@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=172130 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmccann at redhat.com, | |rstrode at redhat.com Component|i18n |gdm AssignedTo|pnemade at redhat.com |jmccann at redhat.com QAContact| |extras-qa at fedoraproject.org --- Comment #18 from Jens Petersen 2009-05-08 23:41:26 EDT --- With current gdm do we still need this? Is ~/.i18n working these days with startx? My personal feeling is that this could probably be closed - however there may still be need for a locale config tool that would allow users to customize paper size, currency, LC_CTYPE, etc - maybe we need a custom locale support package for gdm or something (a bit like xorg-x11-xinit-session), together with a simple custom locale tool that would allow adjust the locale envvar for the desktop. Moving to gdm, since I would like to hear their take on this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 03:59:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 23:59:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905090359.n493xnSt018358@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090423-2.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 03:59:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 23:59:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 498141] new ibus install needs gtk immodules In-Reply-To: References: Message-ID: <200905090359.n493xjBv014578@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498141 --- Comment #16 from Fedora Update System 2009-05-08 23:59:44 EDT --- ibus-1.1.0.20090423-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:07:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:07:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 497153] eclipse-nls-de breaks jface In-Reply-To: References: Message-ID: <200905090407.n4947kTn017549@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497153 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #9 from Fedora Update System 2009-05-09 00:07:45 EDT --- eclipse-nls-3.4.0.v20090423085802-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update eclipse-nls'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-4452 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:14:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:14:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905090414.n494EJLk019740@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #56 from Fedora Update System 2009-05-09 00:14:19 EDT --- wqy-bitmap-fonts-0.9.9-10.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:14:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:14:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905090414.n494EQF7019781@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |0.9.9-10.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:22:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:22:17 -0400 Subject: [Fedora-i18n-bugs] [Bug 498250] Cannot type zenkaku-space In-Reply-To: References: Message-ID: <200905090422.n494MHBj022557@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498250 --- Comment #10 from Fedora Update System 2009-05-09 00:22:16 EDT --- ibus-anthy-1.1.0.20090402-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:22:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:22:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 498250] Cannot type zenkaku-space In-Reply-To: References: Message-ID: <200905090422.n494MLvc022581@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498250 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090402-2.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 16:17:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 12:17:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 172130] RFE: User-based preference for languages In-Reply-To: References: Message-ID: <200905091617.n49GHqr0003873@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=172130 Matthias Clasen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |mclasen at redhat.com Resolution| |CURRENTRELEASE --- Comment #19 from Matthias Clasen 2009-05-09 12:17:50 EDT --- Selecting a paper size in gdm is crazy, of course. Anyway, the actual complaint is fixed, since users _can_ select their personal language preference on the login screen, even if it is not stored in ~/.i18n -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 10 16:10:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 10 May 2009 12:10:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905101610.n4AGA2Ax009270@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #9 from Nicolas Mailhot 2009-05-10 12:10:01 EDT --- (In reply to comment #3) > No. upgrading path from F-10 -> F-11 MUST be preserved. > This is not related to font packaging policy. The upgrade path DOES work within Fedora. (see comment #7) That third party packages fail is none of our problem. And a metapackage is certainly not needed. In fact a large part of the liberation spec ugly-ness is due to mixing in metapackage patterns. However even though this mixing makes it difficult to understand it should still work ok. Anyway, 1. re: Conflicts: liberation-fonts < 1.04.93-8 ? request by the yum folks to workaround a groupupdate yum misbehaviour 2. re: Obsoletes: liberation-sans-fonts < 1.04.93-8 Provides: liberation-sans-fonts = %{version}-%{release} ? totally unnecessary, though harmless Obsoletes: liberation-fonts-sans < xxxx would have made sense if it had ever been pushed to users -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 10 16:23:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 10 May 2009 12:23:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905101623.n4AGNAt1017288@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #10 from Jussi Lehtola 2009-05-10 12:23:10 EDT --- http://fedoraproject.org/wiki/Packaging/NamingGuidelines#Renaming.2Freplacing_existing_packages "If a package is being renamed without any functional changes, or is a compatible enough replacement to an existing package (where "enough" means that it includes only changes of magnitude that are commonly found in version upgrade changes), provide clean upgrade paths and compatibility with: Provides: oldpackagename = $provEVR Obsoletes: oldpackagename < $obsEVR" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 10 16:53:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 10 May 2009 12:53:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905101653.n4AGrX8r015557@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NOTABUG --- Comment #11 from Nicolas Mailhot 2009-05-10 12:53:32 EDT --- The upgrade path is not broken so your point is moot. Fix your third-party package -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:37:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:37:04 -0400 Subject: [Fedora-i18n-bugs] [Bug 500100] [ml_IN][Various Sign]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905110637.n4B6b4kE014646@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500100 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:37:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:37:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 500105] [hi_IN][Various Sign]Unicode 0952/0953/0954 don't have the right font shape In-Reply-To: References: Message-ID: <200905110637.n4B6bSjX007008@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500105 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:37:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:37:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 500099] [ml_IN][Dependent Vowels]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905110637.n4B6bq3H007098@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500099 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:38:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:38:51 -0400 Subject: [Fedora-i18n-bugs] [Bug 499804] [te_IN][Dependent Vowels]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905110638.n4B6cpcs007222@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499804 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:39:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:39:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 499790] [te_IN][pango]GSUB delete key can't delete the whole char in f10 In-Reply-To: References: Message-ID: <200905110639.n4B6dPPo015134@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499790 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:38:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:38:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 499807] [te_IN][codepoint]Press right arrow key it can't move to the right of the char In-Reply-To: References: Message-ID: <200905110638.n4B6c6SZ014850@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499807 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:38:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:38:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 499806] [te_IN][Various Signs]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905110638.n4B6cPlr014894@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499806 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:42:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:42:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 499358] [as_IN] [Codepoint- Additional Vowels] U+09E2 has error. In-Reply-To: References: Message-ID: <200905110642.n4B6gClG015917@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499358 --- Comment #2 from A S Alam 2009-05-11 02:42:11 EDT --- Description of problem: Input "09E2" with "RAW CODE" in gedit, the word has error. Version-Release number of selected component (if applicable): pangomm-2.14.1-1.fc10.x86_64 pango-1.22.3-1.fc10.i386 pango-1.22.3-1.fc10.x86_64 pango-devel-1.22.3-1.fc10.x86_64 How reproducible: Steps to Reproduce: 1.Select "RAW CODE" in scim-bridge. 2.Input "09E2" in gedit. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:39:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:39:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 499775] [or_IN][pango] =?utf-8?q?_GSUB_Delete_U+0B3E_by_back?= =?utf-8?q?space_will_delete_other_letters_except_=E0=AC=BE?= In-Reply-To: References: Message-ID: <200905110639.n4B6ddZZ015193@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499775 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:41:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:41:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 499360] [as_IN] [Codepoint- Additional Vowels] U+09E3 has error. In-Reply-To: References: Message-ID: <200905110641.n4B6fTra015812@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499360 --- Comment #2 from A S Alam 2009-05-11 02:41:28 EDT --- Description of problem: Input "09E3" with "RAW CODE" in gedit, the result has error. Version-Release number of selected component (if applicable): pangomm-2.14.1-1.fc10.x86_64 pango-1.22.3-1.fc10.i386 pango-1.22.3-1.fc10.x86_64 pango-devel-1.22.3-1.fc10.x86_64 How reproducible: Always Steps to Reproduce: 1.Select "RAW CODE" in scim-bridge. 2.Input "09E3" in gedit. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:43:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:43:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 499349] "Backspace" has wrong function in Assamese Codepoint. In-Reply-To: References: Message-ID: <200905110643.n4B6hJPZ008195@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499349 --- Comment #3 from A S Alam 2009-05-11 02:43:18 EDT --- Description of problem: "Backspace" has wrong function in Assamese Codepoint.You should press it twice to delete the word. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Open a gedit and select the "RAW CODE" in scim-bridge. 2.Input "09CB", "09CC","09DC","09DD","09DF" in gedit. 3.Press "Backspace" to delete each word (Make sure the cursor should be at the right of the each word). Actual results: Each word should be deleted totally when you press "Backspace" once. Expected results: Each word isn't deleted when you press "Backspace" once,you should press the "Backspace" again to delete it totally. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:45:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:45:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 499345] [kn_IN][Pango] GSUB U+0CB0 U+200D U+0CCD U+0C95 font has error. In-Reply-To: References: Message-ID: <200905110645.n4B6jVKX016746@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499345 --- Comment #5 from A S Alam 2009-05-11 02:45:31 EDT --- Description of problem: In rhel 5.3,in gedit input U+0CB0 U+200D U+0CCD U+0C95 with RAW CODE,the font has error Version-Release number of selected component (if applicable): pango-1.14.9-5.el5_3.i386 pango-debuginfo-1.14.9-5.el5_3.x86_64 pango-devel-1.14.9-5.el5_3.x86_64 pango-debuginfo-1.14.9-5.el5_3.i386 pango-devel-1.14.9-5.el5_3.i386 pango-1.14.9-5.el5_3.x86_64 How reproducible: always Steps to Reproduce: 1.Open gedit and input U+0CB0 U+200D U+0CCD U+0C95 with scim-bridge-RAW CODE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:47:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:47:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 497311] Dependent Vowel (0CBC) are Render as Independenet vowel In-Reply-To: References: Message-ID: <200905110647.n4B6l2gv016853@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497311 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com Bug 497311 depends on bug 497292, which changed state. Bug 497292 Summary: Dependent Vowel (0CBC) are Render as Independenet vowel https://bugzilla.redhat.com/show_bug.cgi?id=497292 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:53:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:53:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 500105] [hi_IN][Various Sign]Unicode 0952/0953/0954 don't have the right font shape In-Reply-To: References: Message-ID: <200905110653.n4B6rDIh017718@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500105 --- Comment #2 from koka xiong 2009-05-11 02:53:12 EDT --- Created an attachment (id=343319) --> (https://bugzilla.redhat.com/attachment.cgi?id=343319) the correct font shape -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 06:57:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 02:57:22 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905110657.n4B6vMaD010319@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #1 from Akira TAGOH 2009-05-11 02:57:21 EDT --- Fixed in 9100h-4.fc12. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 07:04:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 03:04:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 499790] [te_IN][pango]GSUB delete key can't delete the whole char in f10 In-Reply-To: References: Message-ID: <200905110704.n4B74Dpb011463@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499790 --- Comment #2 from koka xiong 2009-05-11 03:04:13 EDT --- Description of problem: GSUB press Delete key to delete the whole char,it can't delete the whole char in f10 Version-Release number of selected component (if applicable): pango-devel-1.22.1-1.fc10.i386 pango-1.22.1-1.fc10.i386 pangomm-2.14.0-2.fc10.i386 How reproducible: always Steps to Reproduce: 1.In gedit input U+0C15 U+0C4D U+0C15 2.Press Delete key to delete the char 3. Actual results: It can't delete the whole char,it will delete part of the char Expected results: It will delete the whole char. Additional info: All of chars in [te_IN][GSUB] has the same problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:22:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:22:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 499804] [te_IN][Dependent Vowels]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111022.n4BAMWjd018772@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499804 --- Comment #1 from koka xiong 2009-05-11 06:22:32 EDT --- I have include all similar problem of different locales in https://bugzilla.redhat.com/show_bug.cgi?id=500110 for easy track. So I close this one. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:23:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:23:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 499804] [te_IN][Dependent Vowels]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111023.n4BANGTi027178@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499804 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #2 from koka xiong 2009-05-11 06:23:15 EDT --- I have include all similar problem of different locales in https://bugzilla.redhat.com/show_bug.cgi?id=500110 for easy track. So I close this one. *** This bug has been marked as a duplicate of 500110 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:26:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:26:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 499806] [te_IN][Various Signs]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111026.n4BAQwjN019923@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499806 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #1 from koka xiong 2009-05-11 06:26:58 EDT --- I have include all similar problem of different locales in the same bug,so close this one. *** This bug has been marked as a duplicate of 500110 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:29:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:29:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111029.n4BATqbS020255@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |i18n CC| |aalam at redhat.com, | |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:38:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:38:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111038.n4BAcN7l022208@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #5 from koka xiong 2009-05-11 06:38:22 EDT --- [hi_IN][Various Sign] also has the same problem U+0901 ? U+0902 ? U+0903 ? U+093C ? U+094D ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:40:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:40:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905111040.n4BAeTQv022864@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #6 from koka xiong 2009-05-11 06:40:27 EDT --- *** Bug 500116 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:58:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:58:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905111058.n4BAwAAV026096@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #2 from Fedora Update System 2009-05-11 06:58:09 EDT --- anthy-9100h-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/anthy-9100h-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 10:59:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 06:59:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905111059.n4BAxNxJ001561@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #3 from Fedora Update System 2009-05-11 06:59:23 EDT --- anthy-9100h-4.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/anthy-9100h-4.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 11:00:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 07:00:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905111100.n4BB0hlR002093@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #4 from Fedora Update System 2009-05-11 07:00:43 EDT --- anthy-9100h-4.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/anthy-9100h-4.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 11 16:52:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 12:52:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 490143] ibus issue with gnome-keyring In-Reply-To: References: Message-ID: <200905111652.n4BGqoqP021885@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490143 Jesse Keating changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED CC| |jkeating at redhat.com Resolution| |RAWHIDE Flag|needinfo?(mclasen at redhat.co | |m) | --- Comment #10 from Jesse Keating 2009-05-11 12:52:49 EDT --- mclasen says it can be closed now. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:52:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:52:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120152.n4C1qBY4012173@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #7 from koka xiong 2009-05-11 21:52:11 EDT --- [hi_IN][Additional Vowels] also has the same problem 1 U+0962 ? 2 U+0963 ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:53:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:53:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120153.n4C1r38K027017@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #8 from koka xiong 2009-05-11 21:53:02 EDT --- *** Bug 500117 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:57:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:57:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120157.n4C1vCJR012923@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #9 from koka xiong 2009-05-11 21:57:12 EDT --- [or_IN][pango] has the same problem 1. U+0B3E ? 2. U+0B3F ? 3. U+0B40 ? 4. U+0B41 ? 5. U+0B42 ? 6. U+0B43 ? 7. U+0B47 ? 8. U+0B48 ? 9. U+0B4B ? 10. U+0B4C ? 11. U+0B56 ? 12. U+0B57 ? 13. U+0B01 ? 14. U+0B02 ? 15. U+0B03 ? 16. U+0B3C ? 17. U+0B4D ? 18. U+0B56 ? 19. U+0B57 ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:58:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:58:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120158.n4C1wE4J027883@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #10 from koka xiong 2009-05-11 21:58:12 EDT --- *** Bug 499775 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:58:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:58:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 499775] [or_IN][pango] =?utf-8?q?_GSUB_Delete_U+0B3E_by_back?= =?utf-8?q?space_will_delete_other_letters_except_=E0=AC=BE?= In-Reply-To: References: Message-ID: <200905120158.n4C1wDBV027857@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499775 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #2 from koka xiong 2009-05-11 21:58:12 EDT --- *** This bug has been marked as a duplicate of 500110 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 01:57:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:57:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 499775] [or_IN][pango] =?utf-8?q?_GSUB_Delete_U+0B3E_by_back?= =?utf-8?q?space_will_delete_other_letters_except_=E0=AC=BE?= In-Reply-To: References: Message-ID: <200905120157.n4C1vn8E012999@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499775 --- Comment #1 from koka xiong 2009-05-11 21:57:49 EDT --- I have reported the similar problem in 500110,so close this one. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:00:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:00:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120200.n4C20aZB013639@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #11 from koka xiong 2009-05-11 22:00:36 EDT --- [ml_IN][Various Sign] 1.U+0D02 ? 2.U+0D03 ? 3.U+0D4D ? 4.U+0D57 ? also has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:01:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:01:55 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120201.n4C21tkb028712@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #12 from koka xiong 2009-05-11 22:01:53 EDT --- *** Bug 500100 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:01:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:01:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 500100] [ml_IN][Various Sign]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120201.n4C21s9I028688@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500100 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #1 from koka xiong 2009-05-11 22:01:53 EDT --- I have reported the similar problem in bug 500110 for easy track,so close this one. *** This bug has been marked as a duplicate of 500110 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:06:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:06:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120206.n4C26ec4014629@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #14 from koka xiong 2009-05-11 22:06:38 EDT --- *** Bug 500099 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:04:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:04:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120204.n4C24GZM013977@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #13 from koka xiong 2009-05-11 22:04:16 EDT --- [ml_IN][Dependent Vowels]all have same problem 1 U+0D3E ? 2 U+0D3F ? 3 U+0D40 ? 4 U+0D41 ? 5 U+0D42 ? 6 U+0D43 ? 7 U+0D46 ? 8 U+0D47 ? 9 U+0D48 ? 10 U+0D4A ? 11 U+0D4B ? 12 U+0D4C ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:06:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:06:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 500099] [ml_IN][Dependent Vowels]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120206.n4C26dLb014605@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500099 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #1 from koka xiong 2009-05-11 22:06:38 EDT --- I have reported the same problem in one bug for easy track. *** This bug has been marked as a duplicate of 500110 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 02:38:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 22:38:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905120238.n4C2crPa021193@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #30 from Akira TAGOH 2009-05-11 22:38:51 EDT --- that idea is hard to maintain the rule. as you are aware, even current rule is outdated. maintaining it in the font packages with the accurate policy would rather be better than centralized management. aside from that, it just reflects your favorite someone may not likes. one could do modify it any time, but it may breaks after updating or causes the unwanted file creation on the packaging management system. applying the necessary rules with installing the package would be easier and intuitive. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:01:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:01:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120401.n4C41PZc004767@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #5 from Fedora Update System 2009-05-12 00:01:25 EDT --- anthy-9100h-4.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:01:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:01:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120401.n4C41Tmh004788@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |9100h-4.fc10 Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:01:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:01:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 498541] ibus-libs should not contain devel file libibus.so In-Reply-To: References: Message-ID: <200905120401.n4C41Iei004733@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498541 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090423-3.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:03:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:03:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120403.n4C432aA020657@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #6 from Fedora Update System 2009-05-12 00:03:01 EDT --- anthy-9100h-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:01:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:01:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 498541] ibus-libs should not contain devel file libibus.so In-Reply-To: References: Message-ID: <200905120401.n4C41D3G020207@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498541 --- Comment #3 from Fedora Update System 2009-05-12 00:01:12 EDT --- ibus-1.1.0.20090423-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:03:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:03:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120403.n4C4366s020682@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|9100h-4.fc10 |9100h-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:10:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:10:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120410.n4C4ALYm008452@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 --- Comment #7 from Fedora Update System 2009-05-12 00:10:21 EDT --- anthy-9100h-4.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905120412.n4C4CRLx008895@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 --- Comment #3 from Fedora Update System 2009-05-12 00:12:26 EDT --- ibus-1.1.0.20090508-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 497707] ibus French translation update In-Reply-To: References: Message-ID: <200905120412.n4C4CahT024701@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497707 --- Comment #4 from Fedora Update System 2009-05-12 00:12:36 EDT --- ibus-1.1.0.20090508-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:10:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:10:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 499663] Includes/Provides directory it MUST NOT In-Reply-To: References: Message-ID: <200905120410.n4C4APMx024027@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499663 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|9100h-4.fc11 |9100h-4.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 498352] hotkey config table should list keys in same order as on main setup page In-Reply-To: References: Message-ID: <200905120412.n4C4CjMn024738@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498352 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090508-1.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 498352] hotkey config table should list keys in same order as on main setup page In-Reply-To: References: Message-ID: <200905120412.n4C4CWBN009004@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498352 --- Comment #3 from Fedora Update System 2009-05-12 00:12:31 EDT --- ibus-1.1.0.20090508-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 497707] ibus French translation update In-Reply-To: References: Message-ID: <200905120412.n4C4CnOZ009388@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497707 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090508-1.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:12:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:12:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 499533] [Indic] ibus should allow input in KDE using all supported Indic locales In-Reply-To: References: Message-ID: <200905120412.n4C4Ce1e009267@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499533 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Fixed In Version| |1.1.0.20090508-1.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:32:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:32:42 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905120432.n4C4WgrC012548@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #31 from Qianqian Fang 2009-05-12 00:32:42 EDT --- (In reply to comment #30) > that idea is hard to maintain the rule. as you are aware, even current rule is > outdated. maintaining it in the font packages with the accurate policy would > rather be better than centralized management. I don't think so. I am not saying this must be included in fontconfig upstream (which get updated slowly), we can certainly create a new package which only include these CJK specific config files. Even fontconfig have similar files, we can still ship something to override if it gets updated. But the key idea is not to let individual font to do this. Functional-wise, they are completely equivalent. > aside from that, it just reflects > your favorite someone may not likes. one could do modify it any time, but it > may breaks after updating or causes the unwanted file creation on the packaging > management system. applying the necessary rules with installing the package > would be easier and intuitive. Either way does not prevent people from customizing their own list. As I said, they are simply equivalent. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 04:55:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 00:55:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905120455.n4C4tbBs031807@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #32 from Akira TAGOH 2009-05-12 00:55:36 EDT --- (In reply to comment #31) > I don't think so. I am not saying this must be included in fontconfig upstream > (which get updated slowly), we can certainly create a new package which only > include these CJK specific config files. Even fontconfig have similar files, we > can still ship something to override if it gets updated. But the key idea is > not to let individual font to do this. Functional-wise, they are completely > equivalent. I have never been saying about fontconfig upstream but the centralized management is painful to maintain. > Either way does not prevent people from customizing their own list. As I said, > they are simply equivalent. Sure. so how is it better than applying it with the package installation then? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 05:07:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 01:07:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120507.n4C579MP001289@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #15 from koka xiong 2009-05-12 01:07:08 EDT --- [ta_IN][Dependent Vowels] 1. U+0BBE ? 2. U+0BBF ? 3. U+0BC0 ? 4. U+0BC1 ? 5. U+0BC2 ? 6. U+0BC6 ? 7. U+0BC7 ? 8. U+0BC8 ? 9. U+0BCA ? 10. U+0BCB ? 11. U+0BCC ? all have the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 05:09:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 01:09:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905120509.n4C59COY018082@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #33 from Qianqian Fang 2009-05-12 01:09:12 EDT --- (In reply to comment #32) > Sure. so how is it better than applying it with the package installation then? To activate rules when installing font package is still possible with centralized approach. Just check out how WenQuanYi Bitmap Song is configured in Bug#499902. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 05:23:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 01:23:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120523.n4C5NDbk004049@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #16 from koka xiong 2009-05-12 01:23:12 EDT --- [ta_IN][Various Signs] 1. U+0B82 ? 2. U+0B83 ? 3. U+0BCD ? 4. U+0BD7 ? all have the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 06:42:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 02:42:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120642.n4C6gGUu000717@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #17 from koka xiong 2009-05-12 02:42:15 EDT --- [si_LK][Dependent Vowels] Dependent Vowels 1. U+0DCF ? 2. U+0DD0 ? 3. U+0DD1 ? 4. U+0DD2 ? 5. U+0DD3 ? 6. U+0DD4 ? 7. U+0DD6 ? 8. U+0DD8 ? 9. U+0DD9 ? 10. U+0DDA ? 11. U+0DDB ? 12. U+0DDC ? 13. U+0DDD ? 14. U+0DDE ? 15. U+0DDF ? 16. U+0DF2 ? 17. U+0DF3 ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 06:43:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 02:43:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120643.n4C6hhXY000901@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #18 from koka xiong 2009-05-12 02:43:43 EDT --- [si_LK][Various Signs] 1. U+0D82 ? 2. U+0D83 ? 3. U+0DCA ? also have the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 07:16:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 03:16:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120716.n4C7Gclb007493@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #20 from koka xiong 2009-05-12 03:16:38 EDT --- [bn_IN][Consonants] U+0982 ? U+0983 ? U+0981 ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 07:13:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 03:13:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120713.n4C7DRLo006778@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #19 from koka xiong 2009-05-12 03:13:26 EDT --- [bn_IN][Dependent Vowels] has the same problem 1. U+09BE ? 2. U+09BF ? 3. U+09C0 ? 4. U+09C1 ? 5. U+09C2 ? 6. U+09C3 ? 7. U+09C7 ? 8. U+09C8 ? 9. U+09CB ? 10. U+09CC ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 07:22:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 03:22:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120722.n4C7M6gC025009@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #21 from koka xiong 2009-05-12 03:22:06 EDT --- [bn_IN][Various Signs] 1. U+09CD ? 2. U+09BC ? 3. U+0982 ? 4. U+0983 ? 5. U+0981 ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 07:25:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 03:25:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905120725.n4C7Pwg0009850@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #34 from Akira TAGOH 2009-05-12 03:25:57 EDT --- (In reply to comment #33) > (In reply to comment #32) > > Sure. so how is it better than applying it with the package installation then? > > To activate rules when installing font package is still possible with > centralized approach. Just check out how WenQuanYi Bitmap Song is configured in > Bug#499902. It just works for your desired packages. but not for someone's. that's not a neutral solution. we can suggest the default font in comps. but someone may not likes that. the centralized management for the rule would prevents to use the preferred font packages for users. I'm afraid you can't maintain/update it without painful for you and everyone nor without any notice from the font package maintainers. The point I'm saying is: * Do not make any changes that affects to the other font packages. -> this can be solved to apply the rule for the specific language. * Do not make any changes that depends on the other font packages. otherwise it must has certain dependencies in the package. * Maintaining all of the font packages available on Fedora at the centralized fontconfig rule isn't realistic. as fontconfig is capable to read the rule from each fonts, maintaining it in each font packages with the certain policy would works enough. Right now some font packages doesn't follow even current policy. we have to mass-file a bug for them in F-12. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 08:09:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 04:09:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120809.n4C8918w002091@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #24 from koka xiong 2009-05-12 04:09:00 EDT --- [gu_IN][Dependent Vowels] 1. U+0ABE ? 2. U+0ABF ? 3. U+0AC0 ? 4. U+0AC1 ? 5. U+0AC2 ? 6. U+0AC3 ? 7. U+0AC4 ? 8. U+0AC5 ? 9. U+0AC7 ? 10. U+0AC8 ? 11. U+0AC9 ? 12. U+0ACB ? 13. U+0ACC ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 08:07:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 04:07:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120807.n4C8777O001896@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #22 from koka xiong 2009-05-12 04:07:06 EDT --- [gu_IN][Dependent Vowels] 1. U+0ABE ? 2. U+0ABF ? 3. U+0AC0 ? 4. U+0AC1 ? 5. U+0AC2 ? 6. U+0AC3 ? 7. U+0AC4 ? 8. U+0AC5 ? 9. U+0AC7 ? 10. U+0AC8 ? 11. U+0AC9 ? 12. U+0ACB ? 13. U+0ACC ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 08:08:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 04:08:15 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120808.n4C88FFS018293@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #23 from koka xiong 2009-05-12 04:08:15 EDT --- [gu_IN][Consonants] U+0A81 ? U+0A82 ? U+0A83 ? U+0ACD ? U+0ABC ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 08:10:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 04:10:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120810.n4C8AZ2v002857@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #25 from koka xiong 2009-05-12 04:10:34 EDT --- [gu_IN][Various Signs] 1. U+0A81 ? 2. U+0A82 ? 3. U+0A83 ? 4. U+0ABC ? 5. U+0ACD ? has the same problem -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 08:29:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 04:29:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic][CodePoint]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905120829.n4C8Tuj3022752@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Indic]Press backspace key |[Indic][CodePoint]Press |it delete the whole char |backspace key it delete the |and letter before it |whole char and letter | |before it -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 12:22:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:22:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905121222.n4CCMPDg021112@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|NOTABUG | --- Comment #12 from Jens Petersen 2009-05-12 08:22:25 EDT --- So let's fix this properly: (In reply to comment #9) > Obsoletes: liberation-sans-fonts < 1.04.93-8 > Provides: liberation-sans-fonts = %{version}-%{release} > ? totally unnecessary, though harmless > Obsoletes: liberation-fonts-sans < xxxx would have made sense if it had ever > been pushed to users liberation-fonts-1.04.93-3.fc11 is the only build I see with liberation-fonts-sans. I think we need just: Obsoletes: liberation-fonts-sans < 1.04.93-4 and similarly for mono and serif. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 14:43:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 10:43:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905121443.n4CEhlj7021384@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #35 from Qianqian Fang 2009-05-12 10:43:46 EDT --- (In reply to comment #34) > It just works for your desired packages. but not for someone's. that's not a > neutral solution. But you do realize, in the end, there only exists one font order, no matter which way you set it. It is impossible for two fonts to be both preferred if they are both installed. If you want to control the orders by the presence of fonts, you can do exactly the same thing with a centralized conf file. The only difference is that a single config file gives you a master fallback list, and what you suggested determines this list ad-hoc, which is more difficult to predict and debug. > we can suggest the default font in comps. but someone may not > likes that. the centralized management for the rule would prevents to use the > preferred font packages for users. I'm afraid you can't maintain/update it > without painful for you and everyone nor without any notice from the font > package maintainers. > > > The point I'm saying is: > > * Do not make any changes that affects to the other font packages. > -> this can be solved to apply the rule for the specific language. IMHO, this is impossible. If you set or use prepend/prepend_first, you ARE affecting other font packages. Indeed, that's how fontconfig works. Again, for a given system state, there is only one priority list for each language, no matter you set it from a single file, or by a bunch of font-specific files. > > * Do not make any changes that depends on the other font packages. otherwise it > must has certain dependencies in the package. It's not dependency, it is fallback relationship. If you set priority as A>B>C and some of them do not present, fontconfig will pick up the next one with the highest priority. I think that's how fontconfig was designed. > > * Maintaining all of the font packages available on Fedora at the centralized > fontconfig rule isn't realistic. as fontconfig is capable to read the rule from > each fonts, maintaining it in each font packages with the certain policy would > works enough. If you check my old posts, I used to be a supporter to font-specific config files, because I know the fonts I maintained are good, but other high priority fonts prevent the use of these good one but I have no control (for exp. 65-nonlatin). I endured a lot of troubles in order to set my own list. Now I am suggesting to get things right from the very beginning, and save time of the font maintainers. In you really want to insist, you can still do what you have been doing, but having a up-to-date default language-specific font list will greatly reduce the amount of work you need to do. > > Right now some font packages doesn't follow even current policy. we have to > mass-file a bug for them in F-12. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 19:52:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 15:52:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905121952.n4CJqReQ027109@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #13 from Jussi Lehtola 2009-05-12 15:52:27 EDT --- (In reply to comment #12) > So let's fix this properly: > > (In reply to comment #9) > > Obsoletes: liberation-sans-fonts < 1.04.93-8 > > Provides: liberation-sans-fonts = %{version}-%{release} > > ? totally unnecessary, though harmless > > Obsoletes: liberation-fonts-sans < xxxx would have made sense if it had ever > > been pushed to users > > liberation-fonts-1.04.93-3.fc11 is the only build I see with > liberation-fonts-sans. > > I think we need just: > > Obsoletes: liberation-fonts-sans < 1.04.93-4 > > and similarly for mono and serif. No, you don't need that since it's already automatically done by rpm. You can remove those lines altogether. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 02:00:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 22:00:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 445621] index*.html files no longer needed? In-Reply-To: References: Message-ID: <200905130200.n4D20xsw029162@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=445621 John J. McDonough changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wb8rcr at arrl.net Blocks|438944(F10Target) |500474 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 02:27:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 22:27:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905130227.n4D2R2uq002515@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 --- Comment #36 from Akira TAGOH 2009-05-12 22:27:01 EDT --- (In reply to comment #35) > But you do realize, in the end, there only exists one font order, no matter > which way you set it. It is impossible for two fonts to be both preferred if > they are both installed. If you want to control the orders by the presence of > fonts, you can do exactly the same thing with a centralized conf file. The only > difference is that a single config file gives you a master fallback list, and > what you suggested determines this list ad-hoc, which is more difficult to > predict and debug. That's the policy to not mess up. > IMHO, this is impossible. If you set or use prepend/prepend_first, you > ARE affecting other font packages. Indeed, that's how fontconfig works. Again, > for a given system state, there is only one priority list for each language, no > matter you set it from a single file, or by a bunch of font-specific files. Right. I meant language, but not font packages. sorry. > It's not dependency, it is fallback relationship. If you set priority as A>B>C > and some of them do not present, fontconfig will pick up the next one with the > highest priority. I think that's how fontconfig was designed. At least you should do as long as you expect them to get it working. otherwise you just leave it to outside your rule. If you have a dependency in the package, the referred font package owner or that package owner can realizes any attentions is needed when something is changed. you can prevent the font naming issue you've faced in wqy-bitmap-fonts say. > If you check my old posts, I used to be a supporter to font-specific config > files, because I know the fonts I maintained are good, but other high priority > fonts prevent the use of these good one but I have no control (for exp. > 65-nonlatin). I endured a lot of troubles in order to set my own list. Now I am > suggesting to get things right from the very beginning, and save time of the > font maintainers. In you really want to insist, you can still do what you have > been doing, but having a up-to-date default language-specific font list will > greatly reduce the amount of work you need to do. Yes, but what you are suggesting is actually the same thing what fontconfig does because both are centralized management. why you feel it's comfortable is, you're about to get an control of it. it's not necessarily a happy solution for everyone. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 04:16:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 00:16:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130416.n4D4GxiK021940@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #14 from Jens Petersen 2009-05-13 00:16:58 EDT --- (In reply to comment #13) > No, you don't need that since it's already automatically done by rpm. You can > remove those lines altogether. Huh? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 05:01:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 01:01:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 445621] index*.html files no longer needed? In-Reply-To: References: Message-ID: <200905130501.n4D51NBg017061@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=445621 Karsten Wade changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #7 from Karsten Wade 2009-05-13 01:01:22 EDT --- Can we come up with a middle ground idea? Maybe the startpage.xml that is the /usr/share/doc/HTML/index.html currently could: * Remove the version specific information (my F10 file says Fedora 9) * A link to the local release notes * Mentions that the search bar may not work if the computer is in fact off line Otherwise, don't bother to add a bunch of overly busy resource links, as we did in the past. Just those three conceptual changes. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 06:11:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 02:11:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905130611.n4D6BTGO008729@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|NEXTRELEASE | --- Comment #57 from Jens Petersen 2009-05-13 02:11:28 EDT --- I install rawhide (current pre-f11) with CJK support - login in to a Japanese desktop and see wqy-bitmap for Chinese glyphs in gucharmap. I think we should not install wqy-bitmap-fonts by default for zh in F11 until this is resolved properly. I would appreciate comments and feedback from other Fedora CJK users/testers on this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 07:02:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 03:02:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130702.n4D72Ub1005754@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #15 from Jussi Lehtola 2009-05-13 03:02:29 EDT --- Created an attachment (id=343714) --> (https://bugzilla.redhat.com/attachment.cgi?id=343714) Patch to spec file to remove redundant provides and obsoletes Patch to remove unnecessary Provides: and Obsoletes:, since those are automatically done by rpm. Patch also modifies spec file so that liberation-fonts-common gets removed if no font packages are installed (currently if you install e.g. liberation-fonts-sans and then remove it, you are left with unnecessary liberation-fonts-common package on your system). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 07:39:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 03:39:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130739.n4D7dovC024298@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #16 from Nicolas Mailhot 2009-05-13 03:39:49 EDT --- (In reply to comment #13) > (In reply to comment #12) > > I think we need just: > > > > Obsoletes: liberation-fonts-sans < 1.04.93-4 > > > > and similarly for mono and serif. > > No, you don't need that since it's already automatically done by rpm. You can > remove those lines altogether. Read again. As for your patch, I'm strongly against it. 1. you're introducing a common provides while making sure packagers had to take into account the different fonts was an explicit packaging goal 2. as far as I understand, you're relying on undocumented yum behaviour the yum developpers never committed to If you want to change the way we package fonts, go the full public consultation => FPC review => FESCO review => months of QA like was done for F11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 07:51:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 03:51:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130751.n4D7pQ0m026895@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #17 from Jussi Lehtola 2009-05-13 03:51:26 EDT --- (In reply to comment #16) > (In reply to comment #13) > > (In reply to comment #12) > > > > I think we need just: > > > > > > Obsoletes: liberation-fonts-sans < 1.04.93-4 > > > > > > and similarly for mono and serif. > > > > No, you don't need that since it's already automatically done by rpm. You can > > remove those lines altogether. > > Read again. > > As for your patch, I'm strongly against it. > 1. you're introducing a common provides while making sure packagers had to take > into account the different fonts was an explicit packaging goal > 2. as far as I understand, you're relying on undocumented yum behaviour the yum > developpers never committed to 1. What are you saying? I consider a support package that is not removed when the main package is removed a packaging mishap. %{fontname}-common should not exist in the system if there is no %{fontname}-fonts package installed. 2. What "undocumented yum behaviour" might you be referring to? The thing that a package automatically provides itself with its own version, and yum updates packages with newer versions? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 08:19:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 04:19:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130819.n4D8JkWO021826@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #18 from Nicolas Mailhot 2009-05-13 04:19:32 EDT --- (In reply to comment #17) > 1. What are you saying? I consider a support package that is not removed when > the main package is removed a packaging mishap. %{fontname}-common should not > exist in the system if there is no %{fontname}-fonts package installed. This is not a realistic expectation. Large parts of the distro violate this rule today and have for a long as Fedora and RHL existed. > 2. What "undocumented yum behaviour" might you be referring to? The thing that > a package automatically provides itself with its own version, and yum updates > packages with newer versions? You make different packages, that can be installed simultaneously, have the same provides. This has always been a case the dependency engines didn't handle very well. And you don't even have a strong reason to do so, your fix is at best cosmetic. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 09:18:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 05:18:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 500553] New: [Indic] Indic hunspell dictionary not working with kate Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [Indic] Indic hunspell dictionary not working with kate https://bugzilla.redhat.com/show_bug.cgi?id=500553 Summary: [Indic] Indic hunspell dictionary not working with kate Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: enchant AssignedTo: uwog at uwog.net ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: uwog at uwog.net, petersen at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=343731) --> (https://bugzilla.redhat.com/attachment.cgi?id=343731) See default spell checker is not selected to that of locale in which kate is started. Description of problem: When tried to use Marathi hunspell in kate, I saw default spell checker selected was not Marathi but English(USA) Version-Release number of selected component (if applicable): kdesdk-4.2.2-2.fc11.x86_64 kdebase-4.2.2-2.fc11.x86_64 enchant-1.4.2-5.fc11.x86_64 hunspell-mr-20060920-2.fc11.noarch enchant-1.4.2-5.fc11.i586 How reproducible: always Steps to Reproduce: 1.Start KDE in Marathi 2.For easy testing copy text from http://mr.wikipedia.org to kate 3. Apply spell checker Actual results: Kate used English locale hunspell dictionary when asked to spell check. Expected results: Kate should use default locale hunspell dictionary when asked to spell check. Additional info: This bug is present for Indic languages. I just reproduced for mr_IN, gu_IN,bn_IN,ta_IN languages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 09:23:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 05:23:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905130923.n4D9NiFJ016531@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #19 from Jussi Lehtola 2009-05-13 05:23:31 EDT --- (In reply to comment #18) > (In reply to comment #17) > > > 1. What are you saying? I consider a support package that is not removed when > > the main package is removed a packaging mishap. %{fontname}-common should not > > exist in the system if there is no %{fontname}-fonts package installed. > > This is not a realistic expectation. Large parts of the distro violate this > rule today and have for a long as Fedora and RHL existed. Status quo is not a valid argument IMHO. > > 2. What "undocumented yum behaviour" might you be referring to? The thing that > > a package automatically provides itself with its own version, and yum updates > > packages with newer versions? > > You make different packages, that can be installed simultaneously, have the > same provides. This has always been a case the dependency engines didn't handle > very well. And you don't even have a strong reason to do so, your fix is at > best cosmetic. Okay; I've just seen the same sort of thing with other packages, e.g. xfig comes first to my mind. You can do the dropping of the unnecessary Provides: and Obsoletes, though (even if it is just a cosmetic change). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 09:55:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 05:55:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 500553] [Indic] Indic hunspell dictionary not working with kate In-Reply-To: References: Message-ID: <200905130955.n4D9tdul010849@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500553 --- Comment #1 from Parag 2009-05-13 05:55:37 EDT --- Common error I got for all Indic languages is WARNING **: Error loading plugin: /usr/lib/enchant/libenchant_myspell.so: wrong ELF class: ELFCLASS32 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 09:57:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 05:57:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] New: [Indic] Indic hunspell dictionary not working with kwrite Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [Indic] Indic hunspell dictionary not working with kwrite https://bugzilla.redhat.com/show_bug.cgi?id=500559 Summary: [Indic] Indic hunspell dictionary not working with kwrite Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: enchant AssignedTo: uwog at uwog.net ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: uwog at uwog.net, petersen at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When tried to use Marathi hunspell in kwrite, default spell checker failed to appear with error like no language dictionaries. Version-Release number of selected component (if applicable): kdesdk-4.2.2-2.fc11.x86_64 kdebase-4.2.2-2.fc11.x86_64 enchant-1.4.2-5.fc11.x86_64 hunspell-mr-20060920-2.fc11.noarch enchant-1.4.2-5.fc11.i586 How reproducible: always Steps to Reproduce: 1.Start KDE in Marathi 2.For easy testing copy text from http://mr.wikipedia.org to kwrite 3. Apply spell checker Actual results: kwrite used English locale hunspell dictionary when asked to spell check for some Indic language and for other Indic languages its dialog window not appeared at all. Expected results: Kwrite should use default locale hunspell dictionary when asked to spell check. Additional info: So In summary, Common error I got for all Indic languages is WARNING **: Error loading plugin: /usr/lib/enchant/libenchant_myspell.so: wrong ELF class: ELFCLASS32 Languages for which spell checker didn't started are kwrite(5263): No language dictionaries for the language : "mr" kwrite(5300): No language dictionaries for the language : "gu" kwrite(5429): No language dictionaries for the language : "ml" kwrite(5441): No language dictionaries for the language : "hi" kwrite(5457): No language dictionaries for the language : "pa" Languages for which spell checker started but in English dictionary are te_IN, ta_IN, bn_IN, as_IN, or_IN -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 10:04:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 06:04:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 500562] New: [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning https://bugzilla.redhat.com/show_bug.cgi?id=500562 Summary: [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: enchant AssignedTo: uwog at uwog.net ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: uwog at uwog.net, petersen at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=343737) --> (https://bugzilla.redhat.com/attachment.cgi?id=343737) Wrong rendering made spell checker unable to give correct results. escription of problem: When tried to use Marathi hunspell in kate, I saw spell checker window showing incorrect rendering. Broken rendering made spell checker to read wrong words( set of characters from word as word) Version-Release number of selected component (if applicable): kdesdk-4.2.2-2.fc11.x86_64 kdebase-4.2.2-2.fc11.x86_64 enchant-1.4.2-5.fc11.x86_64 hunspell-mr-20060920-2.fc11.noarch enchant-1.4.2-5.fc11.i586 How reproducible: always Steps to Reproduce: 1.Start KDE in Marathi 2.For easy testing copy text from http://mr.wikipedia.org to kate 3. Apply spell checker Actual results: Failed to read actual word from text in kate and presented in many words from single word to spell checker Expected results: Should use actual word and not to break rendering of word and create many subwords from it. Additional info: This bug is present for Indic languages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 11:37:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 07:37:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 500588] New: Hardcoded requirement for notification-daemon Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Hardcoded requirement for notification-daemon https://bugzilla.redhat.com/show_bug.cgi?id=500588 Summary: Hardcoded requirement for notification-daemon Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: urgent Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: fedora at christoph-wickert.de QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: I recently imported xfce4-notifyd into F-11 and rawhide, so we have two alternative implementations of a notification daemon, but this package has a hardcoded requirement for notification-daemon instead of the virtual package "desktop-notification-daemon". Please change the requirement for notification-daemon into desktop-notification-daemon ASAP, because several builds already failed due to the conflicting packages being pulled in both. Version-Release number of selected component (if applicable): ibus-0:1.1.0.20090423-1.fc11.i586 Additional info: https://www.redhat.com/archives/fedora-devel-list/2009-May/msg01062.html https://bugzilla.redhat.com/show_bug.cgi?id=500513 https://fedorahosted.org/rel-eng/ticket/1788 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:37:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:37:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905131437.n4DEb80s013235@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #58 from Qianqian Fang 2009-05-13 10:37:05 EDT --- (In reply to comment #57) > I install rawhide (current pre-f11) with CJK support - login in to a Japanese > desktop and see wqy-bitmap for Chinese glyphs in gucharmap. > screen shot please. which code points you saw bitmaps? did you install wqy-zenhei-fonts? if your Han glyphs are before 0x4E00 (for example KangXi radicals, or CJK unicode extension A), wqy-bitmap-fonts is the only zh font that covers that range, so, showing with bitmaps is expected. if you DID NOT install wqy-zenhei-fonts, and your fonts selected "sans", showing with bitmaps is also reasonable, because wqy-bitmap-fonts is closer to sans than Uming. If you really want to use vector fonts to display despite the sans/serif differences, open 61-wqy-bitmapsong.conf, change the last two sans-serif blocks to the following: WenQuanYi Bitmap Song sans-serif 16 WenQuanYi Zen Hei AR PL UMing CN WenQuanYi Bitmap Song sans-serif 10 WenQuanYi Zen Hei AR PL UMing CN this will match zenhei first and fallback to UMing; again, I prefer the current solution because uming is not as "sans" as bitmap song. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:42:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:42:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905131442.n4DEg0Iv014637@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Indic] Indic hunspell |[Indic] Indic hunspell |dictionary not working with |dictionary not working with |kwrite |kwrite, kate -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:37:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:37:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite In-Reply-To: References: Message-ID: <200905131437.n4DEbrK0013612@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- CC|kevin.kofler at chello.at |kevin at tigcc.ticalc.org Flag| |needinfo?(pnemade at redhat.co | |m) --- Comment #1 from Kevin Kofler 2009-05-13 10:37:52 EDT --- > WARNING **: Error loading plugin: /usr/lib/enchant/libenchant_myspell.so: wrong > ELF class: ELFCLASS32 This looks like Enchant is trying to use the 32-bit multilib instead of the 64-bit one. Can you please try to "yum remove enchant.i586" and see if this helps any? (It's not a real fix, just a workaround.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:41:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:41:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite In-Reply-To: References: Message-ID: <200905131441.n4DEffta028141@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #2 from Kevin Kofler 2009-05-13 10:41:39 EDT --- *** Bug 500553 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:41:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:41:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 500553] [Indic] Indic hunspell dictionary not working with kate In-Reply-To: References: Message-ID: <200905131441.n4DEfecn028096@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500553 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC|kevin.kofler at chello.at |kevin at tigcc.ticalc.org Resolution| |DUPLICATE --- Comment #2 from Kevin Kofler 2009-05-13 10:41:39 EDT --- That's the exact same issue as in KWrite. *** This bug has been marked as a duplicate of 500559 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 14:46:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 10:46:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 500562] [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning In-Reply-To: References: Message-ID: <200905131446.n4DEkokP029624@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500562 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- CC|kevin.kofler at chello.at |arbiter at binaryhelix.net, | |jreznik at redhat.com, | |kevin at tigcc.ticalc.org, | |ltinkl at redhat.com, | |rdieter at math.unl.edu, | |smparrish at gmail.com Component|enchant |kdelibs AssignedTo|uwog at uwog.net |than at redhat.com --- Comment #1 from Kevin Kofler 2009-05-13 10:46:49 EDT --- Ouch, single letters being passed as "words" to the spell checker... I'm not sure where the bug is located, it could be anywere in the stack, Qt, kdelibs (in Sonnet or elsewhere in kdelibs), enchant, hunspell. Do other Enchant-using apps work? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 15:01:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 11:01:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905131501.n4DF1Zdk000909@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Caolan McNamara changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(pnemade at redhat.co | |m) | --- Comment #3 from Caolan McNamara 2009-05-13 11:01:34 EDT --- Created an attachment (id=343781) --> (https://bugzilla.redhat.com/attachment.cgi?id=343781) suggested patch The code has a g_build_filename(prefix,"lib","enchant",NULL); in it and always adds /usr/lib/enchant/modules" to the search path. A quick look suggests that ENCHANT_GLOBAL_MODULE_DIR is always defined and pointing to the right place, so the above should make it do the right thing (probabl) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 20:37:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 16:37:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 500731] New: Switching on/off behaves weird when compositing enabled Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Switching on/off behaves weird when compositing enabled https://bugzilla.redhat.com/show_bug.cgi?id=500731 Summary: Switching on/off behaves weird when compositing enabled Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: martin.sourada at gmail.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: Turning ibus on or off does frequently makes the tool window either semitransparently reapear after switching to another window (and is not clickable/working) or not appear (save for its shadow and it is clickable/working). I can seem to trigger this only when I have compositing in metacity enabled. Tried chewing and anthy inputs, both suffer from this. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-1.fc11.i586 How reproducible: seems to be always reproducible sans some applications (e.g. when switching to ibus settings window, it seems to behave correctly) Steps to Reproduce: 1. turn on metacity compositing (gconf->apps->metacity->general->compositin_manager) 2. open two gtk applications that take input from keyboard (e.g. two gnome-terminals) 3. switch to and fro between those two applications while randomly turning ibus on and off Actual results: Usually after turning it off and switching to other window, the toolbox reappear (but is semitransparent and not clickable/working), switching back, turning on and off again and switching again to the other window seems to work as expeced. Switch back to the first window and turn it on again, usually blank (fully transparent) toolbox appears. Turning off and on again fix it (or switching again to and fro between the two applications without explicitly turning it on/off). Expected results: Turns on and off without the strange side effects. Additional info: It seems impossible to make a screenshot of the not-appearing one, hitting print screen makes it reappear. Screenshot of the "false positive" is at https://www.redhat.com/archives/fedora-test-list/2009-May/png1jbZyCgtB3.png -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 13 20:47:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 16:47:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 500732] New: RFE: switch keyboard layout to USA when turning on Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: switch keyboard layout to USA when turning on https://bugzilla.redhat.com/show_bug.cgi?id=500732 Summary: RFE: switch keyboard layout to USA when turning on Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: martin.sourada at gmail.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: Because most input methods seem to be designed to work best with US keyboard layout, it would be IMHO good to automatically switch to it when turing ibus on (and switch back when turing off) Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-1.fc11.i586 How reproducible: always Steps to Reproduce: 1. switch your layout to something different from USA, e.g. Cze 2. turn some ibus input method, e.g. anthy, on Actual results: keyboard layout stays same Expected results: kayboard layout changes to USA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 00:43:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 20:43:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905140043.n4E0ha5P009883@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #59 from Akira TAGOH 2009-05-13 20:43:34 EDT --- That may be the expected behaviour for you as you do in your fontconfig rule though, current behaviour isn't ideal and no one is happy with it. this would be true since you asked if wqy-zenhei-fonts is installed. I'd say again, what you should take an action to fix this completely would be: 1. have a dependency in wqy-bitmap-fonts to ensure if wqy-zenhei-fonts is installed. 2. stop to depend on any other fonts in your rule and just leave it to other rules. Your suggestion at comment #58 is just a workaround but not a solution. and you might see the same issue in the future. I'm afraid it's not a good idea. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 01:12:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 21:12:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 500588] Hardcoded requirement for notification-daemon In-Reply-To: References: Message-ID: <200905140112.n4E1CeTZ026745@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500588 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE --- Comment #1 from Huang Peng 2009-05-13 21:12:39 EDT --- Fixed in ibus-1.1.0.20090508-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 01:15:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 21:15:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 500588] Hardcoded requirement for notification-daemon In-Reply-To: References: Message-ID: <200905140115.n4E1FA1R015524@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500588 --- Comment #2 from Fedora Update System 2009-05-13 21:15:10 EDT --- ibus-1.1.0.20090508-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 01:27:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 21:27:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905140127.n4E1RwmQ029398@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #60 from Qianqian Fang 2009-05-13 21:27:57 EDT --- (In reply to comment #59) > That may be the expected behaviour for you as you do in your fontconfig rule > though, current behaviour isn't ideal and no one is happy with it. What do you mean by "no one is happy"? You don't speak for all CJK users I believe. Only a few Japanese users were bothered previously, but with my current fix, all Japanese Han glyphs were displayed properly with your preferred vector fonts. The remaining characters should be decided by their respective users. > this would be true since you asked if wqy-zenhei-fonts is installed. I'd say again, what > you should take an action to fix this completely would be: > > 1. have a dependency in wqy-bitmap-fonts to ensure if wqy-zenhei-fonts is > installed. Please install wqy-zenhei-fonts by default then. As I said, I don't mind removing wqy-bitmap-fonts in order to install wqy-zenhei, because ZenHei is the "official" sans for Chinese, and SHOULD be installed. > > 2. stop to depend on any other fonts in your rule and just leave it to other > rules. I said it already, it is NOT dependency! it is fallback! if you look into all the current fontconfig files, many of the font names are not present by default. By your logic, all of these should be removed, as they are dependent to the the missing font package. Indeed, if you want to make a synthetic font with your preferred fonts, you HAVE TO explicitly mention other font's name. That is exactly what wqy-bitmap-fonts is. By the way, you should really blaming changing font names, rather than blaming citing font names in config files. Changing a commonly used font name should be done with extreme caution. > > Your suggestion at comment #58 is just a workaround but not a solution. and you > might see the same issue in the future. I'm afraid it's not a good idea. Then, the best solution to me is my proposal in Bug#499902, but you don't like either. The only solution is to follow exactly what you suggested. I don't think we can work out this way. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 02:51:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 22:51:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] New: UI bug of "Enable input method" checkbox Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: UI bug of "Enable input method" checkbox https://bugzilla.redhat.com/show_bug.cgi?id=500760 Summary: UI bug of "Enable input method" checkbox Product: Fedora Version: rawhide Platform: i386 OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-pinyin AssignedTo: phuang at redhat.com ReportedBy: lili at redhat.com QAContact: extras-qa at fedoraproject.org CC: jlaska at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Created an attachment (id=343902) --> (https://bugzilla.redhat.com/attachment.cgi?id=343902) UI of ibus Description of problem: In"Enable input method" checkbox,some words are not clear, have some empty string in the sentence Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.Choose System->Preferences->Input Method (or run im-chooser) 2. "Enable input method" checkbox pops up 3. check the UI ,see more from attached image. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 03:26:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 23:26:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 500762] New: The iBus input speed becomes much slower after "Fuzzy PinYin" enabled Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: The iBus input speed becomes much slower after "Fuzzy PinYin" enabled https://bugzilla.redhat.com/show_bug.cgi?id=500762 Summary: The iBus input speed becomes much slower after "Fuzzy PinYin" enabled Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-pinyin AssignedTo: phuang at redhat.com ReportedBy: lili at redhat.com QAContact: extras-qa at fedoraproject.org CC: jlaska at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: The iBus input speed becomes much slower after "Fuzzy PinYin" enabled Version-Release number of selected component (if applicable): ibus-pinyin-1.1.0.20090303-1.fc11.noarch How reproducible: 100% Steps to Reproduce: 1.enable ibus input method 2.open "Python PinYin Setup" 3.enable Fuzzy PinYin and input some words in gedit,the iBus input speed will become much slower Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 03:36:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 23:36:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 500763] New: User DB is unavailable in ibus for liveCD Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: User DB is unavailable in ibus for liveCD https://bugzilla.redhat.com/show_bug.cgi?id=500763 Summary: User DB is unavailable in ibus for liveCD Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-pinyin AssignedTo: phuang at redhat.com ReportedBy: lili at redhat.com QAContact: extras-qa at fedoraproject.org CC: jlaska at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Created an attachment (id=343906) --> (https://bugzilla.redhat.com/attachment.cgi?id=343906) UserDB Description of problem: User DB is unavailable in ibus for liveCD Version-Release number of selected component (if applicable): ibus-pinyin-1.1.0.20090303-1.fc11.noarch How reproducible: 100% Steps to Reproduce: 1.login liveCD, enable ibus,input some words in any application 2. open "Python PinYin Setup", go to "User DB" 3. the "Optimize User DB" can not be click,see attachment. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 03:48:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 13 May 2009 23:48:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905140348.n4E3mjH8024948@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #4 from Parag 2009-05-13 23:48:45 EDT --- (In reply to comment #1) > > WARNING **: Error loading plugin: /usr/lib/enchant/libenchant_myspell.so: wrong > > ELF class: ELFCLASS32 > > This looks like Enchant is trying to use the 32-bit multilib instead of the > 64-bit one. Can you please try to "yum remove enchant.i586" and see if this > helps any? (It's not a real fix, just a workaround.) Thanks this worked and now no Warning. I am not sure how it gets installed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 04:19:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 00:19:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905140419.n4E4JKu6030510@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #6 from Kevin Kofler 2009-05-14 00:19:20 EDT --- So the warning went away, but it's still not working? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 04:17:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 00:17:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905140417.n4E4HLGY030275@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #5 from Parag 2009-05-14 00:17:21 EDT --- (In reply to comment #3) > Created an attachment (id=343781) --> (https://bugzilla.redhat.com/attachment.cgi?id=343781) [details] > suggested patch > > The code has a g_build_filename(prefix,"lib","enchant",NULL); in it and always > adds /usr/lib/enchant/modules" to the search path. A quick look suggests that > ENCHANT_GLOBAL_MODULE_DIR is always defined and pointing to the right place, so > the above should make it do the right thing (probabl) I did scratch build http://koji.fedoraproject.org/koji/taskinfo?taskID=1354061 updated enchant and reboot machine. But, Still for Marathi locale(mr_IN), with kwrite, kwrite(4066): No language dictionaries for the language : "mr" and spell checker did not even started. with kate, spellchecker started in English locale. I am using Marathi KDE Desktop for above testing. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 04:21:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 00:21:05 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905140421.n4E4L5ac020074@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #7 from Parag 2009-05-14 00:21:04 EDT --- (In reply to comment #6) > So the warning went away, but it's still not working? yes not working. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 09:16:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 05:16:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905140916.n4E9G1Ae012606@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #8 from Caolan McNamara 2009-05-14 05:16:00 EDT --- a) the warning about ELFCLASS is from enchant, i.e. #3 b) hunspell-mr has a bad non-utf8 line in it, so lets exclude that language from discussion for the moment, as that specific dictionary is a little broken c) I don't use KDE much, but I logged in as Oriya and I see that the English spellchecker is the default, looking at the kde system settings->regional and language I see a spell checker option, where the default language was set as English, if I change that to a different language e.g. Oriya then the spell checking dialogs in kwrite and kate start with that language instead of english. It looks to me that in KDE changing the language you login with has no effect on the language used for spell-checking. e.g. If I log in as German, I also get English as the default spell checking language in KDE unless I manually toggle that spell-checking language option. d) I also think enchant is working fine except for the small issue of #3 e.g. if we have a locale of or_IN, and we test the simple command line tool, then strace enchant -a 2>&1 < /dev/null | grep myspell | grep dic should say... open("/usr/share/myspell/or_IN.dic", O_RDONLY) = 3 and so on for the other languages, i.e. find the hunspell ones correctly e) but FWIW I don't get any errors like kwrite(4066): No language dictionaries for the language : "mr" for me kate and kwrite act exactly the same So... if you select the Indic languages manually from settings->regional and language in KDE (and either skip testing Marathi or use the fixed dictionary) do those Indic dictionaries work in kate and kwrite ?, i.e. to test if dictionaries + enchant + sonnet are working correctly and ignoring the "want spellchecking to automatically use locale" wishlist item. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 09:37:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 05:37:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] New: icon property on ibus panel display icon only once after its used. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: icon property on ibus panel display icon only once after its used. https://bugzilla.redhat.com/show_bug.cgi?id=500802 Summary: icon property on ibus panel display icon only once after its used. Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When I tried to use iok from ibus panel, it worked fine and open iok application in selected inscript keymap. But when changed from inscript to any other keymap and then back to inscript keymap, iok icon stops appearing. Version-Release number of selected component (if applicable): ibus-m17n-1.1.0.20090211-4.fc11.x86_64 ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. install m17n-contrib-hindi. start gedit and select hi-inscript. 2. you will see iok icon. Click on it. 3. Change keymap to phonetic 4. Change again back to inscript and observe iok icon not appearing Actual results: iok icon not appearing when tried to use inscript again after its changed to other keymap. Expected results: iok icon should appear when tried to use inscript again after its changed to other keymap. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 09:47:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 05:47:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] UI bug of "Enable input method" checkbox In-Reply-To: References: Message-ID: <200905140947.n4E9labS031724@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Translation CC| |tagoh at redhat.com Component|ibus-pinyin |im-chooser AssignedTo|phuang at redhat.com |tagoh at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 09:54:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 05:54:22 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905140954.n4E9sMMh021317@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|UI bug of "Enable input |[zh_CN] Translation of Note |method" checkbox |isn't clear and has weird | |white space Flag| |needinfo? --- Comment #1 from Akira TAGOH 2009-05-14 05:54:21 EDT --- That need any feedbacks from a translator or any suggestions with po are welcome. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 10:00:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 06:00:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905141000.n4EA06je022763@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #61 from Akira TAGOH 2009-05-14 06:00:03 EDT --- (In reply to comment #60) > What do you mean by "no one is happy"? You don't speak for all CJK users I > believe. Only a few Japanese users were bothered previously, but with my > current fix, all Japanese Han glyphs were displayed properly with your > preferred vector fonts. The remaining characters should be decided by their > respective users. For those who wants to use different outlined font other than the above two. I don't know who exactly is. > > 1. have a dependency in wqy-bitmap-fonts to ensure if wqy-zenhei-fonts is > > installed. > > Please install wqy-zenhei-fonts by default then. As I said, I don't mind > removing wqy-bitmap-fonts in order to install wqy-zenhei, because ZenHei is the > "official" sans for Chinese, and SHOULD be installed. Installing by default doesn't matter and it doesn't help for upgrading. otherwise we don't need any dependencies in GNOME packages and so on in that sense. this is to ensure the sane packaging but ain't talking about something after the packages is installed here. this is the right way under the package management system to help out the insane thing. This is a suggestion to settle though. > > 2. stop to depend on any other fonts in your rule and just leave it to other > > rules. > > I said it already, it is NOT dependency! it is fallback! Again, appearing WenQuanYi Bitmap Song for outside 10~16px is the expected behaviour for current logic right. however it's not the expected behaviour for users. I'm saying that and that logic is wrong then. Even though you have taken responsibility for fallback, causing not working due to no fallback fonts available is a bug and not desirable. it's nearly equivalent to nothing. then why don't you just leave that responsibility to others or just take the above suggestion 1? > By your logic, all of these should be removed, as they are dependent > to the the missing font package. I meant to that. if something doesn't work as expected after getting rid of them then, we should have the certain thing in fontconfig or somewhere to support fallback with something rather than describing the font name not owned by the package. > Indeed, if you want to make a synthetic font with your preferred fonts, you > HAVE TO explicitly mention other font's name. That is exactly what > wqy-bitmap-fonts is. I have already demonstrated to apply WenQuanYi Bitmap Song for the desired size only rather than fallback to others for outside though. you can use the preferred fonts for other sizes without modifying fontconfig rules at all. > By the way, you should really blaming changing font names, rather than blaming > citing font names in config files. Changing a commonly used font name should be > done with extreme caution. For instance, would you blame someone who decided to change Chinese font to new one say because it has better quality than current font? that makes no sense. that situation is most likely to happen when we have any chance. > > Your suggestion at comment #58 is just a workaround but not a solution. and you > > might see the same issue in the future. I'm afraid it's not a good idea. > > Then, the best solution to me is my proposal in Bug#499902, but you don't like > either. The only solution is to follow exactly what you suggested. I don't > think we can work out this way. Heh, I just like the sane solution for long term but not ugly hack or so. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 14:40:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 10:40:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905141440.n4EEeYkG032004@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #62 from Qianqian Fang 2009-05-14 10:40:33 EDT --- (In reply to comment #61) > Again, appearing WenQuanYi Bitmap Song for outside 10~16px is the expected > behaviour for current logic right. however it's not the expected behaviour for > users. I'm saying that and that logic is wrong then. Even though you have > taken responsibility for fallback, causing not working due to no fallback fonts > available is a bug and not desirable. it's nearly equivalent to nothing. then > why don't you just leave that responsibility to others or just take the above > suggestion 1? If there is no other Chinese fonts cover those code points, for example, any thing between U3400~U4FD5, the best you can get is to display them with bitmaps as wqy-bitmap-fonts covers them. Even for U4E00~U9FA5, UMing have a few thousands missing, those missing ones will still be displayed by bitmaps. Without installing wqy-zenhei, what you suggested is simply not possible. > Heh, I just like the sane solution for long term but not ugly hack or so. Seriously, I don't have time to argue with you. If you have the authority to modify cvs, go ahead, I don't care. If you believe you can convince me your "long term" solution is better, go write one that works for all the tests in Comment#54, particularly the English desktop. I will commit it without a single more word. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 14:43:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 10:43:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905141443.n4EEhu8e023118@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 --- Comment #63 from Qianqian Fang 2009-05-14 10:43:56 EDT --- (In reply to comment #62) > If you believe you can convince me your > "long term" solution is better, go write one that works for all the tests in > Comment#54, particularly the English desktop. I will commit it without a single > more word. and of course, if there is anything wrong in the future with this, it would have to be your responsibility to fix it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 14 19:09:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 15:09:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 435051] thunderbird .desktop file has no translations In-Reply-To: References: Message-ID: <200905141909.n4EJ9lev019772@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=435051 --- Comment #8 from Ville-Pekka Vainio 2009-05-14 15:09:46 EDT --- It's apparently the Thunderbird test day today. I've just installed thunderbird-3.0-2.3.beta2.fc11.i586, still no translations in the menu entry. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 02:37:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 22:37:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150237.n4F2b8bG014439@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(lili at redhat.com) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 02:36:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 14 May 2009 22:36:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150236.n4F2awnc014386@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #2 from Huang Peng 2009-05-14 22:36:57 EDT --- I did not find any problem. Liam Li, Please upload a screenshot for the problem. Thanks. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 04:44:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 00:44:15 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150444.n4F4iF16010981@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #343902|UI of ibus |Screenshot for im-chooser description| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 04:52:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 00:52:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150452.n4F4qNVs012582@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 --- Comment #3 from Akira TAGOH 2009-05-15 00:52:23 EDT --- BTW that notes are displayed differently if you run it on different environments, if the translation is wrong, that would be better checking others as well. Here is testcases: 1. LANG=zh_CN.UTF-8 XMODIFIERS=@im=imsettings GTK_IM_MODULE= QT_IM_MODULE=blahblahblah im-chooser 2. LANG=zh_CN.UTF-8 XMODIFIERS=@im=imsettings GTK_IM_MODULE=blahblahblah QT_IM_MODULE= im-chooser 3. LANG=zh_CN.UTF-8 XMODIFIERS=@im=imsettings GTK_IM_MODULE=blahblahblah QT_IM_MODULE=blahblahblah im-chooser 4. LANG=zh_CN.UTF-8 XMODIFIERS=@im=blahblahblah GTK_IM_MODULE= QT_IM_MODULE= im-chooser 5. LANG=zh_CN.UTF-8 XMODIFIERS=@im=blahblahblah GTK_IM_MODULE=blahblahblah QT_IM_MODULE= im-chooser 6. LANG=zh_CN.UTF-8 XMODIFIERS=@im=blahblahblah GTK_IM_MODULE= QT_IM_MODULE=blahblahblah im-chooser 7. LANG=zh_CN.UTF-8 XMODIFIERS=@im=blahblahblah GTK_IM_MODULE=blahblahblah QT_IM_MODULE=blahblahblah im-chooser -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 05:01:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 01:01:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150501.n4F51Z6u007974@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lliu at redhat.com, | |mospina at redhat.com, | |noriko at redhat.com --- Comment #4 from Noriko Mizumoto 2009-05-15 01:01:34 EDT --- zh_CN translator is added in cc. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 05:20:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 01:20:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150520.n4F5KheT017114@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 --- Comment #5 from Huang Peng 2009-05-15 01:20:43 EDT --- msgid "" "Note: this change will not take effect until you next log in%s" msgstr "??????????????? %s ?????" Hi Tagoh-san, I found there two spaces before and after "%s". Maybe we could remove them. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 06:34:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 02:34:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] tomoe-gtk not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200905150634.n4F6Y2Af028998@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499880 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from Ding-Yi Chen 2009-05-15 02:34:01 EDT --- Thanks for informing me and providing patch for this bug. However, I tend not to apply patches on generated sources. Anyway, I will submit the patch to the upstream. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 06:40:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 02:40:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] tomoe-gtk not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200905150640.n4F6eXWI024894@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499880 --- Comment #2 from Fedora Update System 2009-05-15 02:40:33 EDT --- tomoe-gtk-0.6.0-7.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/tomoe-gtk-0.6.0-7.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 06:42:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 02:42:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 488398] ghostscript files referred to outdated font info In-Reply-To: References: Message-ID: <200905150642.n4F6gCgZ025056@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488398 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #17 from Caius 'kaio' Chance 2009-05-15 02:42:11 EDT --- (In reply to comment #16) > Please ignore comment 11,12,13,14 - I think it is due to the radeon X driver. > "MOZ_DISABLE_IMAGE_OPTIMIZE=1 firefox" works around it. Thanks for info. I have fixed comment #15 and rebuilt: http://koji.fedoraproject.org/koji/buildinfo?buildID=102212 It will be on current rawhide and F11 soon. :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 06:40:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 02:40:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] tomoe-gtk not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200905150640.n4F6eb58030374@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499880 --- Comment #3 from Fedora Update System 2009-05-15 02:40:37 EDT --- tomoe-gtk-0.6.0-7.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/tomoe-gtk-0.6.0-7.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 06:51:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 02:51:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150651.n4F6pLv9027037@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 Wei Liu changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(lili at redhat.com) | --- Comment #6 from Wei Liu 2009-05-15 02:51:20 EDT --- In zh-CN.po,two spaces before and after "%s" has been removed and "???" has been modified to "?". However, it still doesnot make sense to me compares with the screen shot. What does "%s" refer to here? In the screen shot, there is a string "? GTK+ ????", but not exist either in en-US.po or zh-CN.po. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 07:54:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 03:54:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905150754.n4F7scVG007495@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #9 from Parag 2009-05-15 03:54:37 EDT --- (In reply to comment #8) > a) the warning about ELFCLASS is from enchant, i.e. #3 > b) hunspell-mr has a bad non-utf8 line in it, so lets exclude that language > from discussion for the moment, as that specific dictionary is a little broken > Thanks built new hunspell-mr. > c) I don't use KDE much, but I logged in as Oriya and I see that the English > spellchecker is the default, looking at the kde system settings->regional and > language I see a spell checker option, where the default language was set as > English, if I change that to a different language e.g. Oriya then the spell > checking dialogs in kwrite and kate start with that language instead of > english. > > It looks to me that in KDE changing the language you login with has no effect > on the language used for spell-checking. e.g. If I log in as German, I also get > English as the default spell checking language in KDE unless I manually toggle > that spell-checking language option. But does that mean setting default spell checker for current locale is manual step? > > d) I also think enchant is working fine except for the small issue of #3 > e.g. if we have a locale of or_IN, and we test the simple command line tool, > then > > strace enchant -a 2>&1 < /dev/null | grep myspell | grep dic > > should say... > open("/usr/share/myspell/or_IN.dic", O_RDONLY) = 3 > and so on for the other languages, i.e. find the hunspell ones correctly Yes that works fine with mr_IN also now [parag at rawhideTM /]$ LANG=mr_IN.UTF-8 [parag at rawhideTM /]$ strace enchant -a 2>&1 < /dev/null | grep myspell | grep dic access("/home/parag/.config/enchant/myspell/mr_IN.dic", F_OK) = -1 ENOENT (No such file or directory) access("/home/parag/.enchant/myspell/mr_IN.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/enchant/myspell/mr_IN.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/myspell/mr_IN.dic", F_OK) = 0 open("/usr/share/myspell/mr_IN.dic", O_RDONLY) = 3 > > e) but FWIW I don't get any errors like > kwrite(4066): No language dictionaries for the language : "mr" > for me kate and kwrite act exactly the same > > So... > if you select the Indic languages manually from settings->regional and language > in KDE (and either skip testing Marathi or use the fixed dictionary) do those > Indic dictionaries work in kate and kwrite ?, i.e. to test if dictionaries + > enchant + sonnet are working correctly and ignoring the "want spellchecking to > automatically use locale" wishlist item. Yes successfully tested Marathi as well as Oriya and Punjabi dictionary with above steps and now no warnings/errors on konsole. So is there any way to auto set dictionary to locale in which desktop started? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 08:18:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 04:18:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not working with kwrite, kate In-Reply-To: References: Message-ID: <200905150818.n4F8Ih5v012960@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 --- Comment #10 from Caolan McNamara 2009-05-15 04:18:42 EDT --- Nifty, so I think then that everything on the hunspell and enchant side is working fine now. So this bug can stay here to fix #3. "But does that mean setting default spell checker for current locale is manual step?" In KDE it seems that way, but I'm not much of a KDE user to know if that's *meant* to be the case or not, GNOME apps take it from the locale while KDE ones take it from their "spell-checking language" setting. I'd guess that the nicest thing for KDE would be to have a new extra language option for the spell-checking languages drop-down of "default" which takes the current locale settings to use, i.e. the classic precedence order of "LANGUAGE, LC_ALL, LC_MESSAGES, and LANG", and make it the default option for a new install. Perhaps log a feature request against sonnet (?) for that feature and see if it makes sense in the KDE world. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 08:46:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 04:46:57 -0400 Subject: [Fedora-i18n-bugs] [Bug 500760] [zh_CN] Translation of Note isn't clear and has weird white space In-Reply-To: References: Message-ID: <200905150846.n4F8kvCN023702@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500760 --- Comment #7 from Akira TAGOH 2009-05-15 04:46:57 EDT --- (In reply to comment #6) > In zh-CN.po,two spaces before and after "%s" has been removed and "???" has > been modified to "?". However, it still doesnot make sense to me compares with > the screen shot. What does "%s" refer to here? In the screen shot, there is a > string "? GTK+ ????", but not exist either in en-US.po or zh-CN.po. I don't know how it looks like on your client application to update the translation but if you look into zh_CN.po directly and find out "Note" thing, you'll see helpful examples to translate them how it looks like on this application. plus, to reduce having a lot of messages, it combines various messages to build up the real string. i.e. for the above case: msgid "GTK+ applications" msgstr "GTK+ ????" msgid ", except %s" msgstr ", ? %s ??" Hope that helps. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 09:14:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 05:14:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 500562] [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning In-Reply-To: References: Message-ID: <200905150914.n4F9EloM023956@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500562 --- Comment #2 from Parag 2009-05-15 05:14:47 EDT --- I think this bug is related to sonnet coding in kdelibs package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 09:31:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 05:31:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not default for Indic locale with kwrite, kate In-Reply-To: References: Message-ID: <200905150931.n4F9VOHd000834@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arbiter at binaryhelix.net, | |jreznik at redhat.com, | |ltinkl at redhat.com, | |rdieter at math.unl.edu, | |smparrish at gmail.com, | |than at redhat.com Component|enchant |kdelibs AssignedTo|uwog at uwog.net |than at redhat.com Summary|[Indic] Indic hunspell |[Indic] Indic hunspell |dictionary not working with |dictionary not default for |kwrite, kate |Indic locale with kwrite, | |kate --- Comment #11 from Kevin Kofler 2009-05-15 05:31:23 EDT --- Looks like a bug in Sonnet (which is part of kdelibs). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 09:39:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 05:39:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] New: ibus-table* missing *.txt? Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ibus-table* missing *.txt? https://bugzilla.redhat.com/show_bug.cgi?id=500973 Summary: ibus-table* missing *.txt? Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-table AssignedTo: cchance at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: cchance at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When I try to install ibus-table-{cangjie,erbi,wubi} I get %post errors. How reproducible: every time Steps to Reproduce: # yum install ibus-table\* Actual results: Transaction Test Succeeded Running Transaction Installing : ibus-table 1/5 Installing : ibus-table-erbi 2/5 Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'erbi_qs.txt' Non-fatal POSTIN scriptlet failure in rpm package ibus-table-erbi-1.1.0.20090407-3.fc11.noarch warning: %post(ibus-table-erbi-1.1.0.20090407-3.fc11.noarch) scriptlet failed, exit status 1 Installing : ibus-table-cangjie 3/5 Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'cangjie3.txt' Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'cangjie5.txt' Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'quick3.txt' Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'quick5.txt' Non-fatal POSTIN scriptlet failure in rpm package ibus-table-cangjie-1.1.0.20090309-6.fc11.noarch warning: %post(ibus-table-cangjie-1.1.0.20090309-6.fc11.noarch) scriptlet failed, exit status 1 Installing : ibus-table-wubi 4/5 Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main source = file ( opts.source, 'r' ) IOError: [Errno 2] No such file or directory: 'wubi86.txt' Non-fatal POSTIN scriptlet failure in rpm package ibus-table-wubi-1.1.0.20090327-4.fc11.noarch warning: %post(ibus-table-wubi-1.1.0.20090327-4.fc11.noarch) scriptlet failed, exit status 1 Installing : ibus-table-additional 5/5 Expected results: no errors -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 09:53:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 05:53:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 499360] [as_IN] [Codepoint- Additional Vowels] U+09E3 has error. In-Reply-To: References: Message-ID: <200905150953.n4F9r8Xk005888@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499360 --- Comment #3 from XinSun 2009-05-15 05:52:52 EDT --- Created an attachment (id=344108) --> (https://bugzilla.redhat.com/attachment.cgi?id=344108) Expected result of "U+09E2" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 09:54:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 05:54:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 499360] [as_IN] [Codepoint- Additional Vowels] U+09E3 has error. In-Reply-To: References: Message-ID: <200905150954.n4F9sYeh006065@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499360 --- Comment #4 from XinSun 2009-05-15 05:54:33 EDT --- Description of problem: Input "09E3" with "RAW CODE" in gedit, the result has error. Version-Release number of selected component (if applicable): pangomm-2.14.1-1.fc10.x86_64 pango-1.22.3-1.fc10.i386 pango-1.22.3-1.fc10.x86_64 pango-devel-1.22.3-1.fc10.x86_64 How reproducible: Always Steps to Reproduce: 1.Select "RAW CODE" in scim-bridge. 2.Input "09E3" in gedit. Actual results: The result is ? and is different from the attachment. Expected results: Please see the attachment. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 10:07:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 06:07:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 499360] [as_IN] [Codepoint- Additional Vowels] U+09E3 has error. In-Reply-To: References: Message-ID: <200905151007.n4FA7Y3L008978@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499360 --- Comment #5 from XinSun 2009-05-15 06:07:34 EDT --- Created an attachment (id=344110) --> (https://bugzilla.redhat.com/attachment.cgi?id=344110) Expected result of "U+09E3" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 10:10:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 06:10:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 499358] [as_IN] [Codepoint- Additional Vowels] U+09E2 has error. In-Reply-To: References: Message-ID: <200905151010.n4FAA8pk009639@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499358 --- Comment #4 from XinSun 2009-05-15 06:10:07 EDT --- Created an attachment (id=344111) --> (https://bugzilla.redhat.com/attachment.cgi?id=344111) Expected result of "U+09E2" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 10:09:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 06:09:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 499358] [as_IN] [Codepoint- Additional Vowels] U+09E2 has error. In-Reply-To: References: Message-ID: <200905151009.n4FA9jsj009286@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499358 --- Comment #3 from XinSun 2009-05-15 06:09:44 EDT --- Actual result: he result is ? and is different from the attachment. Expected result: Please see the attachment "Expected result of 09E2.PNG". -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 10:58:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 06:58:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905151058.n4FAwrgP019462@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|icon property on ibus panel |[indic] icon property on |display icon only once |ibus panel display icon |after its used. |only once after its used. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 14:20:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 10:20:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905151420.n4FEK9vc025955@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 14:20:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 10:20:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905151420.n4FEKofh026190@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Patch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 19:11:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 15:11:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905151911.n4FJBosV000308@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|476459 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 19:12:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 15:12:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905151912.n4FJCThf000558@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |476459 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 19:12:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 15:12:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905151912.n4FJCSv4000509@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |492510 --- Comment #38 from Bill Nottingham 2009-05-15 15:12:27 EDT --- Whoops, wrong bug. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 19:13:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 15:13:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200905151913.n4FJDIiK000674@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492510 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notting at redhat.com Blocks|446452(F11Blocker) | --- Comment #64 from Bill Nottingham 2009-05-15 15:13:14 EDT --- This font is no longer installed by default, so removing from the blocker list. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 19:11:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 15:11:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 476459] wqy-zenhei-fonts overrides Japanese desktop (so can't be installed by default in @chinese-support group) In-Reply-To: References: Message-ID: <200905151911.n4FJBnaL032731@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476459 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notting at redhat.com Blocks|492510 | --- Comment #37 from Bill Nottingham 2009-05-15 15:11:46 EDT --- This font is no longer installed by default, so removing from the blocker list. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:26:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:26:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] tomoe-gtk not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200905152326.n4FNQYJ4011813@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499880 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #4 from Fedora Update System 2009-05-15 19:26:34 EDT --- tomoe-gtk-0.6.0-7.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomoe-gtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-4984 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:31:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:31:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 499880] tomoe-gtk not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200905152331.n4FNVdpo013623@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=499880 --- Comment #5 from Fedora Update System 2009-05-15 19:31:38 EDT --- tomoe-gtk-0.6.0-7.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomoe-gtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5022 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:34:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:34:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 500588] Hardcoded requirement for notification-daemon In-Reply-To: References: Message-ID: <200905152334.n4FNYNKS014635@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500588 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |1.1.0.20090508-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:34:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:34:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 500588] Hardcoded requirement for notification-daemon In-Reply-To: References: Message-ID: <200905152334.n4FNYJ1i014610@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500588 --- Comment #3 from Fedora Update System 2009-05-15 19:34:18 EDT --- ibus-1.1.0.20090508-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 16 07:51:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 16 May 2009 03:51:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905160751.n4G7pEO4000337@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 --- Comment #1 from Fedora Update System 2009-05-16 03:51:13 EDT --- ibus-m17n-1.1.0.20090211-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-m17n-1.1.0.20090211-5.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 16 09:25:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 16 May 2009 05:25:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200905160925.n4G9PSkb015155@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=225617 --- Comment #10 from Nicolas Mailhot 2009-05-16 05:25:26 EDT --- This package is currently a bundle of fonts collected from different sources with different licenses. Our font packaging guidelines would call for some splitting here (terminus-fonts is an example of mono-bitmap-font package) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 17 23:57:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 19:57:22 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905172357.n4HNvMX4004502@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 17 23:57:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 19:57:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905172357.n4HNv1s6013169@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 --- Comment #1 from Caius 'kaio' Chance 2009-05-17 19:57:01 EDT --- Confirmed reproducible. Fixing. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 00:10:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 20:10:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180010.n4I0Acml015050@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 --- Comment #2 from Caius 'kaio' Chance 2009-05-17 20:10:37 EDT --- ibus-table-wubi is done: http://koji.fedoraproject.org/koji/buildinfo?buildID=102418 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 00:33:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 20:33:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180033.n4I0X0Kw009173@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 --- Comment #3 from Caius 'kaio' Chance 2009-05-17 20:32:59 EDT --- ibus-table-erbi is done: http://koji.fedoraproject.org/koji/buildinfo?buildID=102419 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 00:55:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 20:55:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180055.n4I0tYAt021339@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 --- Comment #4 from Caius 'kaio' Chance 2009-05-17 20:55:33 EDT --- ibus-table-erbi is done: http://koji.fedoraproject.org/koji/buildinfo?buildID=102419 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 00:58:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 20:58:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180058.n4I0wNr5012524@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #5 from Caius 'kaio' Chance 2009-05-17 20:58:22 EDT --- ibus-table-cangjie is done: http://koji.fedoraproject.org/koji/buildinfo?buildID=102420 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 02:41:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 22:41:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] New: ibus-setup window should be raised if running or just stay on top/grab focus Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ibus-setup window should be raised if running or just stay on top/grab focus https://bugzilla.redhat.com/show_bug.cgi?id=501211 Summary: ibus-setup window should be raised if running or just stay on top/grab focus Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: Currently ibus-setup (and other IME setups) can be lowered and lose focus. If user then tries to select ibus-setup again from applet then "nothing" happens since it is already running. Steps to Reproduce: 1. run ibus-setup 2. bring another window in front 3. try to start ibus-setup from ibus -> Preferences Actual results: nothing happens Expected results: ibus-expect would get focus Additional info: Probably simple workaround is just to have ibus-setup to grab desktop, so users have to close it, before continuing. If that is not too aggressive? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 03:20:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 23:20:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 501212] New: overcommit with delete after two characters input Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: overcommit with delete after two characters input https://bugzilla.redhat.com/show_bug.cgi?id=501212 Summary: overcommit with delete after two characters input Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-hangul AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: wtogami at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: If one inputs two consonant-vowel pairs with ibus-hangul and then tries to delete with backspace the last character is recommitted not deleted. How reproducible: every time Steps to Reproduce: 1. start gedit and start hangul input 2. type a k a k Backspace 3. press backspace again 4. type a k a k \ Backspace Actual results: 2. ??? 3. ??? 4. ??\? Expected results: 2. ??? 3. ?? 4. ?? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 03:55:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 17 May 2009 23:55:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] New: light blue ibus icon is not obvious Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: light blue ibus icon is not obvious https://bugzilla.redhat.com/show_bug.cgi?id=501214 Summary: light blue ibus icon is not obvious Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: eukim at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: The ibus icon in the panel is not obvious and hard for first-time users to understand. Steps to Reproduce: 1. start fedora desktop with ibus 2. try to find out how to control IM Actual results: 2. The current icon has no obvious connection with keyboard or input other than 'i'. Expected results: Clearer icon which new users can quickly recognise as for inputs. Additional info: Actually I would like to change the panel UI so that it more obvious what the current input method is when ibus is off. eg It could show a cross over the IME icon to show that IM is off, a bit like gnome-power-manager's inhibit applet for example. Or maybe we don't need custom icons for IMEs and just use a character for each IME to represent it and display that in the applet. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 04:32:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 00:32:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 501218] New: make the pinyin setup window come to the front Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: make the pinyin setup window come to the front https://bugzilla.redhat.com/show_bug.cgi?id=501218 Summary: make the pinyin setup window come to the front Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-pinyin AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, lliu at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: It would be better to make the pinyin setup window come to the front when clicking the toolbar setting icon. Steps to Reproduce: 1. click on pinyin setup icon 2. return to application 3. click on pinyin setup icon again Actual results: 3. nothing Expected results: 3. setup window to be raised Additional info: Otherwise maybe setup should grab the focus/input until finished? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 04:56:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 00:56:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 501220] New: RFE: edit last preedit character from end of line Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: edit last preedit character from end of line https://bugzilla.redhat.com/show_bug.cgi?id=501220 Summary: RFE: edit last preedit character from end of line Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus-chewing AssignedTo: dchen at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, dchen at redhat.com, tchuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: With scim-chewing it is possible to edit the last character in a compound work in preedit from the end of the line, with ibus-chewing currently one has to move the cursor to in front of the character one wants to change. Steps to Reproduce: 1. input sequence of characters 2. press Down at end of preedit Actual results: 2. edits whole word not just last character Expected results: 2. just wanted to change last character without having to move the cursor back -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 07:56:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 03:56:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180756.n4I7uC8f025586@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|RAWHIDE | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 07:58:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 03:58:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905180758.n4I7w9TW016542@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 --- Comment #6 from Caius 'kaio' Chance 2009-05-18 03:58:09 EDT --- reopened: - table is ok to be created in %install, with NO_INDEX=true - index will be done in %post, with -o table_name.db -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 09:45:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 05:45:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 493563] language packages are less than upstream release In-Reply-To: References: Message-ID: <200905180945.n4I9jYvA006309@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493563 Luk?? Tinkl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |4.2.2 Resolution| |CURRENTRELEASE --- Comment #2 from Luk?? Tinkl 2009-05-18 05:45:33 EDT --- Has been fixed in 4.2.2 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 10:49:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 06:49:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic][CodePoint]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905181049.n4IAniYh028047@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 XinSun changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xinsun at redhat.com --- Comment #26 from XinSun 2009-05-18 06:49:43 EDT --- [pa_IN][CodePoint][Dependent Vowels] U+0A3E ? U+0A3F ? U+0A40 ? U+0A41 ? U+0A42 ? U+0A47 ? U+0A48 ? U+0A4B ? U+0A4C ? [pa_IN][CodePoint][Various Sign] U+0A01 ? U+0A02 ? U+0A03 ? U+0A3C ? U+0A4D ? [pa_IN][CodePoint][Digit] U+0A70 ? U+0A71 ? have the same problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 14:26:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 10:26:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 500973] ibus-table* missing *.txt? In-Reply-To: References: Message-ID: <200905181426.n4IEQRqT014383@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500973 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #7 from Caius 'kaio' Chance 2009-05-18 10:26:27 EDT --- Corrected: http://koji.fedoraproject.org/koji/buildinfo?buildID=102508 http://koji.fedoraproject.org/koji/buildinfo?buildID=102510 http://koji.fedoraproject.org/koji/buildinfo?buildID=102519 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 15:39:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 11:39:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905181539.n4IFdNIS000664@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #1 from M?ir?n Duffy 2009-05-18 11:39:23 EDT --- Created an attachment (id=344459) --> (https://bugzilla.redhat.com/attachment.cgi?id=344459) current ibus panel icon -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 18 15:40:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 11:40:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905181540.n4IFeWWf001314@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #2 from M?ir?n Duffy 2009-05-18 11:40:31 EDT --- icon should be 24x24 for panel... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 02:01:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 22:01:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905190201.n4J21Lm2027104@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #2 from Fedora Update System 2009-05-18 22:01:20 EDT --- ibus-m17n-1.1.0.20090211-5.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus-m17n'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5073 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 02:33:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 22:33:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic][CodePoint]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905190233.n4J2XAc8014699@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #27 from XinSun 2009-05-18 22:33:09 EDT --- [kn_IN][CodePoint] U+0CBE ? U+0CBF ? U+0CC0 ? U+0CC1 ? U+0CC2 ? U+0CC3 ? K U+0CC4 ? U+0CC6 ? U+0CC7 ? U+0CC8 ? U+0CCA ? U+0CCB ? U+0CCC ? U+0C82 ? U+0C83 ? U+0CBC U+0CCD ? U+0CCD ? U+0CD5 ? U+0CD6 ? have the same problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 03:41:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 23:41:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905190341.n4J3fZUq019112@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #21 from Jens Petersen 2009-05-18 23:41:35 EDT --- liberation-fonts-1.04.93-11.fc12 to be clear. (The conflicts were not wrong per se but unnecessary I think.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 03:40:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 23:40:04 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905190340.n4J3e47F029447@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #20 from Jens Petersen 2009-05-18 23:40:04 EDT --- I dropped the provides, obsoletes and conflicts from the latest build in rawhide. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 04:09:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 00:09:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 501220] RFE: edit last preedit character from end of line In-Reply-To: References: Message-ID: <200905190409.n4J490u6002309@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501220 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Ding-Yi Chen 2009-05-19 00:09:00 EDT --- This is a bug that must be fixed by upstream, will submit the patch to upstream. Regards, -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 04:52:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 00:52:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905190452.n4J4qSKQ031533@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|RAWHIDE | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 04:51:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 00:51:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905190451.n4J4pVmG031447@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? --- Comment #11 from Caius 'kaio' Chance 2009-05-19 00:51:30 EDT --- SRPM URL: http://cchance.fedorapeople.org/packaging/ibus-table-yong-1.1.0.20090422-5.fc12.src.rpm Spec URL: http://cchance.fedorapeople.org/packaging/ibus-table-yong.spec Package Name: ibus-table-yong Short Description: Yong table data for IBus Table Owners: cchance Branches: F-11 InitialCC: i18n-team -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 07:09:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 03:09:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905190709.n4J79ZMQ032757@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 --- Comment #12 from Caius 'kaio' Chance 2009-05-19 03:09:34 EDT --- (F-11) SRPM URL: http://cchance.fedorapeople.org/F-11/ibus-table-yong-1.1.0.20090422-5.fc12.src.rpm Spec URL: http://cchance.fedorapeople.org/F-11/ibus-table-yong.spec ===== (F-10) SRPM URL: http://cchance.fedorapeople.org/F-10/ibus-table-yong-1.1.0.20090422-5.fc10.src.rpm Spec URL: http://cchance.fedorapeople.org/F-10/ibus-table-yong.spec ===== Package Name: ibus-table-yong Short Description: Yong table data for IBus Table Owners: cchance Branches: F-10, F-11 InitialCC: i18n-team -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 07:15:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 03:15:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905190715.n4J7F7hT027868@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 --- Comment #13 from Caius 'kaio' Chance 2009-05-19 03:15:06 EDT --- (F-11) SRPM URL: http://cchance.fedorapeople.org/rpms/F-11/ibus-table-yong-1.1.0.20090422-5.fc12.src.rpm Spec URL: http://cchance.fedorapeople.org/rpms/F-11/ibus-table-yong.spec ===== (F-10) SRPM URL: http://cchance.fedorapeople.org/rpms/F-10/ibus-table-yong-1.1.0.20090422-5.fc10.src.rpm Spec URL: http://cchance.fedorapeople.org/rpms/F-10/ibus-table-yong.spec ===== Package Name: ibus-table-yong Short Description: Yong table data for IBus Table Owners: cchance Branches: F-10, F-11 InitialCC: i18n-team -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 08:34:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 04:34:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 500110] [Indic][CodePoint]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200905190834.n4J8YOZ6019587@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500110 --- Comment #28 from XinSun 2009-05-19 04:34:24 EDT --- [Assamese][CodePoint] U+09BE ? U+09BF ? U+09C0 ? U+09C1 ? U+09C2 ? U+09C3 ? U+09C7 ? U+09C8 ? U+09CB ? U+09CC ? U+0982 ? U+0983 ? U+0981 ? U+09E2 U+09E3 U+09CD ? U+09BC ? U+0982 ? U+0983 ? U+0981 ? have the same problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 08:39:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 04:39:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 497646] Upgrade path is broken In-Reply-To: References: Message-ID: <200905190839.n4J8db1G020582@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497646 --- Comment #22 from Nicolas Mailhot 2009-05-19 04:39:36 EDT --- IIRC the conflicts are needed to help yum in some obscure upgrade cases. If you want to drop them, do check with skvidal he's ok with it -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 15:14:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 11:14:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 467982] anaconda doesn't render glyphs with the proper font In-Reply-To: References: Message-ID: <200905191514.n4JFEnhe024980@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=467982 Chris Lumens changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(tagoh at redhat.com) --- Comment #14 from Chris Lumens 2009-05-19 11:14:48 EDT --- I changed out a lot of font package names for F11. Is this any better now? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 15:59:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 11:59:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 494487] [sd_IN@devanagari] Please add Sindhi (devanagari) language to language selection menu in anaconda In-Reply-To: References: Message-ID: <200905191559.n4JFxruk004469@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=494487 Chris Lumens changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(pnemade at redhat.co | |m) --- Comment #4 from Chris Lumens 2009-05-19 11:59:52 EDT --- Giving this one a second look... does this actually require translation work, or is it just to add another region to the list? If there is actually a translation to be done, we can go ahead and add it now if you have a translator lined up. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 15:59:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 11:59:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 494486] [ks_IN@devanagari] Please add Kashmiri (devanagari) language to language selection menu in anaconda In-Reply-To: References: Message-ID: <200905191559.n4JFxm0w006610@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=494486 Chris Lumens changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(pnemade at redhat.co | |m) --- Comment #4 from Chris Lumens 2009-05-19 11:59:47 EDT --- Giving this one a second look... does this actually require translation work, or is it just to add another region to the list? If there is actually a translation to be done, we can go ahead and add it now if you have a translator lined up. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 17:46:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 13:46:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905191746.n4JHk7I4003807@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #3 from Mike Langlie 2009-05-19 13:46:07 EDT --- I made a new icon combining a blank keyboard key and globe to indicate potential choice of input method language. The color should match the existing iBus set. PNGs can be found here: http://productdesign.usersys.redhat.com/wiki/IBus If people like the icon I will make SVGs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 23:56:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 19:56:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905192356.n4JNuSr9007091@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #13 from Fedora Update System 2009-05-19 19:56:28 EDT --- libchewing-0.3.2-9.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/libchewing-0.3.2-9.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 23:56:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 19:56:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905192356.n4JNuBnf009586@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #11 from Fedora Update System 2009-05-19 19:56:10 EDT --- libchewing-0.3.2-9.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/libchewing-0.3.2-9.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 19 23:56:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 19:56:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905192356.n4JNuJOm009649@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #12 from Fedora Update System 2009-05-19 19:56:19 EDT --- libchewing-0.3.2-9.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/libchewing-0.3.2-9.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:33:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:33:17 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905200033.n4K0XHHQ016037@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #14 from Caius 'kaio' Chance 2009-05-19 20:33:16 EDT --- Package Change Request ====================== Package Name: ibus-table-yong New Branches: F-10, F-11 Owners: cchance -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:43:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:43:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 488010] Review Request: ibus-table-cangjie - Cang Jie input method for ibus-table. In-Reply-To: References: Message-ID: <200905200043.n4K0hL0e017558@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488010 --- Comment #41 from Caius 'kaio' Chance 2009-05-19 20:43:20 EDT --- Package Change Request ====================== Package Name: ibus-table-cangjie New Branches: F-10 Owners: cchance -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:43:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:43:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 488010] Review Request: ibus-table-cangjie - Cang Jie input method for ibus-table. In-Reply-To: References: Message-ID: <200905200043.n4K0hh91017628@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488010 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:44:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:44:06 -0400 Subject: [Fedora-i18n-bugs] [Bug 488173] Package Review: ibus-table-erbi In-Reply-To: References: Message-ID: <200905200044.n4K0i6GH017713@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488173 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? --- Comment #18 from Caius 'kaio' Chance 2009-05-19 20:44:06 EDT --- Package Change Request ====================== Package Name: ibus-table-erbi New Branches: F-10 Owners: cchance -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:42:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:42:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 488168] Package Review: ibus-table-wubi In-Reply-To: References: Message-ID: <200905200042.n4K0grqU017502@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488168 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? --- Comment #14 from Caius 'kaio' Chance 2009-05-19 20:42:52 EDT --- Package Change Request ====================== Package Name: ibus-table-wubi New Branches: F-10 Owners: cchance -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:50:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:50:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 497153] eclipse-nls-de breaks jface In-Reply-To: References: Message-ID: <200905200050.n4K0o7bl017564@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497153 --- Comment #11 from Fedora Update System 2009-05-19 20:50:06 EDT --- eclipse-nls-3.4.0.v20090423085802-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:49:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:49:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 497153] eclipse-nls-de breaks jface In-Reply-To: References: Message-ID: <200905200049.n4K0nWrs017049@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497153 --- Comment #10 from Fedora Update System 2009-05-19 20:49:31 EDT --- eclipse-nls-3.4.0.v20090423085802-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:50:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:50:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 497153] eclipse-nls-de breaks jface In-Reply-To: References: Message-ID: <200905200050.n4K0oEqX017752@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497153 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |3.4.0.v20090423085802-1.fc1 | |1 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 03:14:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 23:14:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 476426] Firefox dont chance language in fedora 10 - KDE 4 In-Reply-To: References: Message-ID: <200905200314.n4K3EA9i020168@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476426 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:09:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:09:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 485562] Chinese fonts is used for Japanese desktop after vlgothic-fonts-20090204-2.fc10 installed In-Reply-To: References: Message-ID: <200905200509.n4K59nZH005465@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485562 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:30:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:30:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 476426] Firefox dont change language in fedora 10 - KDE 4 In-Reply-To: References: Message-ID: <200905200530.n4K5UaOq012985@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476426 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com Summary|Firefox dont chance |Firefox dont change |language in fedora 10 - KDE |language in fedora 10 - KDE |4 |4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:38:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:38:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 488173] Package Review: ibus-table-erbi In-Reply-To: References: Message-ID: <200905200538.n4K5cBYU014625@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488173 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #19 from Kevin Fenzi 2009-05-20 01:38:10 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:37:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:37:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 488168] Package Review: ibus-table-wubi In-Reply-To: References: Message-ID: <200905200537.n4K5biko014552@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488168 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #15 from Kevin Fenzi 2009-05-20 01:37:43 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:37:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:37:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 488010] Review Request: ibus-table-cangjie - Cang Jie input method for ibus-table. In-Reply-To: References: Message-ID: <200905200537.n4K5b9le014458@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=488010 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #42 from Kevin Fenzi 2009-05-20 01:37:08 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:41:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:41:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 500731] Switching on/off behaves weird when compositing enabled In-Reply-To: References: Message-ID: <200905200541.n4K5fACS015474@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500731 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #1 from Jens Petersen 2009-05-20 01:41:09 EDT --- Reproduced -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:44:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:44:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 496757] Package Review: ibus-table-yong In-Reply-To: References: Message-ID: <200905200544.n4K5io9x012737@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496757 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #15 from Kevin Fenzi 2009-05-20 01:44:49 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 05:55:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 01:55:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 501638] New: [Indic] konqueror has Rendering broken for sysinfo:/ Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [Indic] konqueror has Rendering broken for sysinfo:/ https://bugzilla.redhat.com/show_bug.cgi?id=501638 Summary: [Indic] konqueror has Rendering broken for sysinfo:/ Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: kdebase AssignedTo: than at redhat.com ReportedBy: aalam at redhat.com QAContact: extras-qa at fedoraproject.org CC: rdieter at math.unl.edu, than at redhat.com, kevin at tigcc.ticalc.org, lvillani at binaryhelix.net, ltinkl at redhat.com, jreznik at redhat.com, fedora-i18n-bugs at redhat.com, smparrish at gmail.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=344742) --> (https://bugzilla.redhat.com/attachment.cgi?id=344742) Two lines with broken rendering Description of problem: Rendering for konqueror is broken for sysinfo:/ page, while running application in Punjabi (pa_IN) locale. Version-Release number of selected component (if applicable): kdebase-4.2.2-2.fc11 How reproducible: Evertime Steps to Reproduce: 1. run konqueror in Punjabi Envirnment 2. type sysinfo:/ in address bar 3. Actual results: Rendering is broken for "My Computer" Expected results: should work fine Additional info: Other Text is fine without top level Text "My Computer and line below it" Screenshot attached below. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 06:18:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 02:18:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] New: ibus should adds new IMEs at end of engine list not beginning Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ibus should adds new IMEs at end of engine list not beginning https://bugzilla.redhat.com/show_bug.cgi?id=501640 Summary: ibus should adds new IMEs at end of engine list not beginning Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: ibus-setup currently adds new engines first in the engine list it would be better to add new ones last in the list by default. Steps to Reproduce: 1. add new engine Actual results: becomes default, first in list Expected results: just to be added at the end -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 06:21:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 02:21:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] New: [kate][pa_IN] Characters are mixed up for Punjabi and English Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [kate][pa_IN] Characters are mixed up for Punjabi and English https://bugzilla.redhat.com/show_bug.cgi?id=501641 Summary: [kate][pa_IN] Characters are mixed up for Punjabi and English Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: kdesdk AssignedTo: than at redhat.com ReportedBy: aalam at redhat.com QAContact: extras-qa at fedoraproject.org CC: rdieter at math.unl.edu, than at redhat.com, kevin at tigcc.ticalc.org, lvillani at binaryhelix.net, ltinkl at redhat.com, jreznik at redhat.com, fedora-i18n-bugs at redhat.com, smparrish at gmail.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=344744) --> (https://bugzilla.redhat.com/attachment.cgi?id=344744) Rendering Problem Description of problem: While running kate with Punjabi language, Today's Tip showing Punjabi Characters for English text (where No Translation), but Punjabi Translation (for Tip) has no problem. Version-Release number of selected component (if applicable): kdesdk-4.2.2-2.fc11 kde-l10n-Punjabi-4.2.2-1.fc11 How reproducible: Evertime Steps to Reproduce: 1. run Punjabi Envirnment for KDE (with systemsetting) 2. run kate 3. check today's tip 4. Press Next to get English Only Tip Actual results: Some Punjabi Characters are available in English Tip Expected results: English should be fine Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 06:36:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 02:36:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905200636.n4K6a9MR026145@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 --- Comment #1 from Ankit Patel 2009-05-20 02:36:09 EDT --- Well my opinion here is, no matter which keymap is first in the list and which one is last. There should be some radio button selection or some kind of selection for the default keymap to be used. If there is only one keymap in the list than it should be the default keymap by default I think. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 06:50:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 02:50:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] New: [IBus] focus-out and disabled IME should hide language panel Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [IBus] focus-out and disabled IME should hide language panel https://bugzilla.redhat.com/show_bug.cgi?id=501644 Summary: [IBus] focus-out and disabled IME should hide language panel Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: dchen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: Sometime disabled IME still have language panel. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-2 How reproducible: Always Steps to Reproduce: 0 Installed ibus-pinyin in IBus. 1. Turn the language panel to "Always on" in order to spot the problem more easily. 2. Switch on IME in IM Client A 3. Switch on IME in Client B 4. Switch off IME in Client A 5. Let Client B has focus by clicking on it. 6. Click back on A Actual results: Language panel still shows for Client A, even when IME is disable. Expected results: Language panel should be hidden for Client A, as IME is disable. Additional info: This can be fixed in either IBus side or IME side. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 07:33:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 03:33:05 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] New: iBus should be enabled by default for en-US Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: iBus should be enabled by default for en-US https://bugzilla.redhat.com/show_bug.cgi?id=501649 Summary: iBus should be enabled by default for en-US Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: iBus should be enabled by default for en-US. However, there has to be an option to enable it by default. iBus should be installed by default irrespective of package selection during Anaconda installation, since it's really important for non-english users, just like fonts. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. install F11 in English locale 2. try to use iBus using ctrl+space 3. Actual results: no iBus installed with English locale Expected results: should install iBus with English locale. Additional info: https://fedoraproject.org/wiki/Test_Days:IBus#Test_Cases_and_Results -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 07:38:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 03:38:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 501650] New: Add Help (Documentation) for ibus-setup UI Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Add Help (Documentation) for ibus-setup UI https://bugzilla.redhat.com/show_bug.cgi?id=501650 Summary: Add Help (Documentation) for ibus-setup UI Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: In iBus Preferences like "Use custom font", "Candidates orientation" and "Previous input method:" (which is disabled always). Can we have some help/documentation for end users about such unclear options? Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: no documentation or tool-tips on usage/information of "Use custom font", "Candidates orientation" and "Previous input method:" Expected results: Should add documentation Additional info: https://fedoraproject.org/wiki/Test_Days:IBus#cite_ref-18 Either Help button can be added with help on using ibus-setup or tooltip can be provided for widgets used in ibus-setup UI. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 07:42:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 03:42:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] New: Add option to selecting(or changing) default keymap from the ibus preference Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Add option to selecting(or changing) default keymap from the ibus preference https://bugzilla.redhat.com/show_bug.cgi?id=501652 Summary: Add option to selecting(or changing) default keymap from the ibus preference Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: Can we have an option of selecting default keymap from the list of added keymaps through preferences window? Because currently iBus is taking latest added keymap as default, which is correct in some way, but I still think, if there is an option (like checkbox or radio button) to select the default keymap it would be great. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. start ibus-setup 2. no way to change default keymap for locale 3. Actual results: no way to change default keymap from list of all keymaps installed for any language. Expected results: should have way to change default keymap from list of all keymaps installed for any language. Additional info: https://fedoraproject.org/wiki/Test_Days:IBus#cite_ref-20 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 07:45:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 03:45:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] New: [pa_IN] Punjabi input is not working in KDE applications Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [pa_IN] Punjabi input is not working in KDE applications https://bugzilla.redhat.com/show_bug.cgi?id=501653 Summary: [pa_IN] Punjabi input is not working in KDE applications Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: In KDE, punjabi input is not working. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: not always Steps to Reproduce: 1. start KDE in pa_IN 2. start kate/kwrite 3. try to input in Punjabi Actual results: unable to input in KDE Expected results: should allow to input in Punjabi in KDE Additional info: https://fedoraproject.org/wiki/Test_Days:IBus#cite_ref-2 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 07:44:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 03:44:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905200744.n4K7iduf008093@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 Caius 'kaio' Chance changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(pahan at hubbitus.in | |fo) --- Comment #6 from Caius 'kaio' Chance 2009-05-20 03:44:37 EDT --- I have just tested on XFCE but and the key bindings worked also. I am using XFCE 4.43 and stardict 3.0.1. Which key did you use? FYI, the pop up window will not appear if you are not highlighting new contents. And modifier key may clashed with hotkeys of applications that made the key not functioning. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 08:54:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 04:54:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 498706] Key bindings don't work after restart In-Reply-To: References: Message-ID: <200905200854.n4K8sfgb023670@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498706 Pavel Alexeev (aka Pahan-Hubbitus) changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(pahan at hubbitus.in | |fo) | --- Comment #7 from Pavel Alexeev (aka Pahan-Hubbitus) 2009-05-20 04:54:40 EDT --- Versions: $ rpm -qa 'xfce*' stardict xfce-utils-4.4.3-1.fc10.i386 xfce-mcs-plugins-4.4.3-1.fc10.i386 xfce4-systemload-plugin-0.4.2-4.fc9.i386 xfce4-cpugraph-plugin-0.4.0-3.fc9.i386 xfce4-verve-plugin-0.3.6-1.fc10.i386 xfce4-mixer-4.4.3-2.fc10.i386 stardict-3.0.1-13.fc10.i386 xfce4-session-engines-4.4.3-1.fc10.i386 xfce4-netload-plugin-0.4.0-7.fc9.i386 xfce4-datetime-plugin-0.6.1-1.fc10.i386 xfce4-session-4.4.3-1.fc10.i386 xfce4-appfinder-4.4.3-1.fc10.i386 xfce4-clipman-plugin-0.8.1-1.fc9.i386 xfce4-wavelan-plugin-0.5.4-4.fc9.i386 xfce4-notes-plugin-1.6.3-1.fc10.i386 xfce4-places-plugin-1.1.0-3.fc10.i386 xfce4-panel-4.4.3-1.fc10.i386 xfce-mcs-manager-4.4.3-1.fc10.1.i386 xfce4-icon-theme-4.4.3-1.fc10.noarch xfce4-battery-plugin-0.5.1-1.fc10.i386 I use "Alt + Ctrl" key combinations. Is it have any matter? I think it is not conflict in any in system... But how I can check it for insurance? And, off course, I press keys after select some word. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 08:59:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 04:59:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 501665] New: [mai_IN] No input method available in KDE applications Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [mai_IN] No input method available in KDE applications https://bugzilla.redhat.com/show_bug.cgi?id=501665 Summary: [mai_IN] No input method available in KDE applications Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When started KDE in mai_IN, no input method available. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1.Start KDE in mai_IN 2.open kwrite/kate 3. unable to input Actual results: unable to input in KDE in mai_IN locale Expected results: Should be able to input in KDE in mai_IN locale Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 09:17:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 05:17:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 501673] New: Shortcut key should be ctrl+shift for changing keymaps Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Shortcut key should be ctrl+shift for changing keymaps https://bugzilla.redhat.com/show_bug.cgi?id=501673 Summary: Shortcut key should be ctrl+shift for changing keymaps Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: aphukan at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: ibus should use ctrl-shift to change keymaps like we used to change in scim. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-3.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. start ibus in your locale 2. try to use ctrl-shift 3. Actual results: not changes keymaps Expected results: should change keymaps. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 09:18:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 05:18:25 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905200918.n4K9IPGS025821@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #1 from Ankit Patel 2009-05-20 05:18:25 EDT --- Hi Bug 501640 is expecting some different behavior than the one I requested in this bug... Pls see my comment #1 as well there in that bug. Thanks! Ankit -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 09:31:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 05:31:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905200931.n4K9VSqf028855@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com --- Comment #2 from Parag 2009-05-20 05:31:27 EDT --- This is how new engines manually added should be listed on ibus panel and should not be mixed with how/who/when/where to select/change default keymap. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 09:27:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 05:27:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 475938] [ALL LANG] Application is not running any languages/locale In-Reply-To: References: Message-ID: <200905200927.n4K9RdJB027926@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475938 norbert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nth at aon.at --- Comment #3 from norbert 2009-05-20 05:27:38 EDT --- might be a bug of its own, but maybe fits into the context: could it be general problems with locales and/or glibc in fc11.i386 !? ever since since the last glibc-update (glibc-2.10.1-1.i686) i keep running into problems like # locale -a locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_COLLATE to default locale: No such file or directory C POSIX localedef, too, does not quite what it (supposedly) should... # localedef -i en_US -c -f UTF-8 en_US.UTF-8 **Floating point exception** # -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 09:29:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 05:29:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905200929.n4K9TmZa031408@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #2 from Parag 2009-05-20 05:29:47 EDT --- (In reply to comment #1) > Hi Bug 501640 is expecting some different behavior than the one I requested in > this bug... Pls see my comment #1 as well there in that bug. > > Thanks! > Ankit Ok. So both bugs are different. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 17:30:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 13:30:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905201730.n4KHUGB0012384@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #4 from Mike Langlie 2009-05-20 13:30:15 EDT --- Working on alternate ideas. Including angled, multiple keys with international characters. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 23:55:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 19:55:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905202355.n4KNtSUg020821@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #14 from Fedora Update System 2009-05-20 19:55:27 EDT --- libchewing-0.3.2-9.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libchewing'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5245 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 00:00:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 20:00:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905210000.n4L00JYG022510@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #15 from Fedora Update System 2009-05-20 20:00:18 EDT --- libchewing-0.3.2-9.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libchewing'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5265 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 00:01:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 20:01:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 496886] libchewing-debuginfo does not contain sources In-Reply-To: References: Message-ID: <200905210001.n4L01uLg022881@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496886 --- Comment #16 from Fedora Update System 2009-05-20 20:01:56 EDT --- libchewing-0.3.2-9.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update libchewing'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-5274 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 00:01:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 20:01:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 501220] RFE: edit last preedit character from end of line In-Reply-To: References: Message-ID: <200905210001.n4L01qQn022846@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501220 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Fedora Update System 2009-05-20 20:01:51 EDT --- libchewing-0.3.2-9.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update libchewing'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-5274 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 03:39:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 20 May 2009 23:39:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200905210339.n4L3di0r032449@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501852 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-i18n-bugs at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 07:49:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 03:49:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200905210749.n4L7nRO1013797@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501852 --- Comment #3 from koka xiong 2009-05-21 03:49:26 EDT --- the bug is against F10, when I input 0D07 0D28 0D4D 200D 0D38 0D4D 0D31 0D4D 0D31 0D4B 0D33 0D4D 200D 0D21 0D4D 0D30 0D48 0D35 0D4D,it will generate ????????????? , I need press 14 times backspace key to delete it.I should use 13 times backspace key to delete it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 09:43:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 05:43:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 501907] New: [ibus][Indic] - ZWJ Candidate window not working properly Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [ibus][Indic] - ZWJ Candidate window not working properly https://bugzilla.redhat.com/show_bug.cgi?id=501907 Summary: [ibus][Indic] - ZWJ Candidate window not working properly Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: ibus-rawcode AssignedTo: psatpute at redhat.com ReportedBy: smaitra at redhat.com QAContact: extras-qa at fedoraproject.org CC: psatpute at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When Type ZWJ - 200d in RAWCODE, the candidate window which appears, does not work with up or down arrow key to select the characters. Version-Release number of selected component (if applicable): ibus-rawcode-1.0.0.20090303-2.fc11.i586 How reproducible: Always Steps to Reproduce: 1. Switch on a FC11 system. 2. Install ibus and ibus-rawcode 3. Select and Enable ibus-rawcode from the panel with CTRL+SPACE bar 4. open gedit 5. Type 200d 6. Observe the candidate window. 7. try to press up or down arrow key or the key buttons there. 8. Observe the action. Actual results: The probable characters in the candidate window can not be selected with up and down arrow key. Expected results: It should allow to move up or down by the keys. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 09:49:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 05:49:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 501907] [ibus][Indic] - Up and Down arrow keys malfunctionaing for ZWJ Candidate window In-Reply-To: References: Message-ID: <200905210949.n4L9nRFB005861@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501907 Satyabrata Maitra changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[ibus][Indic] - ZWJ |[ibus][Indic] - Up and Down |Candidate window not |arrow keys malfunctionaing |working properly |for ZWJ Candidate window -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 09:54:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 05:54:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 501911] New: [ibus][Indic] - ZWJ Candidate window not showing Hexadecimal values in list Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [ibus][Indic] - ZWJ Candidate window not showing Hexadecimal values in list https://bugzilla.redhat.com/show_bug.cgi?id=501911 Summary: [ibus][Indic] - ZWJ Candidate window not showing Hexadecimal values in list Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: ibus-rawcode AssignedTo: psatpute at redhat.com ReportedBy: smaitra at redhat.com QAContact: extras-qa at fedoraproject.org CC: psatpute at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When Type ZWJ - 200d in RAWCODE, the candidate window which appears, does not showing the hexadecimals like A, B, C, D, E, F in the list. Its only showing from 1 to 0 in the list appears. Version-Release number of selected component (if applicable): ibus-rawcode-1.0.0.20090303-2.fc11.i586 How reproducible: Steps to Reproduce: 1. Switch on a FC11 system. 2. Install ibus and ibus-rawcode 3. Select and Enable ibus-rawcode from the panel with CTRL+SPACE bar 4. open gedit 5. Type 200d 6. Observe the candidate window list appears. 7. And observe only 1 to 0 values are showing Actual results: Only 1 to 0 values are showing. Can not see any value for other hexadecimals. Expected results: It should shows A to F values also. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 10:02:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 06:02:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200905211002.n4LA2dBt009211@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501852 --- Comment #4 from Jens Petersen 2009-05-21 06:02:38 EDT --- So F11 is ok? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 10:33:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 06:33:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 501920] New: [ibus][Indic] - ibus Malfunctioning when conflict with keyboard-indicator Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [ibus][Indic] - ibus Malfunctioning when conflict with keyboard-indicator https://bugzilla.redhat.com/show_bug.cgi?id=501920 Summary: [ibus][Indic] - ibus Malfunctioning when conflict with keyboard-indicator Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: smaitra at redhat.com QAContact: extras-qa at fedoraproject.org CC: smaitra at redhat.com, phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When Keyboard Indicator is enabled with any locale other than USA, at that time if you select ibus for any layout, it will not work with ibus, it works with keyboard-indicator at that time. Moreover that, when any other layout engine is enabled in the system, if at that time user enable ibus, the application should show Warning message indicating that other engine is enable which may restrict ibus to work properly. Version-Release number of selected component (if applicable): ibus-1.1.0.20090423-1.fc11.i586 ibus-gtk-1.1.0.20090423-1.fc11.i586 keyboard indicator 2.26.1 How reproducible: Always Steps to Reproduce: 1. Switch on keyboard Indicator with any layout except USA 2. Switch on ibus with any layout. 3. Open any editor, gedit 4. Try to type according to ibus's layout. 5. Observe the result. Actual results: It will always follow the layout enabled in keyboard Indicator, and when enable ibus, it will not show any warning message that other engine is already enabled. Expected results: ibus should always detect if any other same engine is already enabled in the system and behave accordingly. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 21 11:36:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 07:36:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 501911] [ibus][Indic] - ZWJ Candidate window not showing Hexadecimal values in list In-Reply-To: References: Message-ID: <200905211136.n4LBaefg028716@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501911 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phuang at redhat.com --- Comment #1 from Pravin Satpute 2009-05-21 07:36:39 EDT --- hmm, ibus lookup table still not supporting hexa decimal labels, once it will start supporting this can be solve -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 05:26:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 01:26:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905220526.n4M5QlVL019893@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED CC| |aalam at redhat.com Resolution| |CURRENTRELEASE --- Comment #3 from A S Alam 2009-05-22 01:26:46 EDT --- ibus-m17n-1.1.0.20090211-5.fc11 Packaged FIXED the problem. Closing -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 07:07:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 03:07:51 -0400 Subject: [Fedora-i18n-bugs] [Bug 496902] inttypes_h.m4 and signed.m4 (probably)from /usr/share/gettext/archive.tar.gz dont compile with -Wall -Werror In-Reply-To: References: Message-ID: <200905220707.n4M77ptS010332@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496902 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|high |medium -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 07:07:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 03:07:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 496902] inttypes_h.m4 and signed.m4 (probably)from /usr/share/gettext/archive.tar.gz dont compile with -Wall -Werror In-Reply-To: References: Message-ID: <200905220707.n4M77c11010277@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=496902 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |MoveUpstream Status|NEW |ASSIGNED --- Comment #1 from Jens Petersen 2009-05-22 03:07:37 EDT --- Can you please report it upstream to bugs-gnu-gettext? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 07:22:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 03:22:31 -0400 Subject: [Fedora-i18n-bugs] [Bug 473946] xgettext misinterprets \x escapes in Python Unicode strings In-Reply-To: References: Message-ID: <200905220722.n4M7MVFb015198@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473946 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #4 from Jens Petersen 2009-05-22 03:22:30 EDT --- http://koji.fedoraproject.org/koji/taskinfo?taskID=1369878 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 07:35:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 03:35:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 433512] need a yum plugin to auto-install langpacks for kde, openoffice, etc In-Reply-To: References: Message-ID: <200905220735.n4M7ZS4w017333@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=433512 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature, i18n --- Comment #14 from Jens Petersen 2009-05-22 03:35:26 EDT --- Creating https://fedoraproject.org/wiki/Features/YumLangpackPlugin for this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 08:03:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 04:03:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 473946] xgettext misinterprets \x escapes in Python Unicode strings In-Reply-To: References: Message-ID: <200905220803.n4M83ib4023682@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473946 --- Comment #5 from Fedora Update System 2009-05-22 04:03:43 EDT --- gettext-0.17-10.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/gettext-0.17-10.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 22 08:03:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 22 May 2009 04:03:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 469555] Gettext-devel depends on CVS In-Reply-To: References: Message-ID: <200905220803.n4M83dHK022680@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=469555 --- Comment #4 from Fedora Update System 2009-05-22 04:03:38 EDT --- gettext-0.17-10.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/gettext-0.17-10.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 24 05:44:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 01:44:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 484327] [si_LK] Key Summary needed for si-wijesekara-preedit keymap In-Reply-To: References: Message-ID: <200905240544.n4O5ifVC018628@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484327 Danishka Navin changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(danishka at gmail.co | |m) | --- Comment #2 from Danishka Navin 2009-05-24 01:44:40 EDT --- Pravin, i will be adding requred info ASAP -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 01:03:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 21:03:23 -0400 Subject: [Fedora-i18n-bugs] [Bug 493017] Many bug messages from xim_proxy_client_protocol_real_xim_forward_event In-Reply-To: References: Message-ID: <200905250103.n4P13NaL007763@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493017 Anthony Thyssen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anthony at cit.gu.edu.au --- Comment #3 from Anthony Thyssen 2009-05-24 21:03:22 EDT --- I am also having this problem. Added the above environment variable in the mean time. However a more permanent fix would be a lot more desirable. when will it appear in the F10 distribution? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 02:09:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 22:09:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] New: on-screen help facility Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: on-screen help facility https://bugzilla.redhat.com/show_bug.cgi?id=502414 Summary: on-screen help facility Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: FutureFeature Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: IBus should provide on-screen help for how to use IMEs. ibus can provide the mechanism to display basic howto help from each IME. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 02:12:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 22:12:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 501673] Shortcut key should be ctrl+shift for changing keymaps In-Reply-To: References: Message-ID: <200905250212.n4P2C7Jr010386@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501673 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #1 from Jens Petersen 2009-05-24 22:12:06 EDT --- So we should enable this for all Indic? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 02:11:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 22:11:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905250211.n4P2BcE6010328@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #3 from Jens Petersen 2009-05-24 22:11:37 EDT --- First input method listed is currently default. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 02:15:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 22:15:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 501920] [ibus][Indic] - ibus Malfunctioning when conflict with keyboard-indicator In-Reply-To: References: Message-ID: <200905250215.n4P2FJpl019265@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501920 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petersen at redhat.com --- Comment #1 from Jens Petersen 2009-05-24 22:15:18 EDT --- This related to bug 500732: problem is it does not affect all input methods only those that are key-position based. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 03:32:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 23:32:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905250332.n4P3W8li023309@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #5 from Huang Peng 2009-05-24 23:32:07 EDT --- (In reply to comment #3) > I made a new icon combining a blank keyboard key and globe to indicate > potential choice of input method language. The color should match the existing > iBus set. > > PNGs can be found here: > http://productdesign.usersys.redhat.com/wiki/IBus > > If people like the icon I will make SVGs. Thanks. It looks good. And wait for your next ideas. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 05:05:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 01:05:04 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905250505.n4P554Td020010@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 --- Comment #2 from A S Alam 2009-05-25 01:05:04 EDT --- Created an attachment (id=345276) --> (https://bugzilla.redhat.com/attachment.cgi?id=345276) Lokalize Screenshot (with Open-File Dialogue) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 05:04:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 01:04:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905250504.n4P54JuI019596@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kdesdk |qt Summary|[kate][pa_IN] Characters |[qt][Indic] Characters are |are mixed up for Punjabi |mixed up for non-English |and English |and English --- Comment #1 from A S Alam 2009-05-25 01:04:18 EDT --- Update with following finding: *) with Hindi locale, you can find problem *) Problem is re-produced with lokalize also, where you can press Ctrl+O (open file dialogue), check at Filter box (aside with Cancel button), (Screenshot attached) *) This is happening only with English Only Text and Mixing Character depends upon language selected by KDE *) Copy problematic Text (did from Today's Tips) and Paste in Editor is Working FINE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 05:09:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 01:09:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 500731] Switching on/off behaves weird when compositing enabled In-Reply-To: References: Message-ID: <200905250509.n4P59h1k012330@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500731 --- Comment #2 from Huang Peng 2009-05-25 01:09:43 EDT --- Please try ibus with compiz. I can not reproduce this problem with compiz. I think it is bug in metacity. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 05:10:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 01:10:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 500731] Switching on/off behaves weird when compositing enabled In-Reply-To: References: Message-ID: <200905250510.n4P5AuCE013019@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500731 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandmann at redhat.com Component|ibus |metacity AssignedTo|phuang at redhat.com |sandmann at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:21:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:21:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 500763] User DB is unavailable in ibus for liveCD In-Reply-To: References: Message-ID: <200905250621.n4P6LoSA007681@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500763 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from Huang Peng 2009-05-25 02:21:49 EDT --- This feature has been removed. Fixed in ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:21:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:21:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 501218] make the pinyin setup window come to the front In-Reply-To: References: Message-ID: <200905250621.n4P6LKgw031621@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501218 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from Huang Peng 2009-05-25 02:21:19 EDT --- Fixed in ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:21:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:21:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 500762] The iBus input speed becomes much slower after "Fuzzy PinYin" enabled In-Reply-To: References: Message-ID: <200905250621.n4P6L0ZL031395@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500762 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from Huang Peng 2009-05-25 02:21:00 EDT --- Disable fuzzy pinyin for performance reason. Fixed in ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:25:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:25:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 500762] The iBus input speed becomes much slower after "Fuzzy PinYin" enabled In-Reply-To: References: Message-ID: <200905250625.n4P6PceM008756@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500762 --- Comment #2 from Fedora Update System 2009-05-25 02:25:38 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:25:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:25:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501218] make the pinyin setup window come to the front In-Reply-To: References: Message-ID: <200905250625.n4P6PYu6032749@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501218 --- Comment #2 from Fedora Update System 2009-05-25 02:25:33 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:25:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:25:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 500763] User DB is unavailable in ibus for liveCD In-Reply-To: References: Message-ID: <200905250625.n4P6PUL5032725@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500763 --- Comment #2 from Fedora Update System 2009-05-25 02:25:29 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-pinyin-1.1.0.20090303-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:28:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:28:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] on-screen help facility In-Reply-To: References: Message-ID: <200905250628.n4P6SmcZ009100@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502414 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #1 from Huang Peng 2009-05-25 02:28:47 EDT --- How about create guides in html and open browser in ibus to show the guides? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:35:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:35:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905250635.n4P6ZE7e002842@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 --- Comment #1 from Huang Peng 2009-05-25 02:35:13 EDT --- This problem has been fixed in upstream. If you have time please test it. And I will build it for fedora soon. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:39:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:39:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905250639.n4P6dAJH011916@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_DEV -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:38:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:38:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905250638.n4P6cljf011836@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:38:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:38:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 501673] Shortcut key should be ctrl+shift for changing keymaps In-Reply-To: References: Message-ID: <200905250638.n4P6cA0n011710@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501673 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #2 from Huang Peng 2009-05-25 02:38:10 EDT --- I think Ctrl+Shift_L is default hot key for switch keymaps. Did press Ctrl+Space to enable ibus before pressing Ctrl+Shift_L? Currently, Ctrl+Shoft_L just works when ibus is turned on. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:44:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:44:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 501665] [mai_IN] No input method available in KDE applications In-Reply-To: References: Message-ID: <200905250644.n4P6iWQv012936@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501665 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandmann at redhat.com Component|ibus |libX11 AssignedTo|phuang at redhat.com |sandmann at redhat.com --- Comment #1 from Huang Peng 2009-05-25 02:44:32 EDT --- I think it is problem in libX11. Please ref to bug 497971 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:46:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:46:47 -0400 Subject: [Fedora-i18n-bugs] [Bug 502425] New: after upgrading from f10 to f11 scim stops working Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: after upgrading from f10 to f11 scim stops working https://bugzilla.redhat.com/show_bug.cgi?id=502425 Summary: after upgrading from f10 to f11 scim stops working Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: imsettings AssignedTo: tagoh at redhat.com ReportedBy: petersen at redhat.com QAContact: extras-qa at fedoraproject.org CC: tagoh at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: When I upgraded a Japanese installed machine from F10 to F11, scim seems to stop working. I think this is the second time I have noticed this issue so reporting it here. How reproducible: every time Steps to Reproduce: 1. From a F10 install upgrade to F11 2. start desktop 3. try to use scim 4. run im-chooser Actual results: 2. scim applet is running 3. nothing happens 4. imsettings seems to think IM is off and unresponsive to enabling IM from im-chooser Expected results: scim to be working as normal Additional info: If I turn off IM in im-chooser and restart the desktop and turn on IM in im-chooser again scim starts normally and works again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:49:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:49:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 500762] The iBus input speed becomes much slower after "Fuzzy PinYin" enabled In-Reply-To: References: Message-ID: <200905250649.n4P6nf7h013837@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500762 --- Comment #3 from Liam Li 2009-05-25 02:49:40 EDT --- I am a bit confused,just want to know some more details, why it was disable, it's a temporary solution or this function will be disabled forever. I think this function is useful, a lot of end users need this function. Actually, this function is a basic function for Input Method,especially for Chinese -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 06:54:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 02:54:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905250654.n4P6sm3X007148@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #1 from Huang Peng 2009-05-25 02:54:48 EDT --- I can not reproduce it. Please try to find out steps for reproducing this bug. Thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:07:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:07:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905250707.n4P77ZG6018928@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 --- Comment #3 from Jaswinder Singh 2009-05-25 03:07:34 EDT --- yes one thing more: Gnome session was already in pa_IN. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:06:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:06:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905250706.n4P76bdJ018746@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 Jaswinder Singh changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #2 from Jaswinder Singh 2009-05-25 03:06:36 EDT --- Writing about how I found this: In gnome session I run kate and kwrite applications when tried to input in punjabi then it is not working (typing in English only) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:14:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:14:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] on-screen help facility In-Reply-To: References: Message-ID: <200905250714.n4P7EmpL012618@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502414 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com Flag|needinfo? | --- Comment #2 from Parag 2009-05-25 03:14:47 EDT --- Is this help mean showing Key summary from keymap file like we used to show in scim? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:20:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:20:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] on-screen help facility In-Reply-To: References: Message-ID: <200905250720.n4P7KfAD022757@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502414 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(petersen at redhat.c | |om) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:21:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:21:26 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905250721.n4P7LQRP014670@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV --- Comment #3 from Huang Peng 2009-05-25 03:21:25 EDT --- I think adding new engine at the end is simple. And I implemented it in upstream. I will build it for fedora soon. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:28:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:28:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905250728.n4P7SGZt024971@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #4 from Huang Peng 2009-05-25 03:28:11 EDT --- Yeah. The first one is default engine. You could use up/down buttons, or drag & drop the engines to adjust the order. Parag, Do you think it is ok? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:33:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:33:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905250733.n4P7Xql9017659@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Flag|needinfo? | --- Comment #5 from Parag 2009-05-25 03:33:51 EDT --- Ok. I forgot that we do have Up and Down Arrow keys that changes default keymap. So we do have option to change default input method. Therefore closing this bug as NOTABUG. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:48:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:48:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905250748.n4P7mOIK029110@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #4 from Huang Peng 2009-05-25 03:48:23 EDT --- Please attach the out of below commands: echo $XMODIFIERS ps aux|grep ibus Thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:51:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:51:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] iBus should be enabled by default for en-US In-Reply-To: References: Message-ID: <200905250751.n4P7pOWF021523@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagoh at redhat.com Component|ibus |im-chooser AssignedTo|phuang at redhat.com |tagoh at redhat.com --- Comment #1 from Huang Peng 2009-05-25 03:51:23 EDT --- I think it is controlled by imchooser or imsetting. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 07:58:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 03:58:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 500731] Switching on/off behaves weird when compositing enabled In-Reply-To: References: Message-ID: <200905250758.n4P7wd2V022742@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500731 --- Comment #3 from Martin Sourada 2009-05-25 03:58:38 EDT --- (In reply to comment #2) > Please try ibus with compiz. I can not reproduce this problem with compiz. I > think it is bug in metacity. I'm afraid I cannot do that. Just tried enabling compiz via System->Preferences->Look and Feel->Desktop Effects and it told me that it cannot be enabled... So I cannot confirm this test case :( -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:11:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:11:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501650] Add Help (Documentation) for ibus-setup UI In-Reply-To: References: Message-ID: <200905250811.n4P8BYbE025859@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501650 --- Comment #1 from Huang Peng 2009-05-25 04:11:33 EDT --- A patch for tooltips is welcome. :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:19:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:19:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905250819.n4P8JnMw003093@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV --- Comment #1 from Huang Peng 2009-05-25 04:19:48 EDT --- I think grab desktop is too aggressive. I'd like raise the window. but it has some limitation, ibus->Preferences can not raise the ibus setup dialog executed by user self, it will bring another one. It has been implemented in upstream. I will build it for fedora soon. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:24:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:24:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 501673] Shortcut key should be ctrl+shift for changing keymaps In-Reply-To: References: Message-ID: <200905250824.n4P8OrPl004191@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501673 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #3 from Parag 2009-05-25 04:24:52 EDT --- Tested on F11 and F10, it looks to me Alt+Shift_L as the default keymap switch key and like we used to have Ctrl+Shift_L as default in scim, can we have same for ibus also? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:26:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:26:57 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905250826.n4P8QvIo028937@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 Jaswinder Singh changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #5 from Jaswinder Singh 2009-05-25 04:26:56 EDT --- This o/p is from rawhide. echo $XMODIFIERS o/p: @im=ibus ps aux|grep ibus o/p: aalam 2379 0.0 0.2 134524 2396 ? S May22 0:00 /usr/bin/ibus-daemon aalam 2385 0.0 0.2 138900 2368 ? S May22 0:00 /usr/libexec/ibus-gconf aalam 2387 0.0 0.2 139476 2720 ? S May22 0:00 /usr/libexec/ibus-engine-m17n --ibus aalam 12568 0.0 0.0 89004 824 pts/0 S+ 13:52 0:00 grep ibus -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:32:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:32:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905250832.n4P8WER7005803@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 --- Comment #6 from Parag 2009-05-25 04:32:13 EDT --- To libX11 maintainers, Can it be possible to build new libX11 with patch accepted upstream? Thanks. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:30:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:30:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] iBus should be enabled by default for en-US In-Reply-To: References: Message-ID: <200905250830.n4P8US8P029840@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #2 from Akira TAGOH 2009-05-25 04:30:27 EDT --- What's the justification to enable IM by default for even English locale? I'm afraid the result of the test event still looks to me like a rare case though. and how about the footprint? This is hard to decide to go in our team. you better get more agreements from community. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 08:37:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:37:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] iBus should be enabled by default for en-US In-Reply-To: References: Message-ID: <200905250837.n4P8bOgb030961@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo? | --- Comment #3 from Parag 2009-05-25 04:37:24 EDT --- As this is request from Ankit, I would like to hear from Ankit on comment #2. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:04:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:04:51 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905250904.n4P94pIk011667@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 --- Comment #2 from Fedora Update System 2009-05-25 05:04:51 EDT --- ibus-1.1.0.20090508-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:05:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:05:01 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905250905.n4P951kt003900@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 --- Comment #2 from Fedora Update System 2009-05-25 05:05:01 EDT --- ibus-1.1.0.20090508-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:04:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:04:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905250904.n4P94uwI003629@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 --- Comment #4 from Fedora Update System 2009-05-25 05:04:55 EDT --- ibus-1.1.0.20090508-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:15:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:15:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 497946] ibus-daemon should not fail silently In-Reply-To: References: Message-ID: <200905250915.n4P9F8oB013972@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497946 --- Comment #3 from Huang Peng 2009-05-25 05:15:07 EDT --- (In reply to comment #2) > Well, imsettings is capable to catch up the fail but in this case it won't > grabs so that it happens later. imsettings needs to watch the child status > during it's alive then. aside from that, there are no clients to display the > error so far since applet isn't running by default. I'm not quite sure if > contacting to notification-daemon directly from the dbus service is the right > design. > > Anyway, in either cases, what it can says is, "Input Method died unexpectedly. > I don't know why. the error code was blahblahblah. over." we may need any way > to know the detailed human-readable reason for usability. I think imsetting could log input method's error output in a file, and ask user to check it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:15:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:15:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 497946] ibus-daemon should not fail silently In-Reply-To: References: Message-ID: <200905250915.n4P9FogA006060@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497946 Huang Peng changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ibus |imsettings AssignedTo|phuang at redhat.com |tagoh at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 09:21:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 05:21:29 -0400 Subject: [Fedora-i18n-bugs] [Bug 493824] S-c-tools cleanup: dialogs centered on screen/main application window In-Reply-To: References: Message-ID: <200905250921.n4P9LTJO015579@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493824 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #2 from Pravin Satpute 2009-05-25 05:21:28 EDT --- built system-config-language-1.3.2-6 will be in tomorrows rawhide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 10:07:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 06:07:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] Input Method should be enabled by default for en_US In-Reply-To: References: Message-ID: <200905251007.n4PA732E027784@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(ankit at redhat.com) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 10:05:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 06:05:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] Input Method should be enabled by default for en_US In-Reply-To: References: Message-ID: <200905251005.n4PA5bJa019761@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Component|im-chooser |imsettings Summary|iBus should be enabled by |Input Method should be |default for en-US |enabled by default for | |en_US -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 10:40:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 06:40:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905251040.n4PAeXlJ003319@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 --- Comment #6 from Jaswinder Singh 2009-05-25 06:40:32 EDT --- On Rawhide, I created new user and loged in with that username. In Gnome Session KDE application like kate and kwrite are working good with ibus. Also in KDE it is working. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 10:45:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 06:45:36 -0400 Subject: [Fedora-i18n-bugs] [Bug 501653] [pa_IN] Punjabi input is not working in KDE applications In-Reply-To: References: Message-ID: <200905251045.n4PAjaJe004545@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501653 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #7 from Parag 2009-05-25 06:45:35 EDT --- Thanks Jassy for testing this again. Phuang, I think this was test machine issue and I also successfully tested this on F11 now. Therefore, closing this as NOTABUG. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 14:55:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 10:55:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] Input Method should be enabled by default for en_US In-Reply-To: References: Message-ID: <200905251455.n4PEtIID024545@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Ankit Patel changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(ankit at redhat.com) | --- Comment #4 from Ankit Patel 2009-05-25 10:55:17 EDT --- (In reply to comment #2) > What's the justification to enable IM by default for even English locale? I'm > afraid the result of the test event still looks to me like a rare case though. > and how about the footprint? > > This is hard to decide to go in our team. you better get more agreements from > community. Yeah, that's definitely better. I never intended to file a bug initially when I put my suggestion in the iBus test page. Tagoh, what would be the best place to discuss this? fedora-desktop-list? fedora-devel-list? fedora-i18n-list? fedora-trans-list? Thanks! Ankit -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 14:59:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 10:59:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905251459.n4PExLwk032133@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #6 from Ankit Patel 2009-05-25 10:59:20 EDT --- Hi, The suggestion I had put in the comments section of my iBus testing page with respect to this bug was a feature request of having something which can allow end users to identify/specify default input keymap. That option could be radio button or combo box, from where only one keymap can be made default and rest will still remain in the list. So, what would be the best place to discuss this feature request? Thanks! Ankit -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 21:07:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 17:07:10 -0400 Subject: [Fedora-i18n-bugs] [Bug 473946] xgettext misinterprets \x escapes in Python Unicode strings In-Reply-To: References: Message-ID: <200905252107.n4PL7AK6009658@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473946 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #6 from Fedora Update System 2009-05-25 17:07:09 EDT --- gettext-0.17-10.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gettext'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5338 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 21:12:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 17:12:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905252112.n4PLCxN3011727@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 --- Comment #4 from Fedora Update System 2009-05-25 17:12:58 EDT --- ibus-m17n-1.1.0.20090211-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 21:13:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 17:13:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 500802] [indic] icon property on ibus panel display icon only once after its used. In-Reply-To: References: Message-ID: <200905252113.n4PLD3SF011763@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500802 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |1.1.0.20090211-5.fc11 Resolution|CURRENTRELEASE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 22:28:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 18:28:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905252228.n4PMScHR032216@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Peter Hutterer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |502433 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 23:53:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 19:53:13 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905252353.n4PNrDq6012635@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #7 from Huang Peng 2009-05-25 19:53:12 EDT --- Created an attachment (id=345372) --> (https://bugzilla.redhat.com/attachment.cgi?id=345372) IBus Preferences Dialog Hi Ankit, Parag, How about this UI design? show the default input method with bold text, and add an information label. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon May 25 23:57:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 19:57:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905252357.n4PNvGX0006949@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #6 from Jens Petersen 2009-05-25 19:57:15 EDT --- (In reply to comment #3) > http://productdesign.usersys.redhat.com/wiki/IBus Take 1 looks ok to me (I am less interested in the specific chars in take 2 and 3). Not sure if we really need the world in the background. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 00:01:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 20:01:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] on-screen help facility In-Reply-To: References: Message-ID: <200905260001.n4Q01C77013928@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502414 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wtogami at redhat.com Flag|needinfo?(petersen at redhat.c | |om) | --- Comment #3 from Jens Petersen 2009-05-25 20:01:12 EDT --- Adding Warren since he originally suggested this. (In reply to comment #1) > How about create guides in html and open browser in ibus to show the guides? Yeah that might work, or maybe something closer to scim's info screen? (In reply to comment #2) > Is this help mean showing Key summary from keymap file [...] ? For m17n yes it could - it would depend on the IME. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 00:06:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 20:06:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 502414] on-screen help facility In-Reply-To: References: Message-ID: <200905260006.n4Q06nNI008273@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502414 --- Comment #4 from Jens Petersen 2009-05-25 20:06:49 EDT --- I think as long as any html is available locally, ie does not need an internet connection it would be ok anyway. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 00:18:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 20:18:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905260018.n4Q0Icuv009864@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #7 from Huang Peng 2009-05-25 20:18:37 EDT --- I think 22x22 and 24x24 are more important. IBus uses them on SysTray area and language panel. We should make sure they are clear for users. I think characters in 22x22 and 24x24 icons are little small. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 00:46:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 20:46:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905260046.n4Q0kYZK020589@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 --- Comment #3 from Ding-Yi Chen 2009-05-25 20:46:34 EDT --- The issue is fixed, thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 01:42:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 21:42:37 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905260142.n4Q1gbx6028471@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #64 from A S Alam 2009-05-25 21:42:36 EDT --- fontconfig-2.6.99.behdad.20090508-1.fc11.x86_64 Package is available and FIXED the issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 01:43:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 21:43:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 497984] [qt] [pa_IN] Lohit Punjabi font showing empty square boxes in kde whereas same font works fine in gnome In-Reply-To: References: Message-ID: <200905260143.n4Q1hmnZ028636@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497984 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 02:37:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 22:37:55 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905260237.n4Q2btmx005906@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #8 from Jens Petersen 2009-05-25 22:37:54 EDT --- (In reply to comment #7) > Created an attachment (id=345372) --> (https://bugzilla.redhat.com/attachment.cgi?id=345372) Looks nicer > How about this UI design? show the default input method with bold text, and add > an information label. Ankit, note you can also drag'n'drop the input-methods in that list view. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 02:44:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 22:44:42 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905260244.n4Q2igWd007359@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #8 from Jens Petersen 2009-05-25 22:44:42 EDT --- If it is svg can't the panel applet scale the icon, anyway? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 03:20:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 23:20:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905260320.n4Q3KYJ7007307@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #9 from Parag 2009-05-25 23:20:33 EDT --- sorry but for me it looks same. As we already know first listed input method is default input method, making it bold will not make any difference. But yes I do like the information message that appeared below input method list. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 04:10:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 00:10:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 202400] [hi_IN] New codepoints/glyphs in Unicode 5.0 In-Reply-To: References: Message-ID: <200905260410.n4Q4AJDx025566@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=202400 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #9 from A S Alam 2009-05-26 00:10:18 EDT --- Bug is fixed. Tested with following Version of fonts: lohit-hindi-fonts-2.3.8-1 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 04:55:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 00:55:57 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] Input Method should be enabled by default for en_US In-Reply-To: References: Message-ID: <200905260455.n4Q4tvY6029411@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 --- Comment #5 from Akira TAGOH 2009-05-26 00:55:57 EDT --- devel would be better place but someone in other lists may be interested. so Cc'ing would be good IMHO. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 05:04:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 01:04:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905260504.n4Q54Y38031393@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #9 from Huang Peng 2009-05-26 01:04:34 EDT --- svg can be scaled. But some icons does not look good in 22x22 or 24x24. Because the icon is too small, some details of icons will be lost. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 06:02:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 02:02:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 288901] [ta_IN] - Codepoint 0B83 showing wrong shape in Gtk applications In-Reply-To: References: Message-ID: <200905260602.n4Q62q7Q013029@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=288901 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9 |rawhide --- Comment #8 from A S Alam 2009-05-26 02:02:50 EDT --- Still exist in latest Rawhide Package (F11): pango-1.24.1-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 06:07:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 02:07:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 431992] [ta_IN] Shortcut keys are not in English In-Reply-To: References: Message-ID: <200905260607.n4Q67eEg014416@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=431992 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9 |rawhide --- Comment #9 from A S Alam 2009-05-26 02:07:40 EDT --- Updating for Rawhide: gedit-2.26.1-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 06:06:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 02:06:00 -0400 Subject: [Fedora-i18n-bugs] [Bug 431991] [ml_IN] Shortcut keys are not in English In-Reply-To: References: Message-ID: <200905260606.n4Q660Ru014048@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=431991 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apeter at redhat.com Version|9 |rawhide --- Comment #10 from A S Alam 2009-05-26 02:05:59 EDT --- Updating bug for Rawhide to follow gedit-2.26.1-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 06:46:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 02:46:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 501652] Add option to selecting(or changing) default keymap from the ibus preference In-Reply-To: References: Message-ID: <200905260646.n4Q6k8mD023858@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501652 --- Comment #10 from Ankit Patel 2009-05-26 02:46:07 EDT --- (In reply to comment #7) > Created an attachment (id=345372) --> (https://bugzilla.redhat.com/attachment.cgi?id=345372) [details] > IBus Preferences Dialog > > Hi Ankit, Parag, > > How about this UI design? show the default input method with bold text, and add > an information label. Definitely better than earlier one. However, I am looking for some more easy way for end user which can help him/her to identify or specify the default **input keymap** (not Input method I guess). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:09:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:09:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905260709.n4Q79kY5029576@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 --- Comment #7 from Fedora Update System 2009-05-26 03:09:45 EDT --- libX11-1.2.1-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/libX11-1.2.1-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:39:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:39:27 -0400 Subject: [Fedora-i18n-bugs] [Bug 502561] New: iBus should show keymap name on iBus panel Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: iBus should show keymap name on iBus panel https://bugzilla.redhat.com/show_bug.cgi?id=502561 Summary: iBus should show keymap name on iBus panel Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ibus AssignedTo: phuang at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: phuang at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: Not all keymaps have icons in m17n packages. This make difficult as keymaps with no icons uses default icon and it confuses that which is this keymap that I used last or default keymap on ibus panel. Version-Release number of selected component (if applicable): ibus-1.1.0.20090508-4.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. just start ibus. 2. use ibus-panel 3. check for keymap name Actual results: ibus panel does not show keymap name either as tooltip or new property on panel Expected results: ibus panel should show keymap name either as tooltip or new property on panel Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:53:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:53:14 -0400 Subject: [Fedora-i18n-bugs] [Bug 500763] User DB is unavailable in ibus for liveCD In-Reply-To: References: Message-ID: <200905260753.n4Q7rEbZ006756@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500763 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #3 from Fedora Update System 2009-05-26 03:53:13 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus-pinyin'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5484 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:54:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:54:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905260754.n4Q7sd2a013120@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA --- Comment #3 from Fedora Update System 2009-05-26 03:54:38 EDT --- ibus-1.1.0.20090508-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5495 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:53:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:53:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 501218] make the pinyin setup window come to the front In-Reply-To: References: Message-ID: <200905260753.n4Q7rJJC012803@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501218 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #3 from Fedora Update System 2009-05-26 03:53:18 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus-pinyin'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5484 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:53:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:53:24 -0400 Subject: [Fedora-i18n-bugs] [Bug 500762] The iBus input speed becomes much slower after "Fuzzy PinYin" enabled In-Reply-To: References: Message-ID: <200905260753.n4Q7rOBm012840@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500762 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA --- Comment #4 from Fedora Update System 2009-05-26 03:53:24 EDT --- ibus-pinyin-1.1.0.20090303-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus-pinyin'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5484 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:54:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:54:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905260754.n4Q7sox8007261@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA --- Comment #4 from Fedora Update System 2009-05-26 03:54:49 EDT --- ibus-1.1.0.20090508-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5495 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 07:54:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 03:54:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905260754.n4Q7sjUd007136@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA --- Comment #5 from Fedora Update System 2009-05-26 03:54:44 EDT --- ibus-1.1.0.20090508-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ibus'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5495 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 08:29:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:29:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 250226] should start IM by default on desktop In-Reply-To: References: Message-ID: <200905260829.n4Q8TWlc015196@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=250226 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature CC| |tagoh at redhat.com Component|im-chooser |imsettings Version|9 |rawhide Summary|xinput.sh should start |should start IM by default |default on desktop |on desktop -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 08:30:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:30:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 250226] should start IM by default on desktop In-Reply-To: References: Message-ID: <200905260830.n4Q8UYui015712@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=250226 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com --- Comment #26 from Akira TAGOH 2009-05-26 04:30:32 EDT --- *** Bug 501649 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 08:30:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:30:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 501649] Input Method should be enabled by default for en_US In-Reply-To: References: Message-ID: <200905260830.n4Q8UXQk015687@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501649 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #6 from Akira TAGOH 2009-05-26 04:30:32 EDT --- *** This bug has been marked as a duplicate of 250226 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 08:40:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:40:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 502561] iBus should show keymap name on iBus panel In-Reply-To: References: Message-ID: <200905260840.n4Q8espi017956@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502561 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature CC| |petersen at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 17:24:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 13:24:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 501214] light blue ibus icon is not obvious In-Reply-To: References: Message-ID: <200905261724.n4QHOni7003115@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501214 --- Comment #10 from Mike Langlie 2009-05-26 13:24:49 EDT --- I added a new (4th) icon. It's a full keyboard with a globe as an emblem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 19:33:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 15:33:02 -0400 Subject: [Fedora-i18n-bugs] [Bug 502662] New: SCIM-tomoe doesn't load - no error msgs Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: SCIM-tomoe doesn't load - no error msgs https://bugzilla.redhat.com/show_bug.cgi?id=502662 Summary: SCIM-tomoe doesn't load - no error msgs Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: scim-tomoe AssignedTo: extras-orphan at fedoraproject.org ReportedBy: dekacy10 at hotmail.com QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, extras-orphan at fedoraproject.org, dchen at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora User-Agent: Opera/9.63 (X11; Linux i686; U; en) Presto/2.1.1 I have a working installation of SCIM for Japanese input. Minutes ago I decided to install tomoe to help me input some kanji. Unfortunetly, after the installation I can't load the recognision dialog. The icon in scim toolbar does nothing. I had no problems with scim-tomoe when I was using Fedora 10 Reproducible: Always -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 19:52:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 15:52:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 497095] [bn][bn-IN] Incorrect rendering of a consonant conjunct while writing Bengali in KDE Applications In-Reply-To: References: Message-ID: <200905261952.n4QJqWYL006254@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497095 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |UPSTREAM --- Comment #2 from Steven M. Parrish 2009-05-26 15:52:31 EDT --- Thanks for reporting this upstream. Will monitor for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 01:43:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 21:43:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 132527] Invalid assumptions about character width In-Reply-To: References: Message-ID: <200905270143.n4R1h7YR014779@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=132527 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |MoveUpstream Status|MODIFIED |ASSIGNED Version|9 |rawhide --- Comment #33 from Jens Petersen 2009-05-26 21:43:03 EDT --- Actually it is still visible at least for zh_CN in F11... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 02:02:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 22:02:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905270202.n4R22Gxk018254@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 --- Comment #6 from Fedora Update System 2009-05-26 22:02:16 EDT --- ibus-1.1.0.20090508-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-5.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 02:02:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 22:02:12 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905270202.n4R22CW9018225@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 --- Comment #4 from Fedora Update System 2009-05-26 22:02:11 EDT --- ibus-1.1.0.20090508-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-5.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 02:02:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 22:02:21 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905270202.n4R22LQo009677@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 --- Comment #5 from Fedora Update System 2009-05-26 22:02:21 EDT --- ibus-1.1.0.20090508-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ibus-1.1.0.20090508-5.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 05:55:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 01:55:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 484643] ibus working with screen lock dialog, but not showing icon properly In-Reply-To: References: Message-ID: <200905270555.n4R5tmog004328@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484643 --- Comment #4 from A S Alam 2009-05-27 01:55:47 EDT --- Problem exist with following package: gnome-screensaver-2.26.1-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 07:48:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 03:48:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] New: Avoid Duplicate language names for locales that uses different scripts Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Avoid Duplicate language names for locales that uses different scripts https://bugzilla.redhat.com/show_bug.cgi?id=502778 Summary: Avoid Duplicate language names for locales that uses different scripts Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: gdm AssignedTo: jmccann at redhat.com ReportedBy: pnemade at redhat.com QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, jmccann at redhat.com, rstrode at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=345574) --> (https://bugzilla.redhat.com/attachment.cgi?id=345574) gdm-language-selection-list Description of problem: In F-11 gdm language selection list, I found that for locales ks_IN and ks_IN at devanagari are showing same language name "Kashmiri (India)". Both of these locales are for India country but divided based on scripts. ks_IN uses Perso-Arabic script whereas ks_IN at devanagari uses Devanagari script. Version-Release number of selected component (if applicable): gdm-2.26.1-10.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. look into gdm language selection list 2. 3. Actual results: Both locales shows same language name and confuses which language is selected. Expected results: Can we have some way to identify which locale is selected or Can we have some kind of change in language list? Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 10:02:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 06:02:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905271002.n4RA2JSc027933@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 10:13:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 06:13:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 501665] [mai_IN] No input method available in KDE applications In-Reply-To: References: Message-ID: <200905271013.n4RADXWq005908@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501665 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #2 from Matej Cepl 2009-05-27 06:13:32 EDT --- This should be fixed by libX11-1.2.1-2.fc11 as well, please follow the information on http://admin.fedoraproject.org/updates/libX11-1.2.1-2.fc11 and your comments there. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 12:49:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 08:49:19 -0400 Subject: [Fedora-i18n-bugs] [Bug 468193] Chinese fonts have changed file name In-Reply-To: References: Message-ID: <200905271249.n4RCnJ7E006877@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=468193 Qiao <29551030 at qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|RAWHIDE | --- Comment #8 from Qiao <29551030 at qq.com> 2009-05-27 08:49:18 EDT --- Java application like Netbeans cannot display Chinese character because chinese fonts package changed file /usr/share/fonts/cjkunifonts-uming/uming.ttc in package cjkuni-uming-fonts have moved to /usr/share/fonts/cjkuni/uming.ttc file /usr/share/fonts/cjkunifonts-ukai/ukai.ttc in package cjkuni-ukai-fonts have moved to /usr/share/fonts/cjkuni/ukai.ttc -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 17:45:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 13:45:08 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] Avoid Duplicate language names for locales that uses different scripts In-Reply-To: References: Message-ID: <200905271745.n4RHj8mB029498@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502778 Ray Strode changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caillon at redhat.com, | |pnemade at redhat.com Component|gdm |iso-codes AssignedTo|jmccann at redhat.com |caillon at redhat.com --- Comment #1 from Ray Strode 2009-05-27 13:45:07 EDT --- It's supposed to show the language name in the native language and script. There must not be good enough translation coverage in the iso-codes package. Reassigning. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 19:08:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 15:08:03 -0400 Subject: [Fedora-i18n-bugs] [Bug 497971] [ne_NP] libX11 does not support locale ne_NP.UTF-8 In-Reply-To: References: Message-ID: <200905271908.n4RJ83hJ022302@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497971 --- Comment #8 from Fedora Update System 2009-05-27 15:08:03 EDT --- libX11-1.2.1-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libX11'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5523 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 21:08:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 17:08:05 -0400 Subject: [Fedora-i18n-bugs] [Bug 476426] Firefox dont change language in fedora 10 - KDE 4 In-Reply-To: References: Message-ID: <200905272108.n4RL85Mv015624@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476426 --- Comment #13 from Matej Cepl 2009-05-27 17:08:04 EDT --- Reporter, could you please reply to the previous question? If you won't reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 192812] [ml_IN]GPOS issues in new Malayalam font In-Reply-To: References: Message-ID: <200905272240.n4RMecjM031831@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=192812 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #32 from Jens Petersen 2009-05-27 18:40:35 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 444559] [ml_IN] Wrong shape for conjuncts formed using 0D30 (xRa) in a word In-Reply-To: References: Message-ID: <200905272240.n4RMeqfk032066@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=444559 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #9 from Jens Petersen 2009-05-27 18:40:51 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:41 -0400 Subject: [Fedora-i18n-bugs] [Bug 221383] [kn_IN] GSUB combinations has problem with Ra In-Reply-To: References: Message-ID: <200905272240.n4RMefXM031865@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=221383 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #13 from Jens Petersen 2009-05-27 18:40:40 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:40 -0400 Subject: [Fedora-i18n-bugs] [Bug 205981] [hi_IN]The font file of Devanagari(lohit_hi.ttf) lacks the glyph of U+0x0904 In-Reply-To: References: Message-ID: <200905272240.n4RMeeJS031848@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=205981 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #8 from Jens Petersen 2009-05-27 18:40:38 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:54 -0400 Subject: [Fedora-i18n-bugs] [Bug 444563] [ml_IN] When 0D2F is combined with a consonant and followed by 0D15, 0D2F joins with 0D15 In-Reply-To: References: Message-ID: <200905272240.n4RMesZi032099@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=444563 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #8 from Jens Petersen 2009-05-27 18:40:53 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:49 -0400 Subject: [Fedora-i18n-bugs] [Bug 402331] [ml_IN] Wrong combinations used for conjunct ' =?utf-8?b?4LSo4LWN4oCN4LSx?= ' In-Reply-To: References: Message-ID: <200905272240.n4RMenWO031986@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=402331 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #21 from Jens Petersen 2009-05-27 18:40:48 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 247233] [as_IN, bn_IN]Additional special character rendering for assamese [as-IN] and bengali [bn-IN] In-Reply-To: References: Message-ID: <200905272240.n4RMei1s031900@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=247233 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #16 from Jens Petersen 2009-05-27 18:40:42 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 402321] [ml_IN] Wrong combinations used for the conjunct ' =?utf-8?b?4LSo4LWN4LSq?= ' In-Reply-To: References: Message-ID: <200905272240.n4RMem2Y031957@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=402321 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #11 from Jens Petersen 2009-05-27 18:40:46 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 22:40:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 18:40:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 277681] [kn_IN] - shape of ra (U+0CB0) is not correct in combined character (below base) In-Reply-To: References: Message-ID: <200905272240.n4RMeksw031935@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=277681 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |CURRENTRELEASE --- Comment #4 from Jens Petersen 2009-05-27 18:40:45 EDT --- Closing - please reopen if there should still be any problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 05:54:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 01:54:04 -0400 Subject: [Fedora-i18n-bugs] [Bug 502984] New: selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error https://bugzilla.redhat.com/show_bug.cgi?id=502984 Summary: selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: glibc AssignedTo: jakub at redhat.com ReportedBy: aalam at redhat.com QAContact: extras-qa at fedoraproject.org CC: jakub at redhat.com, pnemade at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Description of problem: after login by selecting Kashmiri (India) [2nd from list, not first], giving the Error while run any application, even locale command give error. Version-Release number of selected component (if applicable): glibc-2.10.1-2 How reproducible: 100% Steps to Reproduce: 1. at GDM, select Language Kashmiri (India) (2nd Language out of Two Kashmiri (India)) 2. Login 3. open gnome -terminal and type 'locale' 4. run gedit from Terminal Actual results: Error as following: ---------- After step 3 locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or direct After step 4 Gtk-Warning **: Locale is not supported by C library. -------- Expected results: Should be error free and environment should be proper 'ks' Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 05:56:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 01:56:20 -0400 Subject: [Fedora-i18n-bugs] [Bug 502984] selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error In-Reply-To: References: Message-ID: <200905280556.n4S5uKZ3028906@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502984 --- Comment #1 from A S Alam 2009-05-28 01:56:19 EDT --- $echo $LANG ks_IN.devanagari $locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=ks_IN.devanagari LC_CTYPE="ks_IN.devanagari" LC_NUMERIC="ks_IN.devanagari" LC_TIME="ks_IN.devanagari" LC_COLLATE="ks_IN.devanagari" LC_MONETARY="ks_IN.devanagari" LC_MESSAGES="ks_IN.devanagari" LC_PAPER="ks_IN.devanagari" LC_NAME="ks_IN.devanagari" LC_ADDRESS="ks_IN.devanagari" LC_TELEPHONE="ks_IN.devanagari" LC_MEASUREMENT="ks_IN.devanagari" LC_IDENTIFICATION="ks_IN.devanagari" LC_ALL= -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 06:03:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 02:03:50 -0400 Subject: [Fedora-i18n-bugs] [Bug 502984] selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error In-Reply-To: References: Message-ID: <200905280603.n4S63nkZ029808@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502984 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmccann at redhat.com, | |rstrode at redhat.com Component|glibc |gdm AssignedTo|jakub at redhat.com |jmccann at redhat.com --- Comment #2 from Jakub Jelinek 2009-05-28 02:03:49 EDT --- ks_IN.devanagari is not a valid locale name, devanagari is not a character set name. You want ks_IN at devanagari or ks_IN.UTF-8 at devanagari, which are supported, devanagari is a locale modifier, locale names look like: language[_territory][.codeset][@modifier] -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 06:30:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 02:30:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 502984] selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error In-Reply-To: References: Message-ID: <200905280630.n4S6UGo7001832@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502984 --- Comment #3 from A S Alam 2009-05-28 02:30:16 EDT --- ah, then GDM language list making wrong locale setting for language having @modifier (like devanagari or cyrillic) Language includes: Kashimiri, Sandhi, uz gdm-2.26.1-10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 06:46:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 02:46:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] Avoid Duplicate language names for locales that uses different scripts In-Reply-To: References: Message-ID: <200905280646.n4S6khpT004845@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502778 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aalam at redhat.com --- Comment #2 from A S Alam 2009-05-28 02:46:41 EDT --- *** Bug 502984 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 06:46:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 02:46:42 -0400 Subject: [Fedora-i18n-bugs] [Bug 502984] selecting Kashmiri (India) (2nd from top list) from Language list don't work, 'Locale not Supported' Error In-Reply-To: References: Message-ID: <200905280646.n4S6kgvX004811@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502984 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #4 from A S Alam 2009-05-28 02:46:41 EDT --- it is duplicate for bug #502778 *** This bug has been marked as a duplicate of 502778 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 06:55:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 02:55:45 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] Avoid Duplicate language names for locales that uses different scripts In-Reply-To: References: Message-ID: <200905280655.n4S6tjMh006653@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502778 --- Comment #3 from Parag 2009-05-28 02:55:45 EDT --- (In reply to comment #1) > It's supposed to show the language name in the native language and script. > There must not be good enough translation coverage in the iso-codes package. > Reassigning. Is this really translation issue? But as per https://bugzilla.redhat.com/show_bug.cgi?id=502984#c2, it looks language name construction issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905280804.n4S84dwb017539@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 --- Comment #7 from Fedora Update System 2009-05-28 04:04:38 EDT --- ibus-1.1.0.20090508-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:34 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905280804.n4S84YwK017459@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 --- Comment #5 from Fedora Update System 2009-05-28 04:04:33 EDT --- ibus-1.1.0.20090508-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:53 -0400 Subject: [Fedora-i18n-bugs] [Bug 501640] ibus should adds new IMEs at end of engine list not beginning In-Reply-To: References: Message-ID: <200905280804.n4S84rhi019127@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501640 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.1.0.20090508-5.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:48 -0400 Subject: [Fedora-i18n-bugs] [Bug 501211] ibus-setup window should be raised if running or just stay on top/grab focus In-Reply-To: References: Message-ID: <200905280804.n4S84mTQ019093@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501211 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.1.0.20090508-5.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905280804.n4S84ikT017666@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 --- Comment #6 from Fedora Update System 2009-05-28 04:04:43 EDT --- ibus-1.1.0.20090508-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:04:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:04:58 -0400 Subject: [Fedora-i18n-bugs] [Bug 501644] [IBus] focus-out and disabled IME should hide language panel In-Reply-To: References: Message-ID: <200905280804.n4S84w4K018000@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501644 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.1.0.20090508-5.fc11 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 09:24:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 05:24:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 491604] [mai_IN] application showing error "* wants to Install a font" In-Reply-To: References: Message-ID: <200905280924.n4S9Oi5x006442@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=491604 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #4 from A S Alam 2009-05-28 05:24:43 EDT --- *** This bug has been marked as a duplicate of 490888 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 14:41:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 10:41:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 502662] SCIM-tomoe doesn't load - no error msgs In-Reply-To: References: Message-ID: <200905281441.n4SEfU5k026914@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502662 DemetrisK changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dekacy10 at hotmail.com Severity|medium |high --- Comment #1 from DemetrisK 2009-05-28 10:41:29 EDT --- SEGFAULT if I try to load tomoe from terminal $ scim-tomoe /usr/bin/scim-tomoe: line 33: 30724 \u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c4\u03bc\u03b7\u03c3\u03b7\u03c2 (segmentation fault) /usr/lib/scim-1.0/scim-helper-launcher tomoe b1bfe2b4-6930-41b0-8c07-d05bce8c92e2 $* -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 03:51:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 23:51:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 502662] SCIM-tomoe doesn't load - no error msgs In-Reply-To: References: Message-ID: <200905290351.n4T3pUsb015034@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502662 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|extras-orphan at fedoraproject |dchen at redhat.com |.org | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 04:46:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 00:46:38 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] Avoid Duplicate language names for locales that uses different scripts In-Reply-To: References: Message-ID: <200905290446.n4T4kcaP028194@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502778 Ray Strode changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|iso-codes |gdm AssignedTo|caillon at redhat.com |jmccann at redhat.com --- Comment #4 from Ray Strode 2009-05-29 00:46:37 EDT --- nope, you're right, moving back to gdm. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 05:04:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 01:04:07 -0400 Subject: [Fedora-i18n-bugs] [Bug 502778] Avoid Duplicate language names for locales that uses different scripts In-Reply-To: References: Message-ID: <200905290504.n4T547Ft031560@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502778 --- Comment #5 from Ray Strode 2009-05-29 01:04:07 EDT --- looks like a broken regex. This: --- a/gui/simple-greeter/gdm-languages.c +++ b/gui/simple-greeter/gdm-languages.c @@ -123,7 +123,7 @@ gdm_parse_language_name (const char *name, error = NULL; re = g_regex_new ("^(?P[^_.@[:space:]]+)" "(_(?P[[:upper:]]+))?" - "(.(?P[-_0-9a-zA-Z]+))?" + "(\\.(?P[-_0-9a-zA-Z]+))?" "(@(?P[[:ascii:]]+))?$", 0, 0, &error); if (re == NULL) { should fix it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 13:53:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 09:53:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 503185] New: Can't open skk-e21.el Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Can't open skk-e21.el https://bugzilla.redhat.com/show_bug.cgi?id=503185 Summary: Can't open skk-e21.el Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: ddskk AssignedTo: petersen at redhat.com ReportedBy: yamato at redhat.com QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Target Release: --- Created an attachment (id=345907) --> (https://bugzilla.redhat.com/attachment.cgi?id=345907) Fixes this bug. Description of problem: To use ddskk(ddskk-12.2.0-12.fc11.noarch) on emacs(emacs-22.3-11.fc11.x86_64), emacs complains "Can't find skk-e21.el". In SKK-MK of the ddskk package , which is part of ddskk build system, the version number of emacs is checked to decide whether skk-e21.el should be installed or not. The SKK-MK expects emacs-21 to install skk-e21.el. However, emacs on F11 is emacs-22. There is a gap. Attached patch is taken from upstream skk code. In the patch mule version is checked instead of emacs version to decide whether skk-e21.el should be installed or not. Version-Release number of selected component (if applicable): ddskk-12.2.0-12.fc11.noarch emacs-22.3-11.fc11.x86_64 How reproducible: Steps to Reproduce: 1. install the packages. 2. emacs 3. M-x load-library: skk Actual results: "Can't find skk-e21.el" is messaged. Expected results: Skk works fine. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 22:35:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 18:35:52 -0400 Subject: [Fedora-i18n-bugs] [Bug 493912] S-c-tools cleanup: port to PolicyKit In-Reply-To: References: Message-ID: <200905292235.n4TMZqVY011900@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493912 John Poelstra changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 22:35:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 18:35:11 -0400 Subject: [Fedora-i18n-bugs] [Bug 493858] S-c-tools cleanup: bad spacings, alignment, layout In-Reply-To: References: Message-ID: <200905292235.n4TMZBSa010706@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493858 John Poelstra changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 22:34:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 18:34:44 -0400 Subject: [Fedora-i18n-bugs] [Bug 493824] S-c-tools cleanup: dialogs centered on screen/main application window In-Reply-To: References: Message-ID: <200905292234.n4TMYiIF009682@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493824 John Poelstra changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 29 22:35:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 18:35:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 493888] S-c-tools cleanup: make OK button insensitive when no action has been taken. In-Reply-To: References: Message-ID: <200905292235.n4TMZXIG011411@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493888 John Poelstra changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 00:45:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 20:45:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not default for Indic locale with kwrite, kate In-Reply-To: References: Message-ID: <200905300045.n4U0jZqc001828@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 00:45:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 20:45:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not default for Indic locale with kwrite, kate In-Reply-To: References: Message-ID: <200905300045.n4U0jG3m001734@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? --- Comment #12 from Steven M. Parrish 2009-05-29 20:45:15 EDT --- Please report this issue upstream at http://bugs.kde.org Once you have reported the issue upstream please add the upstream report info to this report so we can monitor it for a resolution. Thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 00:50:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 20:50:28 -0400 Subject: [Fedora-i18n-bugs] [Bug 500562] [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning In-Reply-To: References: Message-ID: <200905300050.n4U0oSqI030488@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500562 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Steven M. Parrish 2009-05-29 20:50:27 EDT --- Please report this issue upstream at http://bugs.kde.org Once you have reported the issue upstream please add the upstream report info to this report so we can monitor it for a resolution. Thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 01:03:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 21:03:59 -0400 Subject: [Fedora-i18n-bugs] [Bug 501638] [Indic] konqueror has Rendering broken for sysinfo:/ In-Reply-To: References: Message-ID: <200905300103.n4U13xVX005744@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501638 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Flag| |needinfo? --- Comment #1 from Steven M. Parrish 2009-05-29 21:03:58 EDT --- Please report this issue upstream at http://bugs.kde.org and also please add the upstream information to this report. We will monitor upstream for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 01:07:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 21:07:57 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905300107.n4U17v2T006666@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Flag| |needinfo? --- Comment #3 from Steven M. Parrish 2009-05-29 21:07:56 EDT --- Please report this issue upstream at http://bugs.kde.org and also please add the upstream information to this report. We will monitor upstream for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:01:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:01:46 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not default for Indic locale with kwrite, kate In-Reply-To: References: Message-ID: <200905300201.n4U21kTP015209@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |K Desktop Environment | |194609 CC| |aalam at redhat.com Flag|needinfo? | --- Comment #13 from A S Alam 2009-05-29 22:01:45 EDT --- it is upstreamed with bug: https://bugs.kde.org/show_bug.cgi?id=194609 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:04:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:04:56 -0400 Subject: [Fedora-i18n-bugs] [Bug 500562] [Indic] Wrong rendering in spell checker window makes spell checker incorrectly functioning In-Reply-To: References: Message-ID: <200905300204.n4U24unM015531@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500562 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |K Desktop Environment | |194610 CC| |aalam at redhat.com --- Comment #4 from A S Alam 2009-05-29 22:04:56 EDT --- Upstream Bug: https://bugs.kde.org/show_bug.cgi?id=194610 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:14:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:14:09 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905300214.n4U2E9AA017866@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |JPackage 194614 Flag|needinfo? | --- Comment #4 from A S Alam 2009-05-29 22:14:08 EDT --- Upstream bug: https://bugs.kde.org/show_bug.cgi?id=194614 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:10:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:10:17 -0400 Subject: [Fedora-i18n-bugs] [Bug 501638] [Indic] konqueror has Rendering broken for sysinfo:/ In-Reply-To: References: Message-ID: <200905300210.n4U2AHCI016853@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501638 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |K Desktop Environment | |194613 Flag|needinfo? | --- Comment #2 from A S Alam 2009-05-29 22:10:16 EDT --- Upstream bug: https://bugs.kde.org/show_bug.cgi?id=194613 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:31:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:31:30 -0400 Subject: [Fedora-i18n-bugs] [Bug 469555] Gettext-devel depends on CVS In-Reply-To: References: Message-ID: <200905300231.n4U2VUqv028058@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=469555 --- Comment #5 from Fedora Update System 2009-05-29 22:31:29 EDT --- gettext-0.17-10.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:31:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:31:35 -0400 Subject: [Fedora-i18n-bugs] [Bug 473946] xgettext misinterprets \x escapes in Python Unicode strings In-Reply-To: References: Message-ID: <200905300231.n4U2VZv7028095@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473946 --- Comment #7 from Fedora Update System 2009-05-29 22:31:34 EDT --- gettext-0.17-10.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:31:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:31:39 -0400 Subject: [Fedora-i18n-bugs] [Bug 469555] Gettext-devel depends on CVS In-Reply-To: References: Message-ID: <200905300231.n4U2VdSH023549@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=469555 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.17-10.fc10 Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:31:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:31:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 473946] xgettext misinterprets \x escapes in Python Unicode strings In-Reply-To: References: Message-ID: <200905300231.n4U2VhR6023589@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473946 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |0.17-10.fc10 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 02:44:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 22:44:16 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905300244.n4U2iGdu028195@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 Kevin Kofler changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |K Desktop Environment | |194614 External Bug ID|JPackage 194614 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 11:33:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 30 May 2009 07:33:18 -0400 Subject: [Fedora-i18n-bugs] [Bug 500559] [Indic] Indic hunspell dictionary not default for Indic locale with kwrite, kate In-Reply-To: References: Message-ID: <200905301133.n4UBXI2Y002727@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=500559 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |UPSTREAM --- Comment #14 from Steven M. Parrish 2009-05-30 07:33:17 EDT --- Thanks for reporting this upstream. We will monitor the upstream report for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 22:27:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 30 May 2009 18:27:33 -0400 Subject: [Fedora-i18n-bugs] [Bug 501638] [Indic] konqueror has Rendering broken for sysinfo:/ In-Reply-To: References: Message-ID: <200905302227.n4UMRXO3020870@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501638 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |UPSTREAM --- Comment #3 from Steven M. Parrish 2009-05-30 18:27:32 EDT --- Thanks for taking the time to report this upstream. We will monitor the upstream report for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 30 22:40:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 30 May 2009 18:40:43 -0400 Subject: [Fedora-i18n-bugs] [Bug 501641] [qt][Indic] Characters are mixed up for non-English and English In-Reply-To: References: Message-ID: <200905302240.n4UMeha4022738@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=501641 Steven M. Parrish changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |UPSTREAM --- Comment #5 from Steven M. Parrish 2009-05-30 18:40:42 EDT --- Thanks for reporting this upstream, we will monitor the upstream report for a resolution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 31 11:11:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 31 May 2009 07:11:32 -0400 Subject: [Fedora-i18n-bugs] [Bug 503329] New: im-chooser is no longer able to start ibus Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: im-chooser is no longer able to start ibus https://bugzilla.redhat.com/show_bug.cgi?id=503329 Summary: im-chooser is no longer able to start ibus Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: urgent Priority: low Component: im-chooser AssignedTo: tagoh at redhat.com ReportedBy: belegdol at gmail.com QAContact: extras-qa at fedoraproject.org CC: tagoh at redhat.com, fedora-i18n-bugs at redhat.com Estimated Hours: 0.0 Classification: Fedora Description of problem: After an update to ibus-1.1.0.20090423-1.fc10 (hit stable a few days ago), im-chooser is no longer able to start ibus. It still attempts to launch /usr/sbin/ibus, which does not exist any more. Version-Release number of selected component (if applicable): ibus-1.1.0.20090423-1.fc10 im-chooser-1.2.5-1.fc10 How reproducible: always Steps to Reproduce: 1. update ibus to the latest version found in f10 updates 2. go to system ? preferences ? personal ? input method 3. attempt to launch ibus Actual results: Failed to execute child process "/usr/bin/ibus" (No such file or directory) Expected results: ibus starts properly -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 31 15:07:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 31 May 2009 11:07:22 -0400 Subject: [Fedora-i18n-bugs] [Bug 503329] im-chooser is no longer able to start ibus In-Reply-To: References: Message-ID: <200905311507.n4VF7MUX018298@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=503329 Yao Wei Tjong changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |weitjong at singnet.com.sg --- Comment #1 from Yao Wei Tjong 2009-05-31 11:07:21 EDT --- I had same problem on x86_64. It appears the file "/usr/bin/ibus" is now missing. Temporary workaround: running "/usr/bin/ibus-setup" as normal user, choose yes to start the "ibus-daemon" when prompted. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.