GNU bug report logs - #52655
29.0.50 pgtk bug on X Window.

Previous Next

Package: emacs;

Reported by: Moen Jim <LnJimMoen <at> outlook.com>

Date: Sun, 19 Dec 2021 14:28:02 UTC

Severity: normal

Found in version 29.0.50

Done: Yuuki Harano <masm+emacs <at> masm11.me>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Moen Jim <LnJimMoen <at> outlook.com>
To: Yuuki Harano <masm+emacs <at> masm11.me>
Cc: "52655 <at> debbugs.gnu.org" <52655 <at> debbugs.gnu.org>, "luangruo <at> yahoo.com" <luangruo <at> yahoo.com>
Subject: bug#52655: 回复: bug#52655: 29.0.50 pgtk bug on X Window.
Date: Thu, 23 Dec 2021 16:07:53 +0000
[Message part 1 (text/plain, inline)]
Thanks, the Environment "GTK_IM_MODULE" helps.
pgtk maybe used the variable to confirm whether the current environment is CLI or GUI.
________________________________
发件人: Yuuki Harano <masm+emacs <at> masm11.me>
发送时间: 2021年12月22日 6:38
收件人: lnjimmoen <at> outlook.com <lnjimmoen <at> outlook.com>
抄送: 52655 <at> debbugs.gnu.org <52655 <at> debbugs.gnu.org>; luangruo <at> yahoo.com <luangruo <at> yahoo.com>
主题: Re: bug#52655: 29.0.50 pgtk bug on X Window.

It reproduced on my environment.

----------------
[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/

[Service]
Type=simple
Environment=DISPLAY=:%i

#ng
#Environment="LC_CTYPE=ja_JP.UTF-8" "XMODIFIERS=@im=ibus"

#ng
#Environment="LC_CTYPE=ja_JP.UTF-8"

#ok
Environment="LC_CTYPE=ja_JP.UTF-8" "GTK_IM_MODULE=ibus"

#ng
#Environment="LANG=ja_JP.UTF-8"

#ok
#Environment="LC_CTYPE=C" "XMODIFIERS=@im=ibus"

#ok
#Environment="LC_CTYPE=C" "GTK_IM_MODULE=ibus"

ExecStart=/home/masm/src/emacs-savannah/objs/src/emacs --fg-daemon -Q
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
ExecReload=/usr/bin/emacsclient --eval "(restart-emacs)"
Restart=on-failure
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=default.target
----------------

In my case, it was solved when I added GTK_IM_MODULE.

Is it the same for you?

--
Yuuki Harano
[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.