Skip to content
Snippets Groups Projects
  1. May 23, 2020
    • Olivier Fourdan's avatar
      client: Rely in XRes reported PID is available · 49c1a33a
      Olivier Fourdan authored
      
      When xfwm4 needs to kill an unresponsive client, it will use the its PID
      is known.
      
      However, the _NET_WM_PID as defined in the extended window manager hint
      mechanism is unreliable when the client runs within a sandbox, as it is
      the client itself who sets that property using its own view of the PID.
      
      The Xserver can provide a more accurate value of the client PID using
      the XRes X11 extension, so use that protocol if available.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      49c1a33a
    • Olivier Fourdan's avatar
      display: Add support for XRes X11 extension · 010f8281
      Olivier Fourdan authored
      
      The X-Resource extension client library (XRes) allows a client to query
      the Xserver for various resources associated with an X11 client,
      including its PID.
      
      Add (optional) support for XRes in xfwm4 and use it for getting the
      client's PID instead of relying on _NET_WM_PID.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      010f8281
  2. May 21, 2020
  3. May 15, 2020
  4. May 12, 2020
  5. May 11, 2020
  6. May 05, 2020
  7. May 01, 2020
  8. Apr 30, 2020
  9. Apr 25, 2020
  10. Apr 22, 2020
  11. Apr 21, 2020
  12. Apr 20, 2020
  13. Apr 14, 2020
Loading