Created attachment 638680 [details] emerge --info dmenu 4.9 compiles fine but segfaults when any key is pressed; upstream (i.e. dmenu-9999) has fixed this issue, I will submit the patched ebuild via PR soon. $ cat /tmp/dmenu-in first second third $ gdb /usr/bin/dmenu ... (gdb) run < /tmp/dmenu-in Starting program: /usr/bin/dmenu < /tmp/dmenu-in [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7ecd980 in XmbLookupString () from /usr/lib64/libX11.so.6
I guess you missed this: commit db6093f6ec1bb884f7540f2512935b5254750b30 (HEAD, refs/git-r3/x11-misc/dmenu/0/__old__, refs/git-r3/x11-misc/dmenu/0/__main__, refs/git-r3/HEAD) Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun Mar 3 13:08:54 2019 +0100 revert IME support dmenu will not handle IME support (st will, atleast for now). revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22 this commit also broke input focus.
Thanks, guess it's time to find an alternative or remember to toggle my IME every time, closing this one
dropping old versions, so closing this
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521ad220accf56a5dfea6f7dfaaa6242cc7d85e8 commit 521ad220accf56a5dfea6f7dfaaa6242cc7d85e8 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-25 09:13:28 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-25 09:13:51 +0000 x11-misc/dmenu: drop old Bug: https://bugs.gentoo.org/722894 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> x11-misc/dmenu/Manifest | 2 - x11-misc/dmenu/dmenu-4.8.ebuild | 60 ---------------------------- x11-misc/dmenu/dmenu-4.9.ebuild | 61 ----------------------------- x11-misc/dmenu/files/dmenu-4.7-gentoo.patch | 38 ------------------ 4 files changed, 161 deletions(-)