https://bugzilla.redhat.com/show_bug.cgi?id=1409717
Bug ID: 1409717
Summary: Language writing not applicable in other-user windows
Product: Fedora
Version: rawhide
Component: ibus-m17n
Severity: high
Assignee: pnemade(a)redhat.com
Reporter: moceap(a)hotmail.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
Description of problem:
Language writing not applicable in other-user windows
Version-Release number of selected component (if applicable):
1.3.4-21.fc25
How reproducible:
Run other-user window
Steps to Reproduce:
1. open window of other-user like (su -c gedit)
Actual results:
Typing m17n kb
Expected results:
not switcched to m17n
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1487512
Bug ID: 1487512
Summary: Can't enter words beginning "ld" with Tibetan-ewts
keyboard
Product: Fedora
Version: 26
Component: ibus-m17n
Severity: medium
Assignee: pnemade(a)redhat.com
Reporter: tashi(a)colourcountry.net
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com,
shawn.p.huang(a)gmail.com, tfujiwar(a)redhat.com
Description of problem:
Can't enter words beginning "ld"
Version-Release number of selected component (if applicable):
Version : 1.3.4
Release : 22.fc26
How reproducible:
Steps to Reproduce:
1. Select Tibetan (ewts (m17n)) keyboard
2. Type "l" followed by "d"
Actual results:
སྡ
where the top half is a letter ས (s)
Expected results:
ལྡ
where the top half is a letter ལ (l)
Additional info:
In file /usr/share/m17n/bo-ewts.mim,
line 108 looks like
("ld" "སྡ")
it should look like
("ld" "ལྡ")
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1384671
Bug ID: 1384671
Summary: system-config-language does not work under Wayland
Product: Fedora
Version: 25
Component: system-config-language
Severity: low
Assignee: pnemade(a)redhat.com
Reporter: juliux.pigface(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, nav007(a)gmail.com,
pnemade(a)redhat.com, psatpute(a)redhat.com,
smaitra(a)redhat.com
Description of problem:
system-config-language can't be launched on a Gnome+Wayland session.
Here's the output I get when launching system-config-language from terminal:
$ system-config-language
No protocol specified
Unable to init server: Could not connect: Connection refused
No protocol specified
Unable to init server: Impossibile connettersi: Connection refused
No protocol specified
Unable to init server: Impossibile connettersi: Connection refused
(system-config-language.py:5558): Gtk-WARNING **: cannot open display: :0
Version-Release number of selected component (if applicable):
system-config-language-3.4.0-1.fc25.noarch
How reproducible:
Always
Steps to Reproduce:
1.Open system-config-language
Actual results:
The tool crashes.
Expected results:
Ideally, the tool should work under wayland too
Additional info:
I set "severity" to low, since Gnome uses different tools in order to change
system's language.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1258712
Bug ID: 1258712
Summary: fonts-tweak-tool source code needs changes
Product: Fedora
Version: rawhide
Component: fonts-tweak-tool
Assignee: tagoh(a)redhat.com
Reporter: pnemade(a)redhat.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, tagoh(a)redhat.com
Description of problem:
When started fonts-tweak-tool from gnome-terminal, got these warnings
[parag@localhost ~]$ fonts-tweak-tool
/usr/lib64/python2.7/site-packages/fontstweak/util.py:30: PyGIWarning: Gtk was
imported without specifying a version first. Use gi.require_version('Gtk',
'3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
/usr/lib64/python2.7/site-packages/fontstweak/aliasui.py:36: PyGIWarning:
Easyfc was imported without specifying a version first. Use
gi.require_version('Easyfc', '0.12') before import to ensure that the right
version gets loaded.
from gi.repository import Easyfc
/usr/bin/fonts-tweak-tool:34: PyGIWarning: FontsTweak was imported without
specifying a version first. Use gi.require_version('FontsTweak', '0') before
import to ensure that the right version gets loaded.
from gi.repository import FontsTweak
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be
removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be
removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will
be removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkButton:xalign is deprecated and shouldn't be used anymore. It will be
removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be
removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be
removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
/usr/lib64/python2.7/site-packages/fontstweak/util.py:51: Warning: The property
GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It
will be removed in a future version.
builder.add_from_resource('/org/tagoh/fonts-tweak-tool/' + uifile)
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[parag@localhost ~]$
Version-Release number of selected component (if applicable):
fonts-tweak-tool-0.3.2-8.fc23.x86_64
How reproducible:
always
Steps to Reproduce:
1. open fonts-tweak-tool from gnome-terminal
2. observe warning messages appearing on gnome-terminal
3.
Actual results:
Expected results:
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=lqdzpBuKL2&a=cc_unsubscribe
_______________________________________________
i18n-bugs mailing list
i18n-bugs(a)lists.fedoraproject.org
http://lists.fedoraproject.org/postorius/i18n-bugs@lists.fedoraproject.org
https://bugzilla.redhat.com/show_bug.cgi?id=1526463
Bug ID: 1526463
Summary: Make emoji selectable
Product: Fedora
Version: rawhide
Component: ibus-typing-booster
Assignee: mfabian(a)redhat.com
Reporter: asn(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
If you click on an emoji, also visibly select the emoji and display information
in the title bar (symbol, first name of the emoji, maybe more).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1387967
Bug ID: 1387967
Summary: [abrt] iok: set_startup_id(): iok killed by SIGSEGV:
TAINTED
Product: Fedora
Version: rawhide
Component: iok
Assignee: pnemade(a)redhat.com
Reporter: hhan(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com,
smaitra(a)redhat.com
Description of problem:
Version-Release number of selected component:
iok-2.1.3-9.fc24
Additional info:
reporter: libreport-2.8.0
backtrace_rating: 4
cmdline: iok
crash_function: set_startup_id
executable: /usr/bin/iok
global_pid: 20707
kernel: 4.9.0-0.rc1.git4.1.fc26.x86_64
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor: Fedora Project
runlevel: N 5
type: CCpp
uid: 1000
Truncated backtrace:
Thread no. 1 (9 frames)
#0 set_startup_id at ./uniqueapp.c:191
#1 unique_app_set_property at ./uniqueapp.c:300
#2 object_set_property at gobject.c:1423
#3 g_object_constructor at gobject.c:2082
#4 unique_app_constructor at ./uniqueapp.c:271
#5 g_object_new_with_custom_constructor at gobject.c:1701
#6 g_object_new_internal at gobject.c:1781
#7 g_object_new_valist at gobject.c:2042
#9 unique_app_new_with_commands at ./uniqueapp.c:579
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1322105
Bug ID: 1322105
Summary: Iok isn't fully translated in alpha but is in Zanata
and strings are missing
Product: Fedora
Version: 24
Component: iok
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
Created attachment 1141423
--> https://bugzilla.redhat.com/attachment.cgi?id=1141423&action=edit
on the left, the test, on the right, Zanata
when testing Fedora Alpha, some strings are not translated in iok, but are in
Zanata, for example : "Change to Extended layer Keyboard", or the window title.
Some strings are not available for translation in Zanata, for example : iok
--help
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1526467
Bug ID: 1526467
Summary: Searching for emoji and selecting an emoji should jump
to category
Product: Fedora
Version: rawhide
Component: ibus-typing-booster
Assignee: mfabian(a)redhat.com
Reporter: asn(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
Searching for emoji and selecting an emoji should jump to category and select
the emoji.
--
You are receiving this mail because:
You are on the CC list for the bug.
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=1526464
Bug ID: 1526464
Summary: Make it possible to use cursors to select emojis
Product: Fedora
Version: rawhide
Component: ibus-typing-booster
Assignee: mfabian(a)redhat.com
Reporter: asn(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
It should be possible to select emojis with the curser keys. Pressing 'Enter'
should copy to clipboard.
--
You are receiving this mail because:
You are on the CC list for the bug.