You are not logged in.

#1 2022-03-02 14:51:02

Kurokishin
Member
Registered: 2021-03-13
Posts: 39

[SOLVED] Neofetch displaying wrong information

I use qtile wm, but when I use neofetch it says that I use iG3D (which I have no idea what it is), why does this happen?

Last edited by Kurokishin (2022-03-02 17:07:16)

Offline

#2 2022-03-02 15:06:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,289

Re: [SOLVED] Neofetch displaying wrong information

xprop -root _NET_SUPPORTING_WM_CHECK
xprop -id $(xprop -root _NET_SUPPORTING_WM_CHECK | cut -d '#' -f2)

(blindly assuming that this is what pointlesstoolonlyusedonunixpornscreenshots preferably draws)

Offline

#3 2022-03-02 15:19:33

Kurokishin
Member
Registered: 2021-03-13
Posts: 39

Re: [SOLVED] Neofetch displaying wrong information

LMFAO

Output:

xprop -root _NET_SUPPORTING_WM_CHECK
_NET_SUPPORTING_WM_CHECK(WINDOW): window id # 0x40009a
xprop -id $(xprop -root _NET_SUPPORTING_WM_CHECK | cut -d '#' -f2)
_NET_SUPPORTING_WM_CHECK(WINDOW): window id # 0x40009a
_NET_WM_NAME(UTF8_STRING) = "iG3D"

Offline

#4 2022-03-02 15:53:29

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,289

Re: [SOLVED] Neofetch displaying wrong information

https://github.com/qtile/qtile/issues

Asking google, this looks like it's coming from some python image library and qtile probably doesn't set an explicit _NET_WM_NAME on its own maintainance window.

Offline

#5 2022-03-02 17:06:56

Kurokishin
Member
Registered: 2021-03-13
Posts: 39

Re: [SOLVED] Neofetch displaying wrong information

I see, thanks for the reply.

Offline

Board footer

Powered by FluxBB