emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: martin rudalics
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Wed, 8 Apr 2020 10:45:37 +0200

> Have you tried the _NET_SUPPORTING_WM_CHECK window’s _NET_WM_NAME?

I'm struggling with that for quite some time already.  wmctrl uses it
but I never got anything from a call like

  rc = XGetWindowProperty (dpy, dpyinfo->root_window,
                           XInternAtom (dpy, "_NET_WM_NAME", False),
                           0, max_len, False, XA_STRING,
/**                        XInternAtom (dpy, "UTF8_STRING", False), **/
                           &actual_type, &actual_format, &actual_size,
                           &bytes_remaining, &name);

It reports success but name remains NULL.  If you have any clues about
what I'm doing wrong I'd be all ears.

martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]