From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward101j.mail.yandex.net (forward101j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::101]) by sourceware.org (Postfix) with ESMTPS id 72DED385480E for ; Thu, 21 Jan 2021 10:20:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 72DED385480E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon@yandex.ru Received: from myt5-37b55df7bd3f.qloud-c.yandex.net (myt5-37b55df7bd3f.qloud-c.yandex.net [IPv6:2a02:6b8:c12:3cab:0:640:37b5:5df7]) by forward101j.mail.yandex.net (Yandex) with ESMTP id BAB6E1BE35EB; Thu, 21 Jan 2021 13:20:01 +0300 (MSK) Received: from myt6-9bdf92ffd111.qloud-c.yandex.net (myt6-9bdf92ffd111.qloud-c.yandex.net [2a02:6b8:c12:468a:0:640:9bdf:92ff]) by myt5-37b55df7bd3f.qloud-c.yandex.net (mxback/Yandex) with ESMTP id EiR0EUJZR2-K1HixsfY; Thu, 21 Jan 2021 13:20:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1611224401; bh=sDuY8A6u7Rb/Hb3ZhJEVJ2wLu4tIyTXY19YeXhheqJY=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=iFEhCgEFQp5Ag7+wiBudvvNFTdRx8MpeBDSCthzrLzWWKC50jSibQLkBPlIqcKehz dXrAgnU/ZkYeH7y27+qy2zSROMq9HnwjVeW57K9rbcdn1MkFvQx+8FxMU7IwsV0sLD fpfmrLOy3kfVbxZpe0ajULfOuyUl5RAV1fPbD/6o= Authentication-Results: myt5-37b55df7bd3f.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by myt6-9bdf92ffd111.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id p2BmHHpQLn-K0mC5HTX; Thu, 21 Jan 2021 13:20:01 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Thu, 21 Jan 2021 10:09:23 -0000 Date: Thu, 21 Jan 2021 13:09:23 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <1642602024.20210121130923@yandex.ru> To: Hamish McIntyre-Bhatty , cygwin@cygwin.com Subject: Re: cut and paste doesn't work In-Reply-To: References: <5c16c464-cc4-479-b19a-7a5401e329c@puchar.net> <913c6bf6-a153-e162-36a3-cdd1d9dc240e@towo.net> <57432e1c8a2142978a77e6b118427391@BELBRU-EXMP101.eeas.europa.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2021 10:20:06 -0000 Greetings, Hamish McIntyre-Bhatty! > On 21/01/2021 07:34, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >>> -----Original Message----- >>> From: Cygwin On Behalf Of Thomas Wolff >>> Sent: 21 January 2021 02:08 >>> >>> Am 20.01.2021 um 21:31 schrieb Wojciech Puchar: >>>> trying to mark text in cygwin windows by mouse doesn't work at all. >>>> Windows 10. >>>> >>>> The same cygwin 64 installation on windows 7 works properly. >>>> >>>> It was installed to windows 10 host by simply copying whole c:\cygwin >>>> directory. >>>> >>>> Everything works except cut&paste. >>> What does `ls -l /dev/clipboard` say? >>> Copying the filesystem rather than installing loses some special file >>> properties, especially in the /dev folder. >>> Not sure whether it's possible to fix that with `mknod`. >> There might be other problems as well. Symlinks are also going to be affected. We couldn't find a reliable solution back in Win7 to simply copy Cygwin installation by preserving the symlinks in a zip archive. >> >> I would strongly advise to perform a normal installation and simply copy only the contents of your Cygwin home directory (C:\Cygwin\home\). It will be quicker that trying to identify and fix all the possible issues. >> >> Panos > NB: I don't think I have this problem, but I do seem to have an > unrelated problem where as soon as I select any text in mintty it > immediately replaced my clipboard contents which that selection. This is standard behavior for a terminal for as long as I recall. > This is very annoying, because when copying text to mintty I frequently click > and drag a small amount of text by accident. > Is this configurable somehow? Of course it is configurable. mintty - Options - Selection. -- With best regards, Andrey Repin Thursday, January 21, 2021 13:07:38 Sorry for my terrible english...