Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ibus failed to insert character through unicode or insert emoji
@ 2023-04-20  3:17 funk443
  2023-04-20  6:41 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: funk443 @ 2023-04-20  3:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3228 bytes --]

New issue by funk443 on void-packages repository

https://github.com/void-linux/void-packages/issues/43536

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.21_1 x86_64 AuthenticAMD notuptodate rFFFFF

### Package(s) Affected

ibus-1.5.28_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

https://github.com/ibus/ibus/issues/2476

### Expected behaviour

After pressing the keybinding for inserting a char using unicode, enter `0041` should output `A`.
Or after pressing the keybinding for inserting a emoji, enter `smile` and press space bar should output `😊`.

### Actual behaviour

Nothing was outputted.

The output from ibus-daemon:
```

(ibus-ui-gtk3:30847): IBUS-WARNING **: 11:12:55.699: panel.vala:307: XDG_CURRENT_DESKTOP is not exported in your desktop session.

(ibus-ui-gtk3:30847): IBUS-WARNING **: 11:12:55.699: panel.vala:310: If you launch KDE5 on xterm, export XDG_CURRENT_DESKTOP=KDE before launch KDE5.

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

;; Omitted many lines of exact same errors


(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_emoji_to_data_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_annotation_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_category_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_emoji_to_data_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_annotation_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_category_to_emojis_dict: assertion 'data != NULL' failed

;; Omitted many lines of this alternating pattern of errors
```

### Steps to reproduce

1. Start ibus-daemon (using `ibus-daemon -vrxR`)
2. Switch to unicode input mode (default keybinding is `Ctrl-Shift-u`
3. Enter `0041` then press `Space`
4. Switch to emoji input mode (default keybinding is `Super-.`)
5. Enter `smile` then press `Space`

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ibus failed to insert character through unicode or insert emoji
  2023-04-20  3:17 [ISSUE] ibus failed to insert character through unicode or insert emoji funk443
@ 2023-04-20  6:41 ` oreo639
  2023-05-01  3:34 ` fujiwarat
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-04-20  6:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/43536#issuecomment-1515791710

Comment:
> Switch to unicode input mode (default keybinding is `Ctrl-Shift-u`
> Enter 0041 then press Space

Works for me.

> Switch to emoji input mode (default keybinding is `Super-.`)

Thanks for pointing that out. I can also reproduce the issue using `/usr/libexec/ibus-ui-emojier`.
Emojis should show up properly with this patch: https://github.com/void-linux/void-packages/pull/43537

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ibus failed to insert character through unicode or insert emoji
  2023-04-20  3:17 [ISSUE] ibus failed to insert character through unicode or insert emoji funk443
  2023-04-20  6:41 ` oreo639
@ 2023-05-01  3:34 ` fujiwarat
  2023-05-01  3:48 ` classabbyamp
  2023-05-01  3:48 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: fujiwarat @ 2023-05-01  3:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New comment by fujiwarat on void-packages repository

https://github.com/void-linux/void-packages/issues/43536#issuecomment-1529309462

Comment:
Duplicate of #2476

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ibus failed to insert character through unicode or insert emoji
  2023-04-20  3:17 [ISSUE] ibus failed to insert character through unicode or insert emoji funk443
  2023-04-20  6:41 ` oreo639
  2023-05-01  3:34 ` fujiwarat
@ 2023-05-01  3:48 ` classabbyamp
  2023-05-01  3:48 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-01  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/43536#issuecomment-1529314050

Comment:
#43537

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] ibus failed to insert character through unicode or insert emoji
  2023-04-20  3:17 [ISSUE] ibus failed to insert character through unicode or insert emoji funk443
                   ` (2 preceding siblings ...)
  2023-05-01  3:48 ` classabbyamp
@ 2023-05-01  3:48 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-01  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3295 bytes --]

Closed issue by funk443 on void-packages repository

https://github.com/void-linux/void-packages/issues/43536

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.21_1 x86_64 AuthenticAMD notuptodate rFFFFF

### Package(s) Affected

ibus-1.5.28_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?
Probably related to this: 
https://github.com/ibus/ibus/issues/2476

### Expected behaviour

After pressing the keybinding for inserting a char using unicode, enter `0041` should output `A`.
Or after pressing the keybinding for inserting a emoji, enter `smile` and press space bar should output `😊`.

### Actual behaviour

Nothing was outputted.

The output from ibus-daemon:
```

(ibus-ui-gtk3:30847): IBUS-WARNING **: 11:12:55.699: panel.vala:307: XDG_CURRENT_DESKTOP is not exported in your desktop session.

(ibus-ui-gtk3:30847): IBUS-WARNING **: 11:12:55.699: panel.vala:310: If you launch KDE5 on xterm, export XDG_CURRENT_DESKTOP=KDE before launch KDE5.

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.784: ibus_serializable_deserialize_object: assertion 'g_type_is_a (type, IBUS_TYPE_SERIALIZABLE)' failed

;; Omitted many lines of exact same errors


(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_emoji_to_data_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_annotation_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_category_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_emoji_to_data_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_annotation_to_emojis_dict: assertion 'data != NULL' failed

(ibus-extension-gtk3:30848): IBUS-CRITICAL **: 11:12:55.871: ibus_emojier_update_category_to_emojis_dict: assertion 'data != NULL' failed

;; Omitted many lines of this alternating pattern of these three errors
```

### Steps to reproduce

1. Start ibus-daemon (using `ibus-daemon -vrxR`)
2. Switch to unicode input mode (default keybinding is `Ctrl-Shift-u`
3. Enter `0041` then press `Space`
4. Switch to emoji input mode (default keybinding is `Super-.`)
5. Enter `smile` then press `Space`

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-01  3:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20  3:17 [ISSUE] ibus failed to insert character through unicode or insert emoji funk443
2023-04-20  6:41 ` oreo639
2023-05-01  3:34 ` fujiwarat
2023-05-01  3:48 ` classabbyamp
2023-05-01  3:48 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).