all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuuki Harano <masm+emacs@masm11.me>
To: lnjimmoen@outlook.com
Cc: 52655@debbugs.gnu.org, luangruo@yahoo.com
Subject: bug#52655: 29.0.50 pgtk bug on X Window.
Date: Wed, 22 Dec 2021 23:38:37 +0900 (JST)	[thread overview]
Message-ID: <20211222.233837.2133887723901818738.masm@luna.pink.masm11.me> (raw)
In-Reply-To: <ME3P282MB398336B0CCDF165845B31F0EB97D9@ME3P282MB3983.AUSP282.PROD.OUTLOOK.COM>

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





  reply	other threads:[~2021-12-22 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 11:17 bug#52655: 29.0.50 pgtk bug on X Window Moen Jim
2021-12-20  3:28 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]   ` <20211220.222029.1371271624348678257.masm@luna.pink.masm11.me>
2021-12-22  5:49     ` JimMoen
2021-12-22 14:38       ` Yuuki Harano [this message]
2021-12-23 16:07         ` bug#52655: 回复: " Moen Jim
2021-12-23 16:23           ` Yuuki Harano
2021-12-24  0:23             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-24 14:36               ` Yuuki Harano
2021-12-25  0:26                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-26 15:29                   ` Yuuki Harano
2021-12-24 14:40             ` bug#52655: 回复: " Moen Jim
2021-12-20  3:33 ` Eric Abrahamsen
2021-12-22  3:23   ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211222.233837.2133887723901818738.masm@luna.pink.masm11.me \
    --to=masm+emacs@masm11.me \
    --cc=52655@debbugs.gnu.org \
    --cc=lnjimmoen@outlook.com \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.