Alisa Lain

Results 72 comments of Alisa Lain

No, I tested it with since characters and with triplets and it didn't work either (originally I had triplets as names, i.e "WWW", "DEV")

```bash ▲ ~ qtile cmd-obj -o cmd -f eval -a "[g.name for g in self.groups]" (True, "['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'scratch']") ▲ ~ xprop...

> Can you xtrace the xprop? (just stick `xtrace` in front of it.) This is a wild bug, I really have no idea. ![image](https://github.com/qtile/qtile/assets/60989682/7ef31f44-8adf-4f11-8e55-9da762dbe74f) > Hmm. Can you also paste...

> Can you `xtrace xprop -root _NET_DESKTOP_NAMES`? it should give you a bunch more output besides just the names. I did that, that was the image thingy I attached >...

Applied path to `/usr/lib/python3.12/site-packages/libqtile/backend/x11/window.py` Did not work. Cloning and applying it on repo would probably make no change, right?

Also for proof ![image](https://github.com/qtile/qtile/assets/60989682/1502f439-cc99-4e7f-8cfd-15c2604149c7)

That would be aur xtrace which is x11trace exec for me Apparently one I've been running is glibc's, talk about conflicts huh ``` △ ~ x11trace xprop -root _NET_DESKTOP_NAMES No...

Ok, dunno how to properly do it but This code inserted at line 485 ```python nullNrm = "\0".join(i.name for i in groups).encode() spceNrm = " ".join(i.name for i in groups).encode()...

Xprop -root doesn't seem to have _NET_WM_NAME actually, though I've seen programs correctly detecting `Qtile 0.25.1.dev0+g005da458.d20240413` (wezterm) I've put this on 348 line on window.py ```python logger.warning("%s", name) logger.warning("%s", value)...

Ok, now THAT's a treat As soon as I put that stuff I just said I put on line 348 the dekstop names are fixed! Gonna test which one of...