X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=cWjCKAL7dR2Yma+AxvuP4yBSQ51HFnQv6EzuqzdmyJk lTcq2Jcc5kh8omUVjThDYsPjjOdMUBCvro9uumPn/z+bDBm+Bhw/G2P87U8z/YgV vfT/SxGZs6ccVe8A9DN34G1zz12ZFNv9rNiieeG8D5fF3JNzRl97ETfahXwGMnXk = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=wJT7hC/eQ2Gy/Jd2DrvRNjPL3Fc=; b=XifkrQrx+u3uyt5XD ipn73ixJlLSgRepsHFyTFwzYKo+RL320Y7PhVbowPrt3fbjf5Dk4wGdH5embEqxd +UuSpfzRmxV1dW7ZVaqQ1r4rRJ5wh+7+D6ANFdlS7au9pHpudIWpGY+EnpMcdaZe 6k6T9E/t4Y3IBWfeJbZH5l40Ik= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=courier, extent, H*c:alternative, google X-HELO: mail-it1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=VNw6e0MShlYlOn3U34wIwz+OGiOBxSUzUifV4IQ9cgQ=; b=W0pU+QTfqmQQp1PhNMMH5bUi4SJojLa5E6+5SxThsUahiC89KFWpo/AV4K6+4zTiqL o2whxn12yRjcCOmRAQC8iYNBN210bET+tjo4brE3TB/sQ2+hUq0qrs3SZPEmTR02hMGN yFkbyZTSUGkJBcxLZrWNwODw8nswOvACoiXHvAhK53hT7tECwbtLOFP2fbiwU1y63DhG QbUi3Z76dEqCGVMmTRae4p0zmDH/NFgHixWh2ChSZ+Fy1OvUgJPJo7DbzpRkVcrfe5qZ 19UXI0eXleWNBHloik1r7vRmSgVfxamHmAjvgO7/MP4oXIKAy0VpBxamE4JRVM26BIWd 5okA== MIME-Version: 1.0 References: <8cec6ce1-8fe7-8baf-3c74-d3cba7485e5e AT SystematicSw DOT ab DOT ca> In-Reply-To: <8cec6ce1-8fe7-8baf-3c74-d3cba7485e5e@SystematicSw.ab.ca> From: Academy OfFetishes Date: Thu, 6 Jun 2019 11:00:41 -0700 Message-ID: Subject: Re: Dragging from explorer to cygwin terminal is not putting the path into the terminal To: Brian DOT Inglis AT systematicsw DOT ab DOT ca, cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x56I1uoO027940 Replying inline On Thu, Jun 6, 2019 at 10:51 AM Brian Inglis < Brian DOT Inglis AT systematicsw DOT ab DOT ca> wrote: > On 2019-06-05 22:26, Academy OfFetishes wrote: > > I tried to google for this but couldn't find anyone with the same > problem. > > I'm using mintty 3.0.1 and cygwin 3.0.7(0.338/5/3). > > > > On my previous computer, if I dragged a file from my explorer to the > cygwin > > terminal, the cygwin terminal used to be populated with the full path to > > that file. Now when I do this, the cygwin terminal isn't affected. > > > > How do I get it to work the way it used to? I want dragging from my > > explorer to the terminal to expand the full path of the filename in my > > terminal. > > Works fine for me. > > Start by examing your assumptions - run and post output from: > $ cmd /c ver > Microsoft Windows [Version 10.0.17763.503] > $ uname -srvmo > CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin > $ mintty --version > mintty 3.0.1 (x86_64-pc-cygwin) © 2013/2019 Andy Koppe / Thomas Wolff License GPLv3+: GNU GPL version 3 or later There is no warranty, to the extent permitted by law. > > Next check your Cygwin or mintty startup and post the mintty startup > command > here. Do you mean the .bash_profile? It looks like this (I copied it from my old computer): if [ -f "${HOME}/.bashrc" ] ; then source "${HOME}/.bashrc" fi # Set PATH so it includes user's private bin if it exists if [ -d "${HOME}/bin" ] ; then PATH="${HOME}/bin:${PATH}" fi # Set MANPATH so it includes users' private man if it exists # if [ -d "${HOME}/man" ]; then # MANPATH="${HOME}/man:${MANPATH}" # fi # Set INFOPATH so it includes users' private info if it exists # if [ -d "${HOME}/info" ]; then # INFOPATH="${HOME}/info:${INFOPATH}" # fi if [ -f ~/.git-completion.bash ]; then . ~/.git-completion.bash fi mount C: /c/ alias ghci=ghcii.sh export LFTP_PASSWORD=***** > Then attach your ~/.minttyrc as text to your post: sometimes you make a > tweak and forget, then much later, remember you messed yourself up. ;^> > It looks like this: BoldAsFont=no FontHeight=20 RightClickAction=paste Font=Courier New Also check if you have an /etc/minttyrc which may change settings, and > attach as > text if present. > I don't have that file on my computer. Thanks for all the help! > > -- > Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada > > This email may be disturbing to some readers as it contains > too much technical detail. Reader discretion is advised. > > -- > 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 > > -- 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