Opened 3 years ago
Closed 3 years ago
#16230 closed enhancement (fixed)
ibus-1.5.26
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (7)
comment:1 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:3 by , 3 years ago
Status: | new → assigned |
---|
comment:4 by , 3 years ago
comment:5 by , 3 years ago
solution: add --disable-python2
. The Python library seems not working with Python 3 anyway (it contains Python 2 only patterns like print "xxx"
.
comment:6 by , 3 years ago
client/gtk2/ibusimcontext: Fix wrong cursor location in gtk3 apps (Alynx Zhou) 936a0e76 Update URLS (Eberhard Beilharz) ecca9db0 client/gtk2/ibusimcontext: Implement clear preedit for GTK4 (fujiwarat) 5487a6ba client/gtk2/ibusimcontext: Calculate keycode from keysym in GTK3 forward-key-event (fujiwarat) 4957d146 Fix build errors in Ubuntu focal (fujiwarat) fbea5441 client/gtk2/ibusimcontext: Fix a key event loop with forwarding keys (fujiwarat) 6b979e78 src/tests: Add --screendump option in ibus-desktop-testing-runner (fujiwarat) 51e32956 ui/gtk3: Erase Emojier preedit/lookup popup between applications (fujiwarat) acc55705 ui/gtk2: Deprecate gettext.bind_textdomain_codeset() since Python 3.8 (fujiwarat) 28acfd43 travis: git config pull.rebase false (fujiwarat) d53d31d2 src/ibuscomposetable: invalidate cache based on symlink mtime too (Naïm Favier) cfcc6f19 travis: Fix bindings/pygobject/test-override-ibus.py (fujiwarat) be179342 autogen: Delete gnome-autogen dependency (fujiwarat) 2bc47f09 src: Disable emoji shortcut key with no-emoji hint (fujiwarat) 104148bc travis: Add autopint dependency (fujiwarat) 675b94f6 ibusenginesimple: Fix to send char position at update_preedit_text (fujiwarat) f5757ada data/dconf: Change XKB layout string color in panel (fujiwarat) 0e118e7e data/dconf: Add Ctrl-semicolon to Emoji shortcut key (fujiwarat) d9ff2bb6 Fix unref problems with floating references (Eberhard Beilharz) 5a455b1e ui/gtk3: Update man page for Emoji shortcut key (Sibo Dong) ad95015d src: Add IBUS_INPUT_HINT_PRIVATE for browser private mode (fujiwarat) 0f1485bf bus: mkdir socket dirs instead of socket paths (fujiwarat) 787b5649 bus: Do not mkdir abstract unix socket (fujiwarat) dfd3fbf2 src: Fix ibus_key_event_from_string for gobject-introspection (fujiwarat) c69b61aa src, client/x11: Add systemd unit file (Carlos Garnacho) a076b388 src/services: Add org.freedesktop.IBus.session.generic.service (fujiwarat) b5423f0c client/gtk2/ibusimcontext: Fix forward key keycode for GTK4 (Changwoo Ryu) 5cfe8387 src/tests: Fix typos (fujiwarat) a82bda58 src/ibuscompose: Check algorithm dead key by 9 length (fujiwarat) 19377ad2 src/ibusenginesimple: Support GTK4 coompose file (fujiwarat) df664b1f ui/gtk3: Check XDG_SESSION_DESKTOP for Plasma desktop (fujiwarat) 1f275214 engine: Update simple.xml with xkeyboard-config 2.35.1 (fujiwarat) a3c07241 src: Update ibusunicodegen.h with unicode-ucd 14.0.0 (fujiwarat) 9bf9ef01
Version 0, edited 3 years ago by (next)
comment:7 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit f2380761457cd3b255b55d7e601a7c8ec0d90c72
Package updates. Update to ibus-1.5.26. Update to libqalculate-4.1.0.
Note:
See TracTickets
for help on using tickets.
It installs Python library into /usr/lib/python3.1 instead of /usr/lib/python3.10 :(.