CachyOS / CachyOS/distribution
grep -v could not resolve keysym
- Dominant language
- No language data
- Stars
- 27
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I'm using i3 on CachyOS.
On recent updates I have started noticing in BTOP the message;
```grep -v could not resolve keysym```

/usr/bin/Xorg has this;
```#!/bin/sh
#
# Execute Xorg.wrap if it exists otherwise execute Xorg directly.
# This allows distros to put the suid wrapper in a separate package.
basedir="/usr/lib"
if [ -x "$basedir"/Xorg.wrap ]; then
exec "$basedir"/Xorg.wrap "$@" 2> >(grep -v "Could not resolve keysym")
else
exec "$basedir"/Xorg "$@" 2> >(grep -v "Could not resolve keysym")
fi
```
It's my understanding this happens when the xkeyboard-config package introduces new keysyms that are not yet present in the xorgproto package.
So has there been new introduction, and we need an update?
THANKS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.