https://bugzilla.redhat.com/show_bug.cgi?id=2128423
--- Comment #1 from Jens Petersen <petersen(a)redhat.com> ---
This means in particular that if you try to add a first input method in
gnome-control-center
you need to restart gnome in order for it to work properly, which is not a
great experience
(unlike in Wayland where the input method just works immediately).
Strictly speaking this regression started actually in F36 (Gnome 42) I believe.
But we feel it is actually a potential blocker bug.
Though this is not resolved yet upstream.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2128423
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
https://bugzilla.redhat.com/show_bug.cgi?id=2124835
Bug ID: 2124835
Summary: Input mode is reset by ibus restart
Product: Fedora
Version: 37
Status: NEW
Component: ibus-anthy
Assignee: tfujiwar(a)redhat.com
Reporter: tagoh(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
Description of problem:
When doing "ibus restart", the input mode in ibus-anthy is always reset to
Hiragana. shouldn't it be held the previous state?
Version-Release number of selected component (if applicable):
ibus-anthy-1.5.14-7.fc37.x86_64
ibus-1.5.27-1.fc37.x86_64
How reproducible:
always
Steps to Reproduce:
1.change Input mode to something except Hiragana (e.g. Katakana, Eisu)
2.run "ibus restart"
3.
Actual results:
Input mode is reset to Hiragana
Expected results:
Input mode should be same to what changed at 1.
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=2124835
https://bugzilla.redhat.com/show_bug.cgi?id=2126234
Bug ID: 2126234
Summary: unicode-ucd-15.0.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: unicode-ucd
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, mfabian(a)redhat.com,
petersen(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 15.0.0
Upstream release that is considered latest: 15.0.0
Current version/release in rawhide: 14.0.0-3.fc37
URL: http://www.unicode.org/Public/zipped/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/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/5045/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/unicode-ucd
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2126234
https://bugzilla.redhat.com/show_bug.cgi?id=2126575
Bug ID: 2126575
Summary: google-noto-fonts-common-20201206-10.fc36.noarch does
not belong to a distupgrade repository
Product: Fedora
Version: 36
Status: NEW
Component: google-noto-fonts
Assignee: tagoh(a)redhat.com
Reporter: remyabel(a)gmail.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,
pwu(a)redhat.com, tagoh(a)redhat.com
Target Milestone: ---
Classification: Fedora
When testing an upgrade to detect broken packages by running:
sudo dnf --releasever=37 --setopt=module_platform_id=platform:f37
--enablerepo=updates-testing $(rpm -q fedora-repos-modular >/d
ev/null && echo --enablerepo=updates-testing-modular) --assumeno distro-sync
I get the following error:
Problem: package google-noto-sans-phoenician-vf-fonts-20201206-10.fc36.noarch
requires google-noto-fonts-common = 20201206-10.fc36, but none of the providers
can be installed
- google-noto-fonts-common-20201206-10.fc36.noarch does not belong to a
distupgrade repository
- problem with installed package
google-noto-sans-phoenician-vf-fonts-20201206-10.fc36.noarch
(try to add '--skip-broken' to skip uninstallable packages)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2126575
https://bugzilla.redhat.com/show_bug.cgi?id=2128423
fujiwara <tfujiwar(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Link ID| |GNOME Gitlab
| |GNOME/gnome-settings-daemon
| |/-/issues/705
CC| |i18n-bugs(a)lists.fedoraproje
| |ct.org
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2128423