Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5 for openSUSE:Factory checked in at 2026-01-03 17:28:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx5 (Old) and /work/SRC/openSUSE:Factory/.fcitx5.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5" Sat Jan 3 17:28:01 2026 rev:25 rq:1325163 version:5.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx5/fcitx5.changes 2025-09-17 16:45:29.690056154 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx5.new.1928/fcitx5.changes 2026-01-03 17:28:36.094644144 +0100 @@ -1,0 +2,7 @@ +Wed Dec 17 15:30:13 UTC 2025 - Fuminobu Takeyama <[email protected]> + +- Use return instead of exit in 20-fcitx-plasma-setup.sh + * Fix boo#1255237 +- Replace "IBus" with "Fcitx" in a log message + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 20-fcitx5-plasma-setup.sh ++++++ --- /var/tmp/diff_new_pack.Fl2Gta/_old 2026-01-03 17:28:36.682668202 +0100 +++ /var/tmp/diff_new_pack.Fl2Gta/_new 2026-01-03 17:28:36.690668529 +0100 @@ -10,12 +10,12 @@ # Do nothing for X11 session if [ "$XDG_SESSION_TYPE" != "wayland" ]; then - exit 0 + return 0 fi # Do nothing if kreadconfig6 is not available if ! command -v kreadconfig6 >/dev/null 2>&1; then - exit 0 + return 0 fi # check current virtual keyboard @@ -35,7 +35,7 @@ # check current virtual keyboard is None if [ -z "$current_im" ]; then # The virtual keyboard is not configured - echo "$0 is configuring the virtual keyboard for IBus." + echo "$0 is configuring the virtual keyboard for Fcitx." current_im=$desktop_file kwriteconfig6 --file kwinrc --group Wayland --key InputMethod $current_im else
