CachyOS / CachyOS/distribution

grep -v could not resolve keysym

Open
#234 1 comment 0 reactions 0 assignees View on GitHub
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```

![Image](https://github.com/user-attachments/assets/ec876663-490d-4c7b-8659-ff18ab6de3f8)

/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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.