https://bugzilla.redhat.com/show_bug.cgi?id=1659748
Bug ID: 1659748
Summary: Characters get deleted as you type
Product: Fedora
Version: 29
Status: NEW
Component: ibus-m17n
Severity: high
Assignee: pnemade(a)redhat.com
Reporter: lohang(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com,
shawn.p.huang(a)gmail.com
Target Milestone: ---
Classification: Fedora
Description of problem:
When you type Sinhala using Wijesekera keyboard layout through ibus the first
character gets deleted as soon as you start typing the second character. This
is similar to the bug previously reported for Fedora 28
https://bugzilla.redhat.com/show_bug.cgi?id=1617978
How reproducible:
(1) Steps to Reproduce:
1. Open Libre Office Writer (6.1.2.1)
2. Switch to Sinhala; Sinhalese (wijesekera (m17n))
3. Type keys vksIal kjSka
4. Hit space to separate the second word from the first word. And hit space at
the end of the first word.
Actual results: ක වීන්
Expected results: ඩනිෂ්ක නවීන්
Additional info:
(2) When you try this with emacs the results are a little different. I am
including it here assuming this is related to the same issue:
This is how to reproduce with emacs:
1. Open emacs 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.23.2)
of 2018-08-13
2. Switch to Sinhala; Sinhalese (wijesekera (m17n))
3. Type keys vksIal kjSka
4. Hit space to separate the second word from the first word. And hit space at
the end of the first word.
Actual results: ඩනිෂ් කනවී න්
Expected results: ඩනිෂ්ක නවීන්
This adds a space before the last character of the first word, not where you
want the space to be.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
Bug ID: 1660522
Summary: [abrt] ibus-anthy-python:
__update_anthy_convert_chars():
engine.py:1269:__update_anthy_convert_chars:TypeError:
can only concatenate str (not "NoneType") to str
Product: Fedora
Version: 29
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:68516d1ac979ea4a4ef53d1d33c98a5060591dde;VAR
IANT_ID=workstation;
Component: ibus-anthy
Assignee: tfujiwar(a)redhat.com
Reporter: mfabian(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com, tagoh(a)redhat.com,
tfujiwar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Version-Release number of selected component:
ibus-anthy-python-1.5.10-5.fc29
Additional info:
reporter: libreport-2.9.7
cmdline: python3 /usr/share/ibus-anthy/engine/main.py --ibus
crash_function: __update_anthy_convert_chars
exception_type: TypeError
executable: /usr/share/ibus-anthy/engine/main.py
interpreter: python3-3.7.1-4.fc29.x86_64
kernel: 4.19.5-300.fc29.x86_64
runlevel: N 5
type: Python3
uid: 10030
Truncated backtrace:
engine.py:1269:__update_anthy_convert_chars:TypeError: can only concatenate str
(not "NoneType") to str
Traceback (most recent call last):
File "/usr/share/ibus-anthy/engine/engine.py", line 1290, in __update
self.__update_convert_chars()
File "/usr/share/ibus-anthy/engine/engine.py", line 1213, in
__update_convert_chars
self.__update_anthy_convert_chars()
File "/usr/share/ibus-anthy/engine/engine.py", line 1269, in
__update_anthy_convert_chars
self.__convert_chars += text
TypeError: can only concatenate str (not "NoneType") to str
Local variables in innermost frame:
self: <engine.Engine object at 0x7f74fce16630 (engine+Engine at
0x558e39add170)>
pos: 0
i: 0
seg_index: -1
text: None
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1659905
Bug ID: 1659905
Summary: Incorrect SELinux label of fontconfig cache directory
Product: Fedora
Version: 29
Status: NEW
Component: fontconfig
Assignee: tagoh(a)redhat.com
Reporter: maciek.borzecki(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: ajax(a)redhat.com, fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org,
john.j5live(a)gmail.com, mclasen(a)redhat.com,
pnemade(a)redhat.com, rhughes(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com,
tagoh(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
The /usr/lib/fontconfig/cache directly is labeled as lib_t, but should be
labeled as fonts_cache_t, same as /var/cache/fontconfig was before.
[guest@localhost ~]$ ls -laZ /usr/lib/fontconfig/cache/
total 40
drwxr-xr-x. 2 root root system_u:object_r:lib_t:s0 4096 Dec 17 07:35 .
drwxr-xr-x. 3 root root system_u:object_r:lib_t:s0 4096 Dec 17 07:35 ..
-rw-r--r--. 1 root root unconfined_u:object_r:lib_t:s0 136 Dec 17 07:35
14f2600e-0a03-4bcf-ad84-39369899c767-le64.cache-7
-rw-r--r--. 1 root root unconfined_u:object_r:lib_t:s0 20904 Dec 17 07:35
6d2e07ad-8b0a-44cf-ad7a-4c0d0bc787a2-le64.cache-7
-rw-r--r--. 1 root root unconfined_u:object_r:lib_t:s0 200 Dec 17 07:35
CACHEDIR.TAG
Either a missing piece of the core policy or /usr/lib/fontconfig/cache ought to
be created with proper labeling.
Version-Release number of selected component (if applicable):
fontconfig-2.13.1-3.fc29.x86_64
selinux-policy-3.14.2-44.fc29.noarch
selinux-policy-devel-3.14.2-44.fc29.noarch
selinux-policy-targeted-3.14.2-44.fc29.noarch
How reproducible:
always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1661860
Bug ID: 1661860
Summary: Deprecate smc-kalyani-fonts package
Product: Fedora
Version: rawhide
Status: NEW
Component: smc-fonts
Assignee: petersen(a)redhat.com
Reporter: vishalvijayraghavan(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org, nav007(a)gmail.com,
petersen(a)redhat.com, psatpute(a)redhat.com,
rajeeshknambiar(a)gmail.com
Target Milestone: ---
Classification: Fedora
As per [1] discussion started around splitting smc-fonts package.
smc-kalyani-fonts was part of it and upstream has agreed to remove
smc-kalyani-fonts[2] from Fedora.
Would request to remove this package from Fedora.
Also if possible can this package be removed from Fedora-29 as well.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1648825
[2] https://gitlab.com/smc/fonts/kalyani/issues/1
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1659128
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed In Version|ibus-typing-booster-2.4.0-1 |ibus-typing-booster-2.4.0-1
|.fc29 |.fc29
| |ibus-typing-booster-2.4.0-1
| |.fc28
--- Comment #14 from Fedora Update System <updates(a)fedoraproject.org> ---
ibus-typing-booster-2.4.0-1.fc28 has been pushed to the Fedora 28 stable
repository. If problems still persist, please make note of it in this bug
report.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1659128
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Fixed In Version| |ibus-typing-booster-2.4.0-1
| |.fc29
Resolution|--- |ERRATA
Last Closed| |2018-12-25 03:10:31
--- Comment #13 from Fedora Update System <updates(a)fedoraproject.org> ---
ibus-typing-booster-2.4.0-1.fc29 has been pushed to the Fedora 29 stable
repository. If problems still persist, please make note of it in this bug
report.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1646688
Bug 1646688 depends on bug 1646687, which changed state.
Bug 1646687 Summary: bad hinting instructions from bug in ttfautohint
https://bugzilla.redhat.com/show_bug.cgi?id=1646687
What |Removed |Added
----------------------------------------------------------------------------
Status|ON_QA |CLOSED
Resolution|--- |ERRATA
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1659128
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |ON_QA
--- Comment #11 from Fedora Update System <updates(a)fedoraproject.org> ---
ibus-typing-booster-2.4.0-1.fc28 has been pushed to the Fedora 28 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2018-9bdefe093e
--
You are receiving this mail because:
You are on the CC list for the bug.