From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41273 invoked by alias); 17 Jul 2018 16:16:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 41165 invoked by uid 89); 17 Jul 2018 16:16:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:552 X-HELO: mail-ua0-f179.google.com Received: from mail-ua0-f179.google.com (HELO mail-ua0-f179.google.com) (209.85.217.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jul 2018 16:16:24 +0000 Received: by mail-ua0-f179.google.com with SMTP id k8-v6so1028746uaq.12 for ; Tue, 17 Jul 2018 09:16:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=L5+vbIH2k4odaVrQM22ufkkiLY1alrr/e/wLZLuq0Z4=; b=dSMX/ymu0EkNFwbqD6/rDXRMQH6VS+uQD7Lp0A8Hb/WtlHEA7L4U/yBE91gkH0LBE0 k0xEYtPZ6ERZlc01opzO1QrR/HsyL2bduBziDW69ZBwYF3pJ92iUAqCPPwZ5sB89am1w Aauw7J2LzEKwkICpISSccQnOTUdlsnWny1qSP8EpBhuITztSiJxud3SOywczHKlXTGjc BH9ZfJ5dBq6BwTYf3b5yW/bvKEXzXxh5zVPtuaAs5ZzF6YC1QAR7u3yok4vNSQLJ6Rvh aM0OPQml37JDMRc5guMHeslcQDBOUQwWoKkWgOcT25cPNu0DoeVuJgr/uySCtVHm9UkI iB5g== MIME-Version: 1.0 From: Gulliver Smith Date: Wed, 18 Jul 2018 01:52:00 -0000 Message-ID: Subject: wmctrl not working with cygwin-x and no root window To: cygwin Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-07/txt/msg00165.txt.bz2 Latest cygwin on Windows 10. % wmctrl -l Cannot get client list properties. (_NET_CLIENT_LIST or _WIN_CLIENT_LIST) I'm running cygwin x with no root window to better integrate with my windows desktop. I'm guessing that this error is due to the fact that there is no root window so the C code doesn't have an object that has a _NET_CLIENT_LIST or _WIN_CLIENT_LIST). However, xwininfo can find the windows without any problems. Is there an alternative to wmctrl, or a workaround? Thanks Gulliver -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple