[Bug 2068556] New: Allow installing envsubst binary without
unnecessary dependencies
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2068556
Bug ID: 2068556
Summary: Allow installing envsubst binary without unnecessary
dependencies
Product: Fedora
Version: rawhide
Status: NEW
Component: gettext
Assignee: suanand(a)redhat.com
Reporter: hhorak(a)redhat.com
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,
petersen(a)redhat.com, praiskup(a)redhat.com,
suanand(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
TL;DR: this is a request to allow install envsubst binary without other
unnecessary stuff from the gettext package.
Background:
The tool envsubst seems to be quite handy when working with configuration files
in environments with a minimal footprint, like container images.
Containers are typically configured via environment variables, which are then
put into files. We therefore often use envsubst to evaluate some variables in
the config files.
However, when installing entire gettext for having envsubst binary available,
it pulls in additional 7MB.
This is similar to what is being done when building small containers
(installing into a directory):
$> mkdir rootfs-with-gettext rootfs-without-gettext
$> PACKAGES="bash"
$> dnf -y --releasever 35 --setopt install_weak_deps=false --nodocs
--installroot $(pwd)/rootfs-without-gettext --disablerepo='*'
--enablerepo=fedora install $PACKAGES
$> PACKAGES="bash gettext"
$> dnf -y --releasever 35 --setopt install_weak_deps=false --nodocs
--installroot $(pwd)/rootfs-with-gettext --disablerepo='*' --enablerepo=fedora
install $PACKAGES
$> rm -rf rootfs-without-gettext/var/cache/dnf/*
$> rm -rf rootfs-with-gettext/var/cache/dnf/*
$> du -d 0 -h rootfs-without-gettext
25M rootfs-without-gettext
$> du -d 0 -h rootfs-with-gettext
38M rootfs-with-gettext
Re-implementing the envsubst does not seem to be necessary, as it might likely
work without additional stuff from the gettext package.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2068556
2 days, 14 hours
[Bug 2110111] New: imsettings-daemon log spam due to fcitx5
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2110111
Bug ID: 2110111
Summary: imsettings-daemon log spam due to fcitx5
Product: Fedora
Version: 36
Hardware: x86_64
Status: NEW
Component: imsettings
Assignee: tagoh(a)redhat.com
Reporter: wannabetheguy(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, tagoh(a)redhat.com
Target Milestone: ---
Classification: Fedora
Created attachment 1898954
--> https://bugzilla.redhat.com/attachment.cgi?id=1898954&action=edit
21 second log with fcitx5 selected, then switched to ibus
Description of problem:
I've recently been using Wayland more on Fedora 36 KDE. I've been using fcitx5
on x11, so I set that through im-chooser as that controls the configs in
~/.config/environment.d/.
After doing so, imsettings-daemon immediately starts using a non-zero amount of
CPU and starts constantly writing to the disk around 100KiB/s. This appears to
be to the log file at ~/.cache/imsettings/. When I discovered this, it had made
a log file 9GiB.
Launching im-chooser again and selecting none or ibus, the logging immediately
stops. However, that pops up with "Failed to switch Input Method -
GDBus.Error:com.redhat.imsettings.Error : Couldn't send a signal to the main
process successfully." though sets the environment.d configs successfully.
Version-Release number of selected component (if applicable):
imsettings-1.8.3-2.fc36
How reproducible:
Happens every time.
Steps to Reproduce:
1. Set input method to fcitx5 with im-chooser
2. Watch log generate
3. Set input method to none or ibus
Actual results:
Log spam due to fcitx5 dying and restarting?
Expected results:
imsettings-daemon not failing to handle fcitx5
Additional info:
Fedora 36 KDE, Wayland. The usability of fcitx5 doesn't seem to be affected by
having im-chooser set to anything other than fcitx5, but I assumed that I would
want it selected there. The fact it's present in im-chooser and causes this
issue is still a problem.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110111
6 days
[Bug 2101259] New: Please build imsettings for EPEL 9
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2101259
Bug ID: 2101259
Summary: Please build imsettings for EPEL 9
Product: Fedora EPEL
Version: epel9
Hardware: All
OS: Linux
Status: NEW
Component: imsettings
Severity: medium
Assignee: tagoh(a)redhat.com
Reporter: redhat-bugzilla(a)linuxnetz.de
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, tagoh(a)redhat.com
Blocks: 2100267 (EPEL9MATE)
Target Milestone: ---
Classification: Fedora
Please branch and build imsettings in epel9.
If you do not wish to maintain imsettings in epel9, or do not think you will be
able to do this in a timely manner, the EPEL Packagers SIG would be happy to be
a co-maintainer of the package; please add the epel-packagers-sig group through
https://src.fedoraproject.org/rpms/imsettings/addgroup and grant it commit
access, or collaborator access on epel* branches.
Important: Wolfgang and I are working on MATE for EPEL 8 and 9, so a good
timing for the imsettings build makes likely sense - and of course to enable
the imsettings-mate subpackage then (for both branches, EPEL 8 and 9).
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2100267
[Bug 2100267] Tracker for MATE Desktop Environment in EPEL 9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2101259
1 week, 1 day
[Bug 2061664] New: IBus candidate panel show up at wrong positions
for QT apps
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2061664
Bug ID: 2061664
Summary: IBus candidate panel show up at wrong positions for QT
apps
Product: Fedora
Version: 36
Hardware: x86_64
OS: Linux
Status: NEW
Component: ibus
Assignee: tfujiwar(a)redhat.com
Reporter: vtq-gnome(a)outlook.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: ---
Link ID: Red Hat Bugzilla 2060988
Classification: Fedora
Description of problem:
When I trying to input chinese text with ibus-libpinyin in QT apps (tested
texworks, okular, kwrite, konsole, fedora mediawriter, seemingly all QT apps),
the candidate character panel shows up not below the cursor but at a wrong
position, sometimes outside the window. This happens in both Wayland and Xorg
sessions, although the position is different for the two environments.
Version-Release number of selected component (if applicable):
Fedora-Workstation-Live-x86_64-36-20220307.n.0.iso image running on bare metal.
ibus-1.5.25-13.fc36
ibus-libpinyin-1.12.1-2.fc36
qt5-qtbase-5.15.2-33.fc36
How reproducible:
Always
Steps to Reproduce:
1. Boot from the live image
2. Add Intelligent Pinyin IME from Settings-Keyboard-Input Sources
3. Install some QT apps (e.g. kwrite)
4. Open kwrite, click the text field, use Super-Space to switch to Pinyin
input, and try to input some text
Actual results:
The candidate character panel shows up at a wrong position, sometimes outside
the window.
Expected results:
The candidate character panel should show up just below the text cursor.
Additional info:
Bug 2060988 for Wayland seems to be related. But this is happening in Xorg
session too.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2061664
1 week, 3 days
[Bug 2102608] New: CVE-2022-33068 VUL-0: CVE-2022-33068: harfbuzz:
integer overflow in the component hb-ot-shape-fallback.cc
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2102608
Bug ID: 2102608
Summary: CVE-2022-33068 VUL-0: CVE-2022-33068: harfbuzz:
integer overflow in the component
hb-ot-shape-fallback.cc
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: caswilli(a)redhat.com, dffrench(a)redhat.com,
eng-i18n-bugs(a)redhat.com, erik-fedora(a)vanpienbroek.nl,
gzaronik(a)redhat.com,
i18n-bugs(a)lists.fedoraproject.org,
jburrell(a)redhat.com, jwong(a)redhat.com,
kaycoth(a)redhat.com, klember(a)redhat.com,
kshier(a)redhat.com, manisandro(a)gmail.com,
moceap(a)hotmail.com, ngough(a)redhat.com,
pnemade(a)redhat.com, psatpute(a)redhat.com,
rgodfrey(a)redhat.com, rh-spice-bugs(a)redhat.com,
tuxator(a)o2.pl
Target Milestone: ---
Classification: Other
An integer overflow in the component hb-ot-shape-fallback.cc allows attackers
to cause a Denial of Service (DoS) via unspecified vectors.
Reference:
https://github.com/harfbuzz/harfbuzz/issues/3557
https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2102608
3 weeks
[Bug 2110624] New: Missing API documentation
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2110624
Bug ID: 2110624
Summary: Missing API documentation
Product: Fedora
Version: 36
Status: NEW
Component: pango
Assignee: pwu(a)redhat.com
Reporter: bob(a)bob131.so
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com,
fonts-bugs(a)lists.fedoraproject.org,
gnome-sig(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org, mclasen(a)redhat.com,
pwu(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:
API documentation is usually packaged in the -devel subpackage or a separate
-devel-doc subpackage, but the Pango documentation is not included in -devel
and there's no -doc or -devel-doc subpackage.
Version-Release number of selected component (if applicable):
pango-devel-1.50.8-1.fc36.x86_64
How reproducible:
Always
Steps to Reproduce:
1. dnf install pango-devel
Actual results:
No files provided by pango-devel in /usr/share/gtk-doc or /usr/share/doc
Expected results:
A devhelp book in /usr/share/gtk-doc
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2110624
3 weeks, 1 day