Re: [dev] Help to debug window name with special characters

2023-07-08 Thread NRK
On Thu, Jul 06, 2023 at 10:23:45AM -0300, Dr. André Desgualdo Pereira wrote: > Second, xprop change from > WM_NAME(STRING) = "André Desgualdo Pereira.odt - OpenOffice Writer" > to > WM_NAME(STRING) = "André Desgualdo Pereira.odt - OpenOffice Writer" > and also a new attibute seems to be added: >

Re: [dev] Help to debug window name with special characters

2023-07-07 Thread Dr . André Desgualdo Pereira
Reporting a progress: I suspect the problem is OpenOffice and LibreOffice expect a working Tkinter module for python2.7 but Debian deprecated python2.7. So no _NET_WM_NAME is set. Weird thing is that somehow the name is set correctly if it cointains a japanese character (even with latin

Re: [dev] Help to debug window name with special characters

2023-07-07 Thread Dr . André Desgualdo Pereira
lol you are funny. I wish I didn't have to use anything else, it would be so much easier. On 05/07/2023 18:50, Nikita Krasnov wrote: > > Some window name are incomplete on dwm status (screenshot attached). The > > name is "cut" after the first special character (for example: if a window > >

Re: [dev] Help to debug window name with special characters

2023-07-06 Thread Dr . André Desgualdo Pereira
I notice a change in xprop if I run: xdotool search --name "André Desgualdo Pereira.odt - OpenOffice Writer" set_window --name "André Desgualdo Pereira.odt - OpenOffice Writer" First, after renaming it (to exactly the same name xprop gives), the name shows just fine on dwmstatus (and also on

Re: [dev] Help to debug window name with special characters

2023-07-05 Thread Dr . André Desgualdo Pereira
Thank you so much NKR! The full output of xprop is the following: WM_LOCALE_NAME(STRING) = "en_US.UTF-8" WM_ICON_NAME(STRING) = "André Desgualdo Pereira.odt - OpenOffice Writer" WM_NAME(STRING) = "André Desgualdo Pereira.odt - OpenOffice Writer" WM_STATE(WM_STATE): window state:

Re: [dev] Help to debug window name with special characters

2023-07-05 Thread Nikita Krasnov
Some window name are incomplete on dwm status (screenshot attached). The name is "cut" after the first special character (for example: if a window name is "André Desgualdo Pereira" it will show only "Andr"). Everyone knows that special characters are bloat, duh. Your system must use only use

Re: [dev] Help to debug window name with special characters

2023-07-05 Thread NRK
On Wed, Jul 05, 2023 at 08:11:39AM -0300, Dr. André Desgualdo Pereira wrote: > Also xprop show the window name correctly, but wmctrl shows "N/A". You might want to share the full output of xprop. Otherwise just sharing the `*_NAME` properties is fine too: `xprop | grep _NAME` Since you said it

[dev] Help to debug window name with special characters

2023-07-05 Thread Dr . André Desgualdo Pereira
I would really appreciate some help on debugging a problem on displaying certain windows names. Some window name are incomplete on dwm status (screenshot attached). The name is "cut" after the first special character (for example: if a window name is "André Desgualdo Pereira" it will show only