Re: [dev] Problem with windows name

2023-07-09 Thread Страхиња Радић
Adding to gettextprop in dwm.c: // ... if (!XGetTextProperty(dpy, w, &name, atom) || !name.nitems) return 0; FILE* log = fopen("/home/user/dwm.log", "at"); fprintf(log, "---\n"); fprintf(log, "atom = {%lu}\n", atom); f

Re: [dev] Problem with windows name

2023-07-09 Thread Страхиња Радић
I debugged dwm, adding to drw.c: static void log_msg(const char* fmt, ...) { char buf[4096]; va_list args; va_start(args, fmt); vsnprintf(buf, sizeof(buf), fmt, args); va_end(args);

Re: [dev] Problem with windows name

2023-07-09 Thread Страхиња Радић
On 23/07/09 08:43AM, Dr. André Desgualdo Pereira wrote: > # xprop > xprop shows the correct name, but it doesn't has the _NET_WM_NAME defined as > it used to have on Debian 11 and before (I guess it is because missing > library > tkinter for python2.7). > Example: WM_NAME(STRING) = "André Desgua

Re: [dev] Suckless paint/graphic editor program

2023-07-09 Thread LM
On Thu, Jul 6, 2023 at 3:36 PM wrote: > That's too much options to check out for me, but a console-based option > (to me > that sounds like not needing X11? Because ideally that's what I'd want.. I > want > to get rid of a Window manager and in the future use something like dvtm) I've been invest

[dev] Problem with windows name

2023-07-09 Thread Dr . André Desgualdo Pereira
# The Problem: dwm status bar fails to display the name of Libreoffice and OpenOffice windows # Conditions (when it happens): 1) Debian 12 (previous Debian worked fine) 2) The file name must contain a latin character (one of these: áâãéíóôúç) and NOT contain other