https://bugzilla.redhat.com/show_bug.cgi?id=1599870
--- Comment #2 from Matthew Wong <mawong(a)redhat.com> ---
Hi, yes I still see it. I made a mistake in my original report because it seems
it is not just hinting off but the combination of hinting off + antialias on in
my fontconfig file that causes the issue:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match>
<edit mode="assign" name="hinting">
<bool>false</bool>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
</fontconfig>
I do not use gnome DE, so I am not sure how gnome-tweaks and this fontconfig
file interact. Trying gnome, I deleted my fontconfig and used gnome-tweaks to
set hinting off + antialiasing on (subpixel) and emojis show in
gnome-characters as expected, but if I use the above fontconfig then emojis do
not show no matter the setting in gnome-tweaks or what DE I am using.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1470673
okehargens(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |okehargens(a)gmx.de
Flags|needinfo?(javieragustinfari |
|as(a)gmail.com) |
--- Comment #15 from okehargens(a)gmx.de ---
I am having the same issue. I initially came across this error on multiple
Ubuntu machines after installing the NEO keyboard layout. Error can be
reproduced on a fresh install of fedora 29 (virtualbox) with all updates
installed. The NEO keyboard layout install script
(https://www.neo-layout.org/installiere_neo) creates the a new .XCompose file
that seems to be causing a segfault in ibus-daemon.
The .XCompose contents is mostly generated by neo_compose() in line 3560 (used
in line 171)
**
IBUS:ERROR:ibuscomposetable.c:108:parse_compose_value: code should not be
reached
**
IBUS:ERROR:engineproxy.c:686:bus_engine_proxy_new_internal: assertion failed
(error == NULL): Connection is closed. (g-dbus-error-quark, 0)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1599870
--- Comment #1 from Marek Kašík <mkasik(a)redhat.com> ---
Hi,
I'm sorry for late answer. Do you still see the issue? I've tried to reproduce
it on Fedora 28 but with no success. I also don't see it on Fedora 29 if I set
hinting to none in gnome-tweaks.
--
You are receiving this mail because:
You are on the CC list for the bug.