Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ibus-1.5.29-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ibus Distribution: openSUSE:Factory:zSystems
Version: 1.5.29 Vendor: openSUSE
Release: 1.1 Build date: Tue Dec 5 06:54:44 2023
Group: System/I18n/Chinese Build host: s390zl23
Size: 4631692 Source RPM: ibus-1.5.29-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ibus/
Summary: The "Intelligent Input Bus" input method
IBus, short for Intelligent Input Bus, is an input framework. IBus
plugins then provide the particular logic how to translate keypresses
to input characters and possibly show disambiguation windows around
the text cursor.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sat Dec 02 2023 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.5.29
    * Add DeleteSurroundingText to PostProcessKeyEvent
    * Add preedit D-Bus signals to PostProcessKeyEvent
    * Tab should not be committed by IM
    * Translate keycodes with CapsLock
    * Update org.freedesktop.ibus.gschema.xml
    * Implement Plasma Wayland
    * Distinguish Arabic XKB and Keypad XKB options
    * Update simple.xml with xkeyboard-config 2.39
    * Fix key typing issues
    * Fix Emoji and Unicode issues
    * Fix setup dialog SEGV
    * Fix remote desktop issue
    * Enhance CI
    * Update translations
  - Drop ibus-fix-key-release.patch, merged by upstream
* Wed Oct 04 2023 Marguerite Su <i@marguerite.su>
  - macros.ibus:
    * set %ibus_table_index_post() to %nil. it'll trigger ibus-table-createdb
      to create_indexes() for the existing db. but according to upstream,
      create_indexes() is now a dummy function, and it didn't bring
      any performance improvements before. and on rpmlint side,
      it will modify the final filelist.
* Fri Mar 31 2023 Andreas Schneider <asn@cryptomilk.org>
  - Fix key typing order
    * This prevents that keys get stuck in games with wine/proton (steam)
    * Added ibus-fix-key-release.patch
* Thu Mar 09 2023 Avinesh Kumar <avinesh.kumar@suse.com>
  - Update version to 1.5.28
    * Implement new process_key_event for ibus-x11
    * Convert internal EN compose table to GResource
    * Enhance surrounding text
    * Enhance CI
    * Update ibusunicodegen.h with Unicode 15.0.0
    * Update simple.xml with xkeyboard-config 2.38-1
    * Fix SEGVs
* Fri Nov 18 2022 Fuminobu Takeyama <ftake@geeko.jp>
  - Switch to use systemd service file to start ibus daemon
    * Fix boo#1201421
    * Add ibus-ui-gtk3-restart-via-systemd.patch
    * Enable ibus-autostart for xdg-autostart-generator
* Mon Aug 29 2022 Fuminobu Takeyama <ftake@geeko.jp>
  - Do not run ibus-autostart with xdg-autostart-generator (KDE etc.)
    * A workaround for boo#1202841
    * Please use org.freedesktop.IBus.session.generic.service instead
      (See boo#1201421)
* Sat Aug 27 2022 Fuminobu Takeyama <ftake@geeko.jp> - 1.5.27
  - Upstream update to 1.5.27
    * Disable XKB engines in Plasma Wayland
    * ibusimcontext keycode - 8 for gtk3 keycode generation
    * client/gtk2: Revert CCedilla change for pt-BR
    * Add IBUS_CAP_OSK to IBusCapabilite
    * Enable ibus restart in GNOME desktop
    * Add ibus im-module command
    * Implement new process_key_event for GTK4
    * src/ibusengine: Add focus_in_id()/focus_out_id() class methods
    * Delete xkb:latam:: in denylist.txt
    * Enhance Xutf8TextListToTextProperty
    * Revert Emoji shoftcut key to Super-space
    * Update simple.xml with xkeyboard-config 2.36
    * Fix refcounting issues
    * Drop ibus-fix-refcounting-issues.patch
    * Fix bashisms in org.freedesktop.IBus.session.GNOME.service
    * Update xkb-latin-layouts in gschema
    * Use our own prefix to look up systemd user services dir
    * Add functionality to change IBus panel themes with available GTK themes
    * Update translation
  - Refresh im-engines-precede-xkb.patch
  - Add pkgconfig(libnotify) for the GTK4 flavor
* Mon Aug 22 2022 Fuminobu Takeyama <ftake@geeko.jp>
  - Fix ibus-setup to support python3 (boo#1202063)
    * Update setup-switch-im.patch
  - Remove X-GNOME-* from ibus-autostart.desktop
    (boo#1201421, boo#1201728)
    * ibus-autostart still does not work with
      systemd-xdg-autostart-generator
* Tue Apr 19 2022 Yifan Jiang <yfjiang@suse.com>
  - Add patch ibus-fix-refcounting-issues.patch:
    This addresses the possible GLib warnings, fixes the possible
    double unrefs happening on IBusText used in signals, and fixes
    the missing unrefs on IBusText objects created from static
    strings (gh#ibus/ibus#2387, gh#ibus/ibus#2393).
* Tue Mar 29 2022 Fuminobu Takeyama <ftake@geeko.jp>
  - Add install/uninstall scripts for the user service files
  - Drop ibus-missing-include.patch
    * fix build error under Leap 15.4
* Sun Mar 27 2022 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.5.26
    * Enhance compose keys
    * Enhance Emoji features
    * Implement clear preedit for GTK4
    * Calculate keycode from keysym in GTK3 forward-key-event
    * Fix to send char position at update_preedit_text
    * Deprecate gettext.bind_textdomain_codeset() since Python 3.8
    * Fix ibus_key_event_from_string for gobject-introspection
    * Fix a key event loop with forwarding keys
    * Delete gnome-autogen dependency
    * Change XKB layout string color in panel
    * Add IBUS_INPUT_HINT_PRIVATE for browser private mode
    * mkdir socket dirs instead of socket paths
    * Add org.freedesktop.IBus.session.generic.service
    * Check XDG_SESSION_DESKTOP for Plasma desktop
    * Update simple.xml with xkeyboard-config 2.35.1
    * Update ibusunicodegen.h with unicode-ucd 14.0.0
    * Enhance CI
    * Fix typos
    * Fix wrong cursor location in gtk3 apps
    * Update URLS
    * invalidate cache based on symlink mtime too
    * Fix unref problems with floating references
    * Update man page for Emoji shortcut key
    * Add systemd unit file
    * Fix forward key keycode for GTK4
  - Drop ibus-fix-wrong-cursor-location.patch, merged by upstream
* Wed Jan 05 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not introduce ibus-gtk4-32bit unless there will be demand for
    it: drop its definition from baselibs.conf.
* Tue Dec 21 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix name of gtk4 flavor generated packages (was ibus-gtk4-gtk4).
* Thu Dec 16 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Split build of gtk4 module into an own flavor, allowing us to
    break a build cycle.
* Sun Oct 03 2021 Fuminobu Takeyama <ftake@geeko.jp>
  - Enable GTK 4 IM Module for Leap 15.4 and Tumbleweed
  - Remove ibus-python-install-dir.patch
    * Not used for build anymore
* Wed Sep 08 2021 Predrag Ivanović <predivan@mts.rs>
  - Refresh ibus-socket-name-compatibility.patch
  - Add ibus-missing-include.patch to fix build on Leap
  - Add ibus-fix-wrong-cursor-location.patch
    (based on https://github.com/ibus/ibus/commit/936a0e76df79d92a8bdc03e9205330fb84a2083e.patch)
    (gh#ibus/ibus#2337)
  - Drop ibus-python-install-dir.patch
    Two reasons: it's for, disabled in .spec, python2, and patch forces
    the re-generation of configure, which requires aclocal-1.16,
    unavailable on Leap-15.3, and that breaks the build.
* Mon Sep 06 2021 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.5.25
    * src/tests: Run gnome-session with no-overview mode
    * client/gtk2: Implement ibus_im_context_set_surrounding_with_selection
    * src/ibuscomposetable: Do not include the same compose file
    * src/ibusenginesimple: Multi_key to 0xB7
    * src/ibusenginesimple: Make Compose preedit less intrusive
    * Change default Emoji shortcut key
    * setup: Enhance engine search function
    * client/gtk2/ibusimcontext: Enable sync process in GTK4
    * engine: Update simple.xml with xkeyboard-config 2.33
    * src/ibuscomposetable: Add support for the include directive (lf-)
    * src/ibuscomposetable: Fix a buffer overflow in compose handling (lf-)
    * client/x11: Add support for XFixes ClientDisconnectMode (Olivier Fourdan)
    * setup: Start ibus-daemon with the --daemonize option (Gunnar Hjalmarsson)
    * src: Fix a typo in ibusenginesimple.h (user202729)
    * Update translations
* Tue Jul 20 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Own /usr/share/GConf and /usr/share/GConf/gsettings: the time
    has come where the migration code is drying out and we can't
    expect the deps to just be in the buildroot (but it still works).
* Wed Jun 30 2021 Hillwood Yang <hillwood@opensuse.org>
  - Rollback ibus-socket-name-compatibility.patch for Leap 15. Qt5 does
    not be updated to the new version or patch for ibus on Leap 15.
    It still needs this patch on leap 15 (boo#1187202).
* Mon Feb 22 2021 Fuminobu Takeyama <ftake@geeko.jp> - 1.5.24
  - Upstream update to 1.5.24
    * Add GTK4 IM module (currently disabled for openSUSE)
    * Search engine name directly
    * Update IBusInputPurpose and IBusInputHints in ibustypes.h
    * Warn deprecated IBus XKB engines /w dialog
    - Workaround for boo#1177545
    * Update simple.xml
    * Fix arguments in GLib.DBusSignalCallback for Vala 0.50
    * Fix to build emoji-*.dict in CLDR 38
    * Fix build environments
    * Hide IBus Preferences from AppStream
  - Drop vala-0.50.patch, merged by upstream
  - Remove old "Obsoletes" for ibus-gnome-shell and libibus-1_0-0
* Mon Feb 08 2021 Fuminobu Takeyama <ftake@geeko.jp>
  - Fix the invalid desktop file for auto start (boo#1178447)
  - Fix xim.d/ibus so that a Plasma session can use XDG auto start
* Mon Feb 01 2021 Bernhard Wiedemann <bwiedemann@suse.com>
  - Do not build in parallel for reproducible build results (boo#1102408)
* Mon Oct 26 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Add vala-0.50.patch: Fix build with vala 0.50 (gh#ibus/ibus#2265)
* Wed Sep 30 2020 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.5.23
    * Generate simple.xml with denylist 6042974 508527d 37db75b 6879879 59b902a
      568d58d 6ed34f3 5959d6f 5d67a28 394d9a8 ed7bc8d e938846 3aa670e 0d90da4
      e4dd6d1
    * Accept xdigits only for Unicode typing a440942
    * Update emoji-parser with CLDR emoji annotation release-31-0-1 9a9f828
    * Update ibusunicodegen.h with unicode-ucd 13.0.0 e10fc89
    * Delete deprecated ENABLE_APPINDICATOR_ENGINE_ICON check aa3a9f0
    * Fix SEGV 02105c4 f591381
    * Fix some errors in ibus-desktop-testing-runner 7b0d091 8da0167
    * Refactor source files 0b9d936 0ad5e9a
    * Fix string formats in translatable strings 7caead1 f8c468a ce865f6
    * Use WAYLAND_DISPLAY on Wayland sessions to make up IBus socket name (Carlos
      Garnacho) 8ce2520
    * Skip parsing of compose sequence with invalid keysyms (Neil Shepperd)
      0da3cec
    * Tell Pango about the engine language in the candidate panel (Aaron Muir
      Hamilton) 3f098dc 79a09f1
    * Fix for several error spotted by static analyzer (ntfs.hard) 00adea6
    * Remove glib_check_version() in gtk immodule (Changwoo Ryu) 5765bfd
    * Build the Emoji dictionaries in parallel (Changwoo Ryu) 59d0de4
    * Update translation
  - Drop 0001-Replace-the-Qt-check-for-appindicator-engine-icon-wi.patch,
    ibus-use-wayland-display-for-socket-name.patch,
    ibus-socket-name-compatibility.patch. Merged by upstream
* Thu Sep 24 2020 Cliff Zhao <qzhao@suse.com>
  - Update ibus.spec: Drop the is_opensuse macro to eliminate the
    difference between SLE-15 and openSUSE-Leap (jsc#SLE-11653).
* Sat Sep 19 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Move xim.d files to /usr/etc when available, which is
    currently Tumbleweed only (boo#1176431)
* Tue May 12 2020 QK ZHU <qkzhu@suse.com>
  - Add ibus-socket-name-compatibility.patch: Compatibility for
    ibus-use-wayland-display-for-socket-name.patch. This fixes Qt
    clients breakage in Wayland (bsc#1171442, gh#ibus/ibus#2195).
* Mon May 11 2020 QK ZHU <qkzhu@suse.com>
  - Add ibus-use-wayland-display-for-socket-name.patch:
    Use WAYLAND_DISPLAY on Wayland sessions to make up IBus socket name
    (bsc#1171442, gh#ibus/ibus#2195).
* Wed Apr 15 2020 Cliff Zhao <qzhao@suse.com>
  - Update ibus.spec: Drop the is_opensuse macro to eliminate the
    difference between SLE-15 and openSUSE-Leap (jsc#SLE-11652).
* Wed Mar 11 2020 Antonio Larrosa <alarrosa@suse.com>
  - Enable wayland and emoji features in SLE 15 SP2 (boo#1165844,
    SLE-11652)
  - Remove the with_kde option in the spec file and add a patch
    to remove an unneeded qt5 dependency
    * 0001-Replace-the-Qt-check-for-appindicator-engine-icon-wi.patch
* Mon Mar 09 2020 Andreas Schwab <schwab@suse.de>
  - Enable emoji also on ppc
* Sat Feb 29 2020 Hillwood Yang <hillwood@opensuse.org>
  - Enable emoji support on armv6l and riscv64, nodejs-emojione is no longer
    BuildRequires
  - Remove invalid build options
  - cleanup spec
* Mon Feb 24 2020 Fuminobu Takeyama <ftake@geeko.jp>
  - Fix dependency between ibus and ibus-dict-emoji
    * Keep ibus and ibus-dict-emoji from the same source
    * Add Conflict to remove old ibus containing emoji dictionary
      files
* Sat Feb 22 2020 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.5.22
    * GDBusAuthObserver security fix, drop
      ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch
    * Use XDG_RUNTIME_DIR for Unix socket directory
    * Hangul button press handling
    * Fix deprecated APIs
    * Bug fixes
    * Fix boo#1149065
    * Fix restart crash with inotify read() (Robert Hoffmann)
    * Make session file header comment more clear (Jason)
    * Amend typos (Jason)
    * Add NotShowIn and Keywords keys to the desktop entry (Changwoo Ryu)
    * Handle small final sigma in ibus_keyval_convert_case (Alex Henrie)
    * Update translations.
  - Add ibus-fix-Signal-does-not-exist.patch. Fix build on Leap 15.1 and below
* Wed Feb 19 2020 Fuminobu Takeyama <ftake@geeko.jp>
  - Split ibus-dict-emoji so that KDE Plasma can use IBus's emoji
    dictionaries without IBus daemon (boo#1161584)
* Tue Feb 04 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - No longer recommend -lang: supplements are in use.
* Sat Jan 11 2020 Fuminobu Takeyama <ftake@geeko.jp>
  - Drop ibus-delete-weak-pointer-for-vala-0.43.4.patch
    * which cannot be applied to 1.5.21

Files

/etc/dconf/db/ibus
/etc/dconf/db/ibus.d
/etc/dconf/db/ibus.d/00-upstream-settings
/etc/dconf/profile/ibus
/etc/xdg/Xwayland-session.d
/etc/xdg/Xwayland-session.d/10-ibus-x11
/etc/xdg/autostart/ibus-autostart.desktop
/usr/bin/ibus
/usr/bin/ibus-autostart
/usr/bin/ibus-daemon
/usr/bin/ibus-setup
/usr/etc/X11
/usr/etc/X11/xim.d
/usr/etc/X11/xim.d/am
/usr/etc/X11/xim.d/am/40-ibus
/usr/etc/X11/xim.d/ar
/usr/etc/X11/xim.d/ar/40-ibus
/usr/etc/X11/xim.d/as
/usr/etc/X11/xim.d/as/40-ibus
/usr/etc/X11/xim.d/bn
/usr/etc/X11/xim.d/bn/40-ibus
/usr/etc/X11/xim.d/cs
/usr/etc/X11/xim.d/cs/40-ibus
/usr/etc/X11/xim.d/da
/usr/etc/X11/xim.d/da/40-ibus
/usr/etc/X11/xim.d/de
/usr/etc/X11/xim.d/de/40-ibus
/usr/etc/X11/xim.d/el
/usr/etc/X11/xim.d/el/40-ibus
/usr/etc/X11/xim.d/en
/usr/etc/X11/xim.d/en/40-ibus
/usr/etc/X11/xim.d/es
/usr/etc/X11/xim.d/es/40-ibus
/usr/etc/X11/xim.d/fa
/usr/etc/X11/xim.d/fa/40-ibus
/usr/etc/X11/xim.d/fi
/usr/etc/X11/xim.d/fi/40-ibus
/usr/etc/X11/xim.d/fr
/usr/etc/X11/xim.d/fr/40-ibus
/usr/etc/X11/xim.d/gu
/usr/etc/X11/xim.d/gu/40-ibus
/usr/etc/X11/xim.d/he
/usr/etc/X11/xim.d/he/40-ibus
/usr/etc/X11/xim.d/hi
/usr/etc/X11/xim.d/hi/40-ibus
/usr/etc/X11/xim.d/hr
/usr/etc/X11/xim.d/hr/40-ibus
/usr/etc/X11/xim.d/ibus
/usr/etc/X11/xim.d/it
/usr/etc/X11/xim.d/it/40-ibus
/usr/etc/X11/xim.d/ja
/usr/etc/X11/xim.d/ja/40-ibus
/usr/etc/X11/xim.d/ka
/usr/etc/X11/xim.d/ka/40-ibus
/usr/etc/X11/xim.d/kk
/usr/etc/X11/xim.d/kk/40-ibus
/usr/etc/X11/xim.d/kn
/usr/etc/X11/xim.d/kn/40-ibus
/usr/etc/X11/xim.d/ko
/usr/etc/X11/xim.d/ko/40-ibus
/usr/etc/X11/xim.d/lo
/usr/etc/X11/xim.d/lo/40-ibus
/usr/etc/X11/xim.d/ml
/usr/etc/X11/xim.d/ml/40-ibus
/usr/etc/X11/xim.d/my
/usr/etc/X11/xim.d/my/40-ibus
/usr/etc/X11/xim.d/nb
/usr/etc/X11/xim.d/nb/40-ibus
/usr/etc/X11/xim.d/nl
/usr/etc/X11/xim.d/nl/40-ibus
/usr/etc/X11/xim.d/nn
/usr/etc/X11/xim.d/nn/40-ibus
/usr/etc/X11/xim.d/pa
/usr/etc/X11/xim.d/pa/40-ibus
/usr/etc/X11/xim.d/pl
/usr/etc/X11/xim.d/pl/40-ibus
/usr/etc/X11/xim.d/ru
/usr/etc/X11/xim.d/ru/40-ibus
/usr/etc/X11/xim.d/sk
/usr/etc/X11/xim.d/sk/40-ibus
/usr/etc/X11/xim.d/sv
/usr/etc/X11/xim.d/sv/40-ibus
/usr/etc/X11/xim.d/vi
/usr/etc/X11/xim.d/vi/40-ibus
/usr/etc/X11/xim.d/zh_CN
/usr/etc/X11/xim.d/zh_CN/40-ibus
/usr/etc/X11/xim.d/zh_HK
/usr/etc/X11/xim.d/zh_HK/40-ibus
/usr/etc/X11/xim.d/zh_SG
/usr/etc/X11/xim.d/zh_SG/40-ibus
/usr/etc/X11/xim.d/zh_TW
/usr/etc/X11/xim.d/zh_TW/40-ibus
/usr/lib/rpm/macros.d/macros.ibus
/usr/lib/systemd/user/gnome-session.target.wants
/usr/lib/systemd/user/gnome-session.target.wants/org.freedesktop.IBus.session.GNOME.service
/usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
/usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
/usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service.d
/usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service.d/20-defaults-openSUSE.conf
/usr/lib64/ibus
/usr/lib64/ibus/ibus-dconf
/usr/lib64/ibus/ibus-engine-simple
/usr/lib64/ibus/ibus-extension-gtk3
/usr/lib64/ibus/ibus-portal
/usr/lib64/ibus/ibus-ui-emojier
/usr/lib64/ibus/ibus-ui-gtk3
/usr/lib64/ibus/ibus-wayland
/usr/lib64/ibus/ibus-x11
/usr/lib64/python3.11/site-packages/gi/overrides/IBus.py
/usr/lib64/python3.11/site-packages/gi/overrides/__pycache__/IBus.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/gi/overrides/__pycache__/IBus.cpython-311.pyc
/usr/share/GConf
/usr/share/GConf/gsettings
/usr/share/GConf/gsettings/ibus.convert
/usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop
/usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop
/usr/share/applications/org.freedesktop.IBus.Panel.Wayland.Gtk3.desktop
/usr/share/applications/org.freedesktop.IBus.Setup.desktop
/usr/share/bash-completion/completions/ibus.bash
/usr/share/dbus-1/services/org.freedesktop.IBus.service
/usr/share/dbus-1/services/org.freedesktop.portal.IBus.service
/usr/share/doc/packages/ibus
/usr/share/doc/packages/ibus/AUTHORS
/usr/share/doc/packages/ibus/README
/usr/share/doc/packages/ibus/README.SUSE
/usr/share/doc/packages/ibus/xim.ibus.suse.template
/usr/share/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
/usr/share/ibus
/usr/share/ibus/component
/usr/share/ibus/component/dconf.xml
/usr/share/ibus/component/gtkextension.xml
/usr/share/ibus/component/gtkpanel.xml
/usr/share/ibus/component/simple.xml
/usr/share/ibus/dicts
/usr/share/ibus/dicts/unicode-blocks.dict
/usr/share/ibus/dicts/unicode-names.dict
/usr/share/ibus/engine
/usr/share/ibus/keymaps
/usr/share/ibus/keymaps/common
/usr/share/ibus/keymaps/in
/usr/share/ibus/keymaps/jp
/usr/share/ibus/keymaps/kr
/usr/share/ibus/keymaps/modifiers
/usr/share/ibus/keymaps/us
/usr/share/ibus/setup
/usr/share/ibus/setup/__pycache__
/usr/share/ibus/setup/__pycache__/emojilang.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/emojilang.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/engineabout.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/engineabout.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/enginecombobox.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/enginecombobox.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/enginedialog.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/enginedialog.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/enginetreeview.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/enginetreeview.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/i18n.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/i18n.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/icon.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/icon.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/keyboardshortcut.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/keyboardshortcut.cpython-311.pyc
/usr/share/ibus/setup/__pycache__/main.cpython-311.opt-1.pyc
/usr/share/ibus/setup/__pycache__/main.cpython-311.pyc
/usr/share/ibus/setup/emojilang.py
/usr/share/ibus/setup/engineabout.py
/usr/share/ibus/setup/enginecombobox.py
/usr/share/ibus/setup/enginedialog.py
/usr/share/ibus/setup/enginetreeview.py
/usr/share/ibus/setup/i18n.py
/usr/share/ibus/setup/icon.py
/usr/share/ibus/setup/keyboardshortcut.py
/usr/share/ibus/setup/main.py
/usr/share/ibus/setup/setup.ui
/usr/share/icons/hicolor/16x16/apps/ibus-keyboard.png
/usr/share/icons/hicolor/22x22/apps/ibus-keyboard.png
/usr/share/icons/hicolor/24x24/apps/ibus-keyboard.png
/usr/share/icons/hicolor/32x32/apps/ibus-keyboard.png
/usr/share/icons/hicolor/48x48/apps/ibus-keyboard.png
/usr/share/icons/hicolor/scalable/apps/ibus-engine.svg
/usr/share/icons/hicolor/scalable/apps/ibus-keyboard.svg
/usr/share/icons/hicolor/scalable/apps/ibus-setup.svg
/usr/share/icons/hicolor/scalable/apps/ibus.svg
/usr/share/licenses/ibus
/usr/share/licenses/ibus/COPYING
/usr/share/man/man1/ibus-daemon.1.gz
/usr/share/man/man1/ibus-setup.1.gz
/usr/share/man/man1/ibus.1.gz
/usr/share/man/man5/00-upstream-settings.5.gz
/usr/share/man/man5/ibus.5.gz
/usr/share/man/man7/ibus-emoji.7.gz
/usr/share/pixmaps/ibus-keyboard.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024