You are not logged in.

#1 2023-08-31 02:43:32

nicehand90210
Member
Registered: 2022-03-24
Posts: 31

[SOLVED] Compose key not working

My .xinitrc is:

xrdb ~/.Xresources
setxkbmap -option "compose:caps"
xbindkeys
exec xmonad

And xorg-setxkbmap is properly installed.

Help appreciated.

Last edited by nicehand90210 (2023-08-31 10:58:38)

Offline

#2 2023-08-31 02:48:17

nicehand90210
Member
Registered: 2022-03-24
Posts: 31

Re: [SOLVED] Compose key not working

I should mention this has bee perfectly sufficient on past installs.

Offline

#3 2023-08-31 07:17:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED] Compose key not working

First off all, your xinitrc is broken - see the last link below and the note what to include at least.

Then what's the output of

setxkbmap -print -query

?

Then how do you define "not working"?
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

Finally, probably see https://wiki.archlinux.org/title/Xorg/K … tion_files

Offline

#4 2023-08-31 10:57:55

nicehand90210
Member
Registered: 2022-03-24
Posts: 31

Re: [SOLVED] Compose key not working

Firstly, I fixed my problem by installing xvkbd from the AUR. It used to be in the main repo and when it wasn't anymore, so began my confusion (long story short).

Second,

seth wrote:

First off all, your xinitrc is broken - see the last link below and the note what to include at least.

…apparently not, because I only installed anther package and now it's working. It's not broken unless something isn't working. Not everyone has the time and energy to perfect and beautify their systems, seth.

Then how do you define "not working"?

How do I define a compose key not working? I define it as not getting an em dash when I type CAPSLOCK - - -, for instance. Seriously…

Luckily that link did remind me of the existence of the xvkbd package, so thanks for that.

Offline

#5 2023-08-31 11:16:44

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [SOLVED] Compose key not working

This has nothing to do w/ the compose key nor perfection, you end up w/ a degenerated session and likely dbus issues.
xvkbd is a virtual keyboard and has absolutely nothing to do w/ the compose key.

I'll have to check but at best it adds some xcompose definitions you came to expect, hence the question *how* it's not working. Did you bother to read the sticky?

Edit: there's no trace of any impact xvkbd might have on the compose key/feature - whatever development you perceived is purely coincidental.

<Multi_key> <minus> <minus> <minus>     : "—"   U2014 # EM DASH

is defined in  /usr/share/X11/locale/en_US.UTF-8/Compose so either you ended up not including that or you lost the compose feature for other reasons.

Last edited by seth (2023-08-31 11:47:17)

Offline

Board footer

Powered by FluxBB