https://bugzilla.redhat.com/show_bug.cgi?id=1531985
Bug ID: 1531985
Summary: UKai does not come with a fontconfig file specifying
it as a script
Product: Fedora
Version: 27
Component: cjkuni-ukai-fonts
Assignee: pwu(a)redhat.com
Reporter: arthur200126(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, kent.neo(a)gmail.com,
petersen(a)redhat.com, pwu(a)redhat.com
Description of problem:
AR PL UKai, as packaged by Fedora, does not take precedence over current
"script" placeholder Source Han Sans CN in a zh_CN locale. As a proper "script"
-- handwritten-y -- typeface, UKai should be prioritized over a printed-looking
Sans.
Version-Release number of selected component (if applicable):
0.2.20080216.1-56
How reproducible:
Always
Steps to Reproduce:
1. Install it
2. LC_ALL=zh_CN.utf8 fc-match -a script | less
3. Unpack the rpm, and go "uh"
Actual results:
UKai does not come with a fontconfig file specifying it as a script. It goes
way after SHSCN in fc output.
Expected results:
It should be before SHSCN.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1550402
Bug ID: 1550402
Summary: [abrt] ibus-typing-booster: _index():
factory.py:87:do_create_engine:Exception: Cannot
create engine typing-booster:de_DE
Product: Fedora
Version: 27
Component: ibus-typing-booster
Assignee: mfabian(a)redhat.com
Reporter: mfabian(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: anish.developer(a)gmail.com,
i18n-bugs(a)lists.fedoraproject.org, mfabian(a)redhat.com
Version-Release number of selected component:
ibus-typing-booster-1.5.34-1.fc27
Additional info:
reporter: libreport-2.9.3
cmdline: /usr/bin/python3 /usr/share/ibus-typing-booster/engine/main.py
--profile --ibus
crash_function: _index
exception_type: AttributeError
executable: /usr/share/ibus-typing-booster/engine/main.py
kernel: 4.14.11-300.fc27.x86_64
runlevel: N 5
type: Python3
uid: 10030
Truncated backtrace:
factory.py:87:do_create_engine:Exception: Cannot create engine
typing-booster:de_DE
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1817,
in _index
return self._dirindex
AttributeError: 'ZipProvider' object has no attribute '_dirindex'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/local/mfabian/src/ibus-typing-booster/engine/factory.py", line 79, in
do_create_engine
self.bus, engine_path + str(self.engine_id), self.db)
File "/local/mfabian/src/ibus-typing-booster/engine/hunspell_table.py", line
343, in __init__
languages=self._dictionary_names)
File "/local/mfabian/src/ibus-typing-booster/engine/itb_emoji.py", line 409,
in __init__
self._load_cldr_annotation_data(language, 'annotations')
File "/local/mfabian/src/ibus-typing-booster/engine/itb_emoji.py", line 1122,
in _load_cldr_annotation_data
KAKASI_INSTANCE.getConverter())
File
"/usr/lib/python3.6/site-packages/pykakasi-0.24-py3.6.egg/pykakasi/kakasi.py",
line 111, in getConverter
self._conv["K"] = K2a(method = self._option["r"])
File
"/usr/lib/python3.6/site-packages/pykakasi-0.24-py3.6.egg/pykakasi/k2a.py",
line 37, in __init__
self._kanadict = jisyo('hepburndict2.pickle')
File
"/usr/lib/python3.6/site-packages/pykakasi-0.24-py3.6.egg/pykakasi/jisyo.py",
line 16, in __init__
dict_pkl = open(resource_filename(__name__, pklname), 'rb')
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1226,
in resource_filename
self, resource_name
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1720,
in get_resource_filename
eagers = self._get_eager_resources()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1810,
in _get_eager_resources
if self.has_metadata(name):
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1488,
in has_metadata
return self.egg_info and self._has(self._fn(self.egg_info, name))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1834,
in _has
return zip_path in self.zipinfo or zip_path in self._index()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1820,
in _index
for path in self.zipinfo:
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1711,
in zipinfo
return self._zip_manifests.load(self.loader.archive)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1666,
in load
def load(self, path):
File "/usr/share/ibus-typing-booster/engine/main.py", line 285, in <lambda>
signal (SIGTERM, lambda signum, stack_frame: cleanup(ima))
File "/usr/share/ibus-typing-booster/engine/main.py", line 183, in cleanup
sys.exit()
SystemExit
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/local/mfabian/src/ibus-typing-booster/engine/factory.py", line 87, in
do_create_engine
raise Exception("Cannot create engine %s" % engine_name)
Exception: Cannot create engine typing-booster:de_DE
Local variables in innermost frame:
traceback: <module 'traceback' from '/usr/lib64/python3.6/traceback.py'>
engine_path: '/com/redhat/IBus/engines/table/typing_booster_de_DE/engine/'
path_patt: re.compile('[^a-zA-Z0-9_/]')
engine_base_path: '/com/redhat/IBus/engines/table/%s/engine/'
engine_name: 'typing-booster:de_DE'
self: <factory.EngineFactory object at 0x7fbab6270cf0 (factory+EngineFactory at
0x55c1fdb2d610)>
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1548681
Bug ID: 1548681
Summary: [abrt] ibus: poll_for_event(): ibus-x11 killed by
SIGABRT
Product: Fedora
Version: 27
Component: ibus
Assignee: tfujiwar(a)redhat.com
Reporter: joe(a)josephdwagner.info
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com, tfujiwar(a)redhat.com
Description of problem:
Occured while trying to connect through an X11 forwarded ssh session.
Version-Release number of selected component:
ibus-1.5.17-6.fc27
Additional info:
reporter: libreport-2.9.3
backtrace_rating: 4
cmdline: /usr/libexec/ibus-x11 --kill-daemon
crash_function: poll_for_event
executable: /usr/libexec/ibus-x11
journald_cursor:
s=6bae31f0d74e4671aa98dcef3707d800;i=15463f;b=13236ff68d174a07be9eeb679fc535b5;m=333e4fa1;t=565ebad0c7686;x=5753aacf238dc42a
kernel: 4.15.3-300.fc27.x86_64
rootdir: /
runlevel: N 5
type: CCpp
uid: 1000
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1520208
Bug ID: 1520208
Summary: [abrt] ibus: bus_dbus_impl_dispatch_message_by_rule():
ibus-daemon killed by SIGABRT
Product: Fedora
Version: 27
Component: ibus
Assignee: tfujiwar(a)redhat.com
Reporter: mtinberg(a)raven667.org
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com, tfujiwar(a)redhat.com
Description of problem:
started watching a youtube video in chrome, after a second or to was kicked
bakc to the login screen
Version-Release number of selected component:
ibus-1.5.17-1.fc27
Additional info:
reporter: libreport-2.9.3
backtrace_rating: 4
cmdline: ibus-daemon --xim --panel disable
crash_function: bus_dbus_impl_dispatch_message_by_rule
executable: /usr/bin/ibus-daemon
journald_cursor:
s=acf543ae9e76423da65d40ee9eeaaf74;i=23a86;b=2395c54ccfeb4fe48b3d6a1b0a79b9c6;m=9aa1281de;t=55f74c918b221;x=89dfbc1b9a0a5853
kernel: 4.13.15-300.fc27.x86_64
rootdir: /
runlevel: N 5
type: CCpp
uid: 1000
Potential duplicate: bug 1350291
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1562276
Bug ID: 1562276
Summary: 'Input Method Selector' doesn't show up in KDE
applications menu
Product: Fedora
Version: 27
Component: im-chooser
Severity: low
Assignee: tagoh(a)redhat.com
Reporter: billcrawford1970(a)googlemail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, tagoh(a)redhat.com
Description of problem:
Not visible
Version-Release number of selected component (if applicable):
1.7.1-1.fc27
How reproducible:
Look in menu
Steps to Reproduce:
1. Click on applications menu
2. Look in Settings
3. Don't find this
Actual results:
... you get the idea
Expected results:
As the .desktop file contains 'NotShowIn=XFCE;' I would have expected it to
show up in the KDE menu.
Additional info:
Yes, I am aware that there's a kcm for "fcitx", however a lot of the
instructions on the lazywebs for enabling (e.g.) Japanese input seem based
around using im-chooser (and ibus), and the KDE config module seems to expect
fcitx to already be running, rather than offering a way to configure it to
start with the session.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1531986
Bug ID: 1531986
Summary: UMing considers itself half a sans-serif and lacks
provisions for zh_CN
Product: Fedora
Version: 27
Component: cjkuni-uming-fonts
Severity: low
Assignee: pwu(a)redhat.com
Reporter: arthur200126(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, kent.neo(a)gmail.com,
petersen(a)redhat.com, pwu(a)redhat.com
Description of problem:
UMing as packaged by Fedora comes with a fontconfig file
65-ttf-arphic-uming.conf that prepends it to a number of families in a number
of locales. This file has problems.
Version-Release number of selected component (if applicable):
How reproducible:
Always (text-editor level).
Steps to Reproduce:
1. gedit /usr/share/fontconfig/conf.avail/65-ttf-arphic-uming.conf
Actual results:
This file wants to prepend UMing, a serif, to the good list of sans-serifs.
This file also misses AR PL UMing CN for zh_CN.
Expected results:
UMing should not be prepended as a sans-serif. An entry similar to HK and TW
for UMing CN should be added.
Additional info:
Current default fonts are way ahead of them in precedence, so this problem on
its own shouldn't cause anything bad unless someone uninstalled all of them...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1653181
Bug ID: 1653181
Summary: Unable to update ibus.i686 because leak of
ibus-gtk3.i686
Product: Fedora
Version: 29
Component: ibus
Assignee: tfujiwar(a)redhat.com
Reporter: danielsun3164(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com, tfujiwar(a)redhat.com
Description of problem:
Unable to update ibus.i686 because leak of ibus-gtk3.i686.
Version-Release number of selected component (if applicable):
$ rpm -qa ibus\*
ibus-1.5.19-4.fc29.i686
ibus-1.5.19-4.fc29.x86_64
ibus-chewing-1.6.1-4.fc29.x86_64
ibus-devel-1.5.19-4.fc29.x86_64
ibus-gtk2-1.5.19-4.fc29.i686
ibus-gtk2-1.5.19-4.fc29.x86_64
ibus-gtk3-1.5.19-4.fc29.i686
ibus-gtk3-1.5.19-4.fc29.x86_64
ibus-handwrite-3.0.0-9.fc29.x86_64
ibus-hangul-1.5.1-2.fc29.x86_64
ibus-input-pad-1.4.99.20140916-9.fc29.x86_64
ibus-kkc-1.5.22-10.fc29.x86_64
ibus-libpinyin-1.10.92-1.fc29.x86_64
ibus-libs-1.5.19-4.fc29.i686
ibus-libs-1.5.19-4.fc29.x86_64
ibus-m17n-1.3.4-27.fc29.x86_64
ibus-mozc-2.23.2815.102-2.fc29.x86_64
ibus-pinyin-1.5.0-15.fc29.x86_64
ibus-qt-1.3.3-20.fc29.x86_64
ibus-rawcode-1.3.2-13.fc29.x86_64
ibus-rime-1.2-8.fc29.x86_64
ibus-setup-1.5.19-4.fc29.noarch
ibus-table-1.9.21-2.fc29.noarch
ibus-table-chinese-1.8.2-11.fc29.noarch
ibus-table-chinese-wubi-haifeng-1.8.2-11.fc29.noarch
ibus-table-chinese-wubi-jidian-1.8.2-11.fc29.noarch
ibus-table-devel-1.9.21-2.fc29.noarch
ibus-typing-booster-2.2.0-1.fc29.noarch
ibus-wayland-1.5.19-4.fc29.x86_64
How reproducible:
Everytime
Steps to Reproduce:
1. run "sudo dnf update"
Actual results:
$ sudo dnf update
Contacting OpenClient Router for restricted repository information
Open Client for Linux Fedora 29 x86_64 - Commun 2.0 kB/s | 3.6 kB 00:01
Dependencies resolved.
Problem 1: ibus-1.5.19-4.fc29.i686 has inferior architecture
- cannot install both ibus-1.5.19-9.fc29.x86_64 and ibus-1.5.19-4.fc29.x86_64
- cannot install both ibus-1.5.19-4.fc29.x86_64 and ibus-1.5.19-9.fc29.x86_64
- cannot install the best update candidate for package
ibus-1.5.19-4.fc29.i686
- cannot install the best update candidate for package
ibus-1.5.19-4.fc29.x86_64
Problem 2: ibus-gtk3-1.5.19-4.fc29.i686 has inferior architecture
- cannot install both ibus-gtk3-1.5.19-9.fc29.x86_64 and
ibus-gtk3-1.5.19-4.fc29.x86_64
- cannot install both ibus-gtk3-1.5.19-4.fc29.x86_64 and
ibus-gtk3-1.5.19-9.fc29.x86_64
- cannot install the best update candidate for package
ibus-gtk3-1.5.19-4.fc29.i686
- cannot install the best update candidate for package
ibus-gtk3-1.5.19-4.fc29.x86_64
Problem 3: problem with installed package ibus-1.5.19-4.fc29.i686
- package ibus-1.5.19-4.fc29.i686 requires ibus-gtk2(x86-32) = 1.5.19-4.fc29,
but none of the providers can be installed
- cannot install both ibus-gtk2-1.5.19-9.fc29.i686 and
ibus-gtk2-1.5.19-4.fc29.i686
- cannot install both ibus-gtk2-1.5.19-4.fc29.i686 and
ibus-gtk2-1.5.19-9.fc29.i686
- cannot install the best update candidate for package
ibus-gtk2-1.5.19-4.fc29.i686
Problem 4: problem with installed package ibus-gtk3-1.5.19-4.fc29.i686
- package ibus-gtk3-1.5.19-4.fc29.i686 requires ibus-libs(x86-32) =
1.5.19-4.fc29, but none of the providers can be installed
- cannot install both ibus-libs-1.5.19-9.fc29.i686 and
ibus-libs-1.5.19-4.fc29.i686
- cannot install both ibus-libs-1.5.19-4.fc29.i686 and
ibus-libs-1.5.19-9.fc29.i686
- cannot install the best update candidate for package
ibus-libs-1.5.19-4.fc29.i686
================================================================================
Package Arch Version Repository Size
================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
ibus x86_64 1.5.19-9.fc29 updates 6.0 M
ibus-gtk2 i686 1.5.19-9.fc29 updates 27 k
ibus-gtk3 x86_64 1.5.19-9.fc29 updates 26 k
ibus-libs i686 1.5.19-9.fc29 updates 232 k
Transaction Summary
================================================================================
Skip 4 Packages
Nothing to do.
Complete!
Expected results:
ibus-gtk3.i686 of version 1.5.19-9.fc29 should also be provided.
Additional info:
ibus.i686 is needed to input japanese into i686 applications.
--
You are receiving this mail because:
You are on the CC list for the bug.