https://bugzilla.redhat.com/show_bug.cgi?id=1222160
Bug ID: 1222160
Summary: Incorrect symbol for kk (Kazakh) m17n layouts
Product: Fedora
Version: 22
Component: ibus-m17n
Severity: medium
Assignee: dueno(a)redhat.com
Reporter: yerlaser(a)outlook.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dueno(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com
Description of problem:
I use ibus-m17n for my language kk - Kazakh.
Because our country plans migration to latin script I created a new m17n layout
table for phonetic entry.
I add my new mim file to /usr/share/m17n and my new phonetic input works.
However, in the language selector on the top panel, the short name (symbol) of
the language shows as an arabic letter.
It should be "kk", like e.g. "en" for English.
I found a fix for it.
The package ibus-m17n contains a wrong config file.
/usr/share/ibus-m17n/default.xml
It contains the following lines:
<engine>
<name>m17n:kk:*</name>
<symbol>قا</symbol>
</engine>
The lines are wrong because it sets the arabic symbol for all custom keyboard
layouts while the correct symbol is "kk".
Those lines should be changed to the following:
<engine>
<name>m17n:kk:*</name>
<symbol>kk</symbol>
</engine>
<engine>
<name>m17n:kk:arabic</name>
<symbol>قا</symbol>
</engine>
This way it only shows arabic symbol for the arabic layout.
Please advise what I should do to have it fixed in Fedora permanently.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2bVCZ3CUP6&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1175840
Bug ID: 1175840
Summary: [abrt] ibus-typing-booster: dlmmap_locked(): python2.7
killed by SIGBUS
Product: Fedora
Version: 20
Component: ibus-typing-booster
Assignee: apatil(a)redhat.com
Reporter: rhce_v6(a)yahoo.com
QA Contact: extras-qa(a)fedoraproject.org
CC: apatil(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org,
mfabian(a)redhat.com
Version-Release number of selected component:
ibus-typing-booster-1.2.5-1.fc20
Additional info:
reporter: libreport-2.2.3
backtrace_rating: 4
cmdline: python /usr/share/ibus-typing-booster/engine/main.py --xml
crash_function: dlmmap_locked
executable: /usr/bin/python2.7
kernel: 3.11.10-301.fc20.x86_64
runlevel: N 5
type: CCpp
uid: 0
Truncated backtrace:
Thread no. 1 (10 frames)
#0 dlmmap_locked at ../src/closures.c:460
#1 dlmmap at ../src/closures.c:506
#2 sys_alloc at ../src/dlmalloc.c:3515
#3 dlmalloc at ../src/dlmalloc.c:4245
#4 ffi_closure_alloc at ../src/closures.c:572
#5 g_callable_info_prepare_closure at girepository/girffi.c:365
#6 _pygi_make_native_closure at pygi-closure.c:639
#7 _wrap_pyg_hook_up_vfunc_implementation at gimodule.c:411
#8 call_function at /usr/src/debug/Python-2.7.5/Python/ceval.c:4098
#9 PyEval_EvalFrameEx at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=qsjGHBMHzw&a=cc_unsubscribe
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Need additional runtime detecting in ibus.conf for Kimpanel
https://bugzilla.redhat.com/show_bug.cgi?id=583716
Summary: Need additional runtime detecting in ibus.conf for
Kimpanel
Product: Fedora
Version: 13
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ibus
AssignedTo: phuang(a)redhat.com
ReportedBy: cheeseli(a)hotmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: phuang(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org
Classification: Fedora
Created an attachment (id=407608)
--> (https://bugzilla.redhat.com/attachment.cgi?id=407608)
Additional runtime detecting in ibus.conf for Kimpanel
Have Kimpanel be the default IBus frontend IF AND ONLY IF the user is running
KDE and Kimpanel is installed.
The attachment is a patch for this purpose.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1335073
Bug ID: 1335073
Summary: [abrt] ibus-table: os.py:241:makedirs:FileExistsError:
[Errno 17] File exists:
'/home/mfabian/.local/share/ibus-table'
Product: Fedora
Version: 24
Component: ibus-table
Assignee: mfabian(a)redhat.com
Reporter: mfabian(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dchen(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org,
kent.neo(a)gmail.com, me(a)kaio.net, mfabian(a)redhat.com,
pwu(a)redhat.com, shawn.p.huang(a)gmail.com
Version-Release number of selected component:
ibus-table-1.9.12-1.fc24
Additional info:
reporter: libreport-2.7.0
cmdline: /usr/bin/python3 /usr/share/ibus-table/engine/main.py --xml
executable: /usr/share/ibus-table/engine/main.py
kernel: 4.5.3-300.fc24.x86_64
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor: Fedora Project
reproducible: Not sure how to reproduce the problem
runlevel: N 5
type: Python3
uid: 1000
Truncated backtrace:
os.py:241:makedirs:FileExistsError: [Errno 17] File exists:
'/home/mfabian/.local/share/ibus-table'
Traceback (most recent call last):
File "/usr/share/ibus-table/engine/main.py", line 32, in <module>
import factory
File "/usr/share/ibus-table/engine/factory.py", line 27, in <module>
import tabsqlitedb
File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 36, in <module>
import ibus_table_location
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 102, in
<module>
__module_init = __ModuleInitializer()
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 96, in
__init__
_init()
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 76, in _init
os.makedirs(ibus_table_location['data_home'])
File "/usr/lib64/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists:
'/home/mfabian/.local/share/ibus-table'
Local variables in innermost frame:
name: '/home/mfabian/.local/share/ibus-table'
mode: 511
tail: 'ibus-table'
head: '/home/mfabian/.local/share'
exist_ok: False
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1003412
Bug ID: 1003412
Summary: Cinnamon desktop - Failed to Change input method
Product: Fedora
Version: 20
Component: im-chooser
Assignee: tagoh(a)redhat.com
Reporter: aalam(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, tagoh(a)redhat.com
Created attachment 792685
--> https://bugzilla.redhat.com/attachment.cgi?id=792685&action=edit
Screenshot
Description of problem:
while Enabling Ibus with im-chooser in Cinnamon Desktop, it showing crashing
error message.
---
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._imsettings_2derror_2dquark.Code5:
Current desktop isn't targeted by IMSettings.
Please check /home/aalam/.cache/imsettings/log for more details
---
Version-Release number of selected component (if applicable):
cinnamon-1.9.2-0.20.git2d1ac4d.fc20.x86_64
ibus-1.5.3-1.fc20.x86_64
im-chooser-1.6.4-2.fc20.x86_64
How reproducible:
Steps to Reproduce:
1. Log in to Cinnamon desktop
2. Use im-chooser to enable Input method 'IBus'
3. Select ibus
4. Check message produced
Actual results:
ibus failed to enabled
Expected results:
it should work
Additional info:
1) I upgraded from Fedora 19 to Fedora 20
2) Log /home/aalam/.cache/imsettings/log
---
[ 1378076147.681857]: IMSettings-Daemon[4911]: INFO: Starting
imsettings-daemon...
[ 1378076147.682409]: IMSettings-Daemon[4911]: INFO:
[HOME=/home/aalam/.config/imsettings]
[ 1378076147.682698]: IMSettings-Daemon[4911]: INFO:
[XINPUTRCDIR=/etc/X11/xinit/]
[ 1378076147.682935]: IMSettings-Daemon[4911]: INFO:
[XINPUTDIR=/etc/X11/xinit/xinput.d/]
[ 1378076147.683171]: IMSettings-Daemon[4911]: INFO:
[MODULEDIR=/usr/lib64/imsettings]
[ 1378076147.683402]: IMSettings-Daemon[4911]: INFO: [MODULES=gsettings, qt]
[ 1378076147.688695]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076147.717047]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076147.763503]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076147.785706]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
imsettings information
==========================
XINPUTRC: /home/aalam/.config/imsettings/xinputrc
File: ‘/home/aalam/.config/imsettings/xinputrc’ ->
‘/etc/X11/xinit/xinput.d/ibus.conf’
Size: 33 Blocks: 0 IO Block: 4096 symbolic link
Device: 803h/2051d Inode: 3408583 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 1000/ aalam) Gid: ( 1000/ aalam)
Context: unconfined_u:object_r:config_home_t:s0
Access: 2013-09-01 17:44:05.355457571 -0500
Modify: 2013-08-18 11:45:55.552064953 -0500
Change: 2013-08-18 11:45:55.552064953 -0500
Birth: -
Is DBus enabled: yes
Is imsettings enabled: yes
Is GTK+ supported:
[ 1378076147.908926]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076147.931150]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
yes
Is Qt supported:
[ 1378076147.963524]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076147.986057]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
yes
DESKTOP: cinnamon
GUESS_DESKTOP: $GDMSESSION
DISABLE_IMSETTINGS:
IMSETTINGS_DISABLE_DESKTOP_CHECK:
DBUS_SESSION_BUS_ADDRESS:
unix:abstract=/tmp/dbus-phX8IXOece,guid=831715cb30aa1e83d67a027c5223c5f3
GTK_IM_MODULE:
QT_IM_MODULE: ibus
XMODIFIERS: @im=ibus
IMSETTINGS_MODULE: IBus
IMSETTINGS_INTEGRATE_DESKTOP: yes
[ 1378076150.254946]: IMSettings-Qt backend[4911]: WARNING **: Unable to obtain
the DefaultInputMethod: Key file does not have group 'Qt'
[ 1378076152.050008]: IMSettings-Daemon[4911]: INFO: Attempting to switch IM to
IBus [lang=pa_IN.utf8, update=false]
** org.gnome.settings-daemon.plugins.keyboard.active is true. imsettings is
going to be disabled.
[ 1378076157.117726]: IMSettings-Daemon[4911]: WARNING **: Current desktop
isn't targeted by IMSettings.
[ 1378076157.161819]: IMSettings-Daemon[4911]: INFO: Unloading imesttings
module: qt
[ 1378076157.162348]: IMSettings-Daemon[4911]: INFO: Unloading imesttings
module: gsettings
[ 1378076157.162712]: IMSettings-Daemon[4911]: INFO: imsettings-daemon is shut
down.
[ 1378077301.984146]: IMSettings-Daemon[6447]: INFO: Starting
imsettings-daemon...
[ 1378077301.985509]: IMSettings-Daemon[6447]: INFO:
[HOME=/home/aalam/.config/imsettings]
[ 1378077301.985722]: IMSettings-Daemon[6447]: INFO:
[XINPUTRCDIR=/etc/X11/xinit/]
[ 1378077301.985892]: IMSettings-Daemon[6447]: INFO:
[XINPUTDIR=/etc/X11/xinit/xinput.d/]
[ 1378077301.986059]: IMSettings-Daemon[6447]: INFO:
[MODULEDIR=/usr/lib64/imsettings]
[ 1378077301.986226]: IMSettings-Daemon[6447]: INFO: [MODULES=gsettings, qt]
[ 1378077305.888658]: IMSettings-Daemon[6447]: INFO: Attempting to switch IM to
IBus [lang=pa_IN.utf8, update=true]
** org.gnome.settings-daemon.plugins.keyboard.active is true. imsettings is
going to be disabled.
[ 1378077306.544504]: IMSettings-Daemon[6447]: WARNING **: Current desktop
isn't targeted by IMSettings.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hXXx7rBFUY&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=844555
Bug ID: 844555
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: i18n-bugs(a)lists.fedoraproject.org,
shawn.p.huang(a)gmail.com, tfujiwar(a)redhat.com
Assignee: tfujiwar(a)redhat.com
Summary: new IME switcher prevents to send the key events to
kvm
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: tagoh(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ibus
Product: Fedora
Description of problem:
With the latest version of ibus on f17, ibus can't be turned on on kvm. it
works back when ibus on host machine is disabled.
Version-Release number of selected component (if applicable):
ibus-1.4.99.20120428-2.fc17.x86_64
How reproducible:
always
Steps to Reproduce:
1.run ibus on both host and guest
2.press ctrl+space on kvm
3.
Actual results:
the key events was ate on host. no IM activated on guest
Expected results:
should be turned on on kvm
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=1294622
Bug ID: 1294622
Summary: the package contains wrong link to website ?
Product: Fedora
Version: 23
Component: hunspell-te
Assignee: pnemade(a)redhat.com
Reporter: jb.holcroft(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com
Description of problem:
The website looks wrong on Fedora Packages :
https://apps.fedoraproject.org/packages/hunspell-te/
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
it points to Gitorious.org, but it tells you that " Gitorious.org is migrating
all the repositories to Internet Archive."
Expected results:
I assume it is this one : http://hunspell.sourceforge.net/
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gJGcaQkDLR&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1319111
Bug ID: 1319111
Summary: incorrect use of Requires(pre)?
Product: Fedora
Version: rawhide
Component: ibus-table-extraphrase
Assignee: dchen(a)redhat.com
Reporter: jsilhan(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dchen(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org,
liangsuilong(a)gmail.com
We've identified your package for having `Requires(pre)` RPM flag without
`Requires` [1]. `Requires(pre)` rpm tag could be interpreted wrongly, so to
prevent any harm to Fedora users I am notifying you about this fact.
Any package that is specified in `Requires(pre)` could be freely removed.
Citing from RPM pages:
```
If there are no other dependencies on the package providing /usr/sbin/useradd,
that package is permitted to be removed from the system after installation(!)
``` [2]
If you really rely on dependency just during the installation process and your
package don't necessary require the dependency for the proper run of your
application then ignore this bug report and close it as NOTABUG. Otherwise add
to your spec file additional `Requires` for the dependency, please.
[1] paste.fedoraproject.org/341611/82208431
[2] http://www.rpm.org/wiki/PackagerDocs/MoreOnDependencies
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1351287
Bug ID: 1351287
Summary: Wrong placement of polish glyph Ogonek
Product: Fedora
Version: rawhide
Component: liberation-fonts
Assignee: psatpute(a)redhat.com
Reporter: riemersebastian(a)hotmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org,
petersen(a)redhat.com, psatpute(a)redhat.com
Description of problem:
The following text when using font "LiberationSans-Regular" renders the polish
Ogonek far to the right which does not seem correct when compared to other
fonts.
INPUT: "Lektura dla pocza̜tkuja̜cych"
Version-Release number of selected component (if applicable):
version 2.0.0 (Downloaded from
https://www.fontsquirrel.com/fonts/liberation-sans)
How reproducible:
Just use the text "Lektura dla pocza̜tkuja̜cych" and the problem should be
visible (and see below)
Steps to Reproduce:
1. Go to https://www.fontsquirrel.com/fonts/liberation-sans
2. Go to tab "Test drive"
3. Enter text "Lektura dla pocza̜tkuja̜cych"
Actual results:
The result shows the Ogonek way to the right and AFAIK it should render
centered below the letter 'a'.
Expected results:
Compare by same steps as above, but e.g. choose as font: Junicode
(https://www.fontsquirrel.com/fonts/Junicode)
Additional info:
None
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: fonts.alias refer to encodings not listed in fonts.dir
https://bugzilla.redhat.com/show_bug.cgi?id=733106
Summary: fonts.alias refer to encodings not listed in fonts.dir
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: sazanami-fonts
AssignedTo: tagoh(a)redhat.com
ReportedBy: viy(a)altlinux.org
QAContact: extras-qa(a)fedoraproject.org
CC: tagoh(a)redhat.com, fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
fonts.alias files refer to jisx020*.19??-0 font encodings while fonts.dir does
not list them.
looks like a fonts.scale/fonts.dir generation bug.
/usr/share/X11/fonts/encodings/large/*
encodings should be present during fonts.scale/fonts.dir generation.
sazanami-fonts-0.20040629-15.fc15.src.rpm
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.