https://bugzilla.redhat.com/show_bug.cgi?id=1764520
Bug ID: 1764520
Summary: [abrt] ibus-typing-booster: makedirs():
os.py:221:makedirs:FileExistsError: [Errno 17] File
exists:
'/home/liting/.local/share/ibus-typing-booster/data'
Product: Fedora
Version: 30
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:b46ec76f84c8b3b39dc8714416fdf9384c0a26db;VAR
IANT_ID=workstation;
Component: ibus-typing-booster
Assignee: mfabian(a)redhat.com
Reporter: 1419004855(a)qq.com
QA Contact: extras-qa(a)fedoraproject.org
CC: anish.developer(a)gmail.com,
i18n-bugs(a)lists.fedoraproject.org, mfabian(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
I deleted my /home/user/.config directory and I could not use my Chinese input
source after that
Version-Release number of selected component:
ibus-typing-booster-2.6.0-1.fc30
Additional info:
reporter: libreport-2.10.0
cmdline: /usr/bin/python3 /usr/share/ibus-typing-booster/engine/main.py
--xml
crash_function: makedirs
exception_type: FileExistsError
executable: /usr/share/ibus-typing-booster/engine/main.py
interpreter: python3-3.7.3-1.fc30.x86_64
kernel: 5.0.9-301.fc30.x86_64
runlevel: N 5
type: Python3
uid: 1000
Truncated backtrace:
os.py:221:makedirs:FileExistsError: [Errno 17] File exists:
'/home/liting/.local/share/ibus-typing-booster/data'
Traceback (most recent call last):
File "/usr/share/ibus-typing-booster/engine/main.py", line 33, in <module>
import factory
File "/usr/share/ibus-typing-booster/engine/factory.py", line 32, in <module>
import hunspell_table
File "/usr/share/ibus-typing-booster/engine/hunspell_table.py", line 45, in
<module>
import itb_emoji
File "/usr/share/ibus-typing-booster/engine/itb_emoji.py", line 73, in
<module>
USER_DATADIR = itb_util.xdg_save_data_path('ibus-typing-booster/data')
File "/usr/share/ibus-typing-booster/engine/itb_util.py", line 3188, in
xdg_save_data_path
return xdg.BaseDirectory.save_data_path(*resource)
File "/usr/lib/python3.7/site-packages/xdg/BaseDirectory.py", line 70, in
save_data_path
os.makedirs(path)
File "/usr/lib64/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists:
'/home/liting/.local/share/ibus-typing-booster/data'
Local variables in innermost frame:
name: '/home/liting/.local/share/ibus-typing-booster/data'
mode: 511
exist_ok: False
head: '/home/liting/.local/share/ibus-typing-booster'
tail: 'data'
cdir: '.'
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1715713
Bug ID: 1715713
Summary: [abrt] ibus: __poll(): ibus-daemon killed by SIGABRT
Product: Fedora
Version: 29
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:3762bf7397dfcdc0d227eab9d3c9f8588275c712;VAR
IANT_ID=workstation;
Component: ibus
Assignee: tfujiwar(a)redhat.com
Reporter: noobusinghacks(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
Target Milestone: ---
Classification: Fedora
Description of problem:
happened at the same time as this
https://bugzilla.redhat.com/show_bug.cgi?id=1567645
Version-Release number of selected component:
ibus-1.5.19-16.fc29
Additional info:
reporter: libreport-2.10.0
backtrace_rating: 4
cmdline: ibus-daemon --xim --panel disable
crash_function: __poll
executable: /usr/bin/ibus-daemon
journald_cursor:
s=f82b3db13754497e9310ee2fd027e3bb;i=2b63;b=50f26a9fd7d644b2abe679f36a10238a;m=48602e00;t=58a24e988af8a;x=128fed0d5928463a
kernel: 5.0.17-200.fc29.x86_64
rootdir: /
runlevel: N 5
type: CCpp
uid: 1000
Truncated backtrace:
Thread no. 1 (3 frames)
#0 __poll at ../sysdeps/unix/sysv/linux/poll.c:29
#1 g_main_context_poll at gmain.c:4221
#4 bus_server_run at server.c:195
--
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=1761556
Bug ID: 1761556
Summary: fntsample missing dependency on perl-libintl-perl
Product: Fedora
Version: 29
Hardware: x86_64
Status: NEW
Component: fntsample
Severity: low
Assignee: pnemade(a)redhat.com
Reporter: nepeta(a)msu.edu
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com,
psatpute(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
The pdfoutline tool included with fntsample requires Perl module
Locale::TextDomain (packaged in perl-libintl-perl), but the fntsample package
doesn't specify it as a dependency.
Version-Release number of selected component (if applicable):
fntsample-5.2-2.fc29
How reproducible:
always
Steps to reproduce:
1. Without perl-libintl-perl installed, install the fntsample package.
2. Run pdfoutline.
Actual results:
Application reported an error: "Can't locate Locale/TextDomain.pm in @INC (you
may need to install the Locale::TextDomain module) [...] at /bin/pdfoutline
line 36."
Expected results:
Usage instructions.
Additional info:
Installing perl-libintl-perl causes the application to work as expected.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1708013
Bug ID: 1708013
Summary: gettext-0.20 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: gettext
Keywords: FutureFeature, Triaged
Assignee: panovotn(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: dueno(a)redhat.com, i18n-bugs(a)lists.fedoraproject.org,
jjanco(a)redhat.com, nphilipp(a)redhat.com,
panovotn(a)redhat.com, petersen(a)redhat.com,
praiskup(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 0.20
Current version/release in rawhide: 0.19.8.1-18.fc30
URL: http://www.gnu.org/software/gettext/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/898/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1756997
Bug ID: 1756997
Summary: Request package for EPEL8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: zinnia
Assignee: pwu(a)redhat.com
Reporter: tagoh(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
liangsuilong(a)gmail.com, petersen(a)redhat.com,
pwu(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
zinnia is required to build mozc on EPEL8. so please consider to import and
build the package on EPEL8. thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1765480
Bug ID: 1765480
Summary: /libchewing directory
Product: Fedora
Version: 30
OS: Linux
Status: NEW
Component: libchewing
Assignee: robinlee.sysu(a)gmail.com
Reporter: hvtaifwkbgefbaei(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dingyichen(a)gmail.com,
i18n-bugs(a)lists.fedoraproject.org,
robinlee.sysu(a)gmail.com
Target Milestone: ---
Classification: Fedora
Description of problem:
It could pick a smarter directory than /libchewing .
Version-Release number of selected component (if applicable):
0.5.1-10
How reproducible:
100%
Steps to Reproduce:
1. install it
2.
3.
Actual results:
/libchewing
Expected results:
That directory somewhere else.
Additional info:
# rpm -qf /libchewing
python2-libchewing-0.5.1-10.fc30.x86_64
# \ls -lRa /libchewing
/libchewing:
total 8
drwxr-xr-x 2 root root 43 Jun 26 00:50 .
dr-xr-xr-x 21 root root 4096 Sep 28 17:44 ..
-rw-r--r-- 1 root root 1836 Feb 1 2019 chewing.py
-rw-r--r-- 1 root root 0 Feb 1 2019 __init__.py
# rpm -V python2-libchewing-0.5.1-10.fc30.x86_64
#
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1737186
Bug ID: 1737186
Summary: enable introspection
Product: Fedora
Version: rawhide
Status: NEW
Component: harfbuzz
Assignee: pnemade(a)redhat.com
Reporter: mclasen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, klember(a)redhat.com,
moceap(a)hotmail.com, pnemade(a)redhat.com,
psatpute(a)redhat.com
Target Milestone: ---
Classification: Fedora
Pango now has api that provides access to harfbuzz objects. It would be nice to
make that available via introspection, but we can only do that if harfbuzz
introspection data is available.
So, please build harfbuzz with --with-gobject --enable-introspection
--
You are receiving this mail because:
You are on the CC list for the bug.