SHA256
1
0
forked from pool/ibus

2 Commits

4 changed files with 3 additions and 10 deletions

View File

@@ -10,12 +10,12 @@ desktop_file="/usr/share/applications/org.freedesktop.IBus.Panel.Wayland.Gtk3.de
# Do nothing for X11 session
if [ "$XDG_SESSION_TYPE" != "wayland" ]; then
return 0
exit 0
fi
# Do nothing if kreadconfig6 is not available
if ! command -v kreadconfig6 >/dev/null 2>&1; then
return 0
exit 0
fi
# check current virtual keyboard

Binary file not shown.

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Tue Dec 16 15:55:11 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
- use return insted of exit in 20-ibus-plasma-setup.sh
* such script is sourced not executed, when using exit other
scripts in the same directory are not sourced anymore
* fix boo#1255237
-------------------------------------------------------------------
Wed Nov 19 14:14:39 UTC 2025 - Fuminobu Takeyama <ftake@geeko.jp> - 1.5.33

View File

@@ -1,6 +1,7 @@
#
# spec file for package ibus
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties