public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Academy OfFetishes <academyoffetishes@gmail.com>
To: Brian.Inglis@systematicsw.ab.ca, cygwin@cygwin.com
Subject: Re: Dragging from explorer to cygwin terminal is not putting the path into the terminal
Date: Thu, 06 Jun 2019 18:01:00 -0000	[thread overview]
Message-ID: <CADvWqDWWE=v=hb9MNgFxNM5z4HbCk4GY9-CV6CLhx2EuExmAbg@mail.gmail.com> (raw)
In-Reply-To: <8cec6ce1-8fe7-8baf-3c74-d3cba7485e5e@SystematicSw.ab.ca>

Replying inline

On Thu, Jun 6, 2019 at 10:51 AM Brian Inglis <
Brian.Inglis@systematicsw.ab.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

  reply	other threads:[~2019-06-06 18:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-06  4:26 Academy OfFetishes
2019-06-06 15:52 ` Chris Wagner
2019-06-06 16:08   ` Academy OfFetishes
2019-06-06 16:21     ` Academy OfFetishes
2019-06-06 17:15 ` Houder
2019-06-06 17:57   ` Academy OfFetishes
2019-06-06 19:56     ` Houder
2019-06-06 22:27       ` Academy OfFetishes
2019-06-06 22:34         ` Academy OfFetishes
2019-06-06 22:57           ` Brian Inglis
2019-06-06 23:04         ` Houder
2019-06-07  7:41           ` Thomas Wolff
2019-06-07  8:31             ` Houder
2019-06-07 17:33             ` Academy OfFetishes
2019-06-08  0:41               ` Doug Henderson
2019-06-08  0:53                 ` Academy OfFetishes
2019-06-08  7:10                   ` Thomas Wolff
2019-06-08 13:12                     ` Brian Inglis
2019-06-09 13:05                       ` Thomas Wolff
2019-06-09 13:20                         ` Jose Isaias Cabrera
2019-06-07  5:41         ` Achim Gratz
2019-06-07  5:46           ` Academy OfFetishes
2019-06-06 17:51 ` Brian Inglis
2019-06-06 18:01   ` Academy OfFetishes [this message]
2019-06-06 21:59     ` Brian Inglis
2019-06-06 22:23       ` Academy OfFetishes
2019-06-06 23:03         ` Brian Inglis
2019-06-07  3:37         ` Brian Inglis
2019-06-07  4:04           ` Academy OfFetishes
2019-06-07  4:46             ` Brian Inglis
2019-06-07  5:20               ` Academy OfFetishes
2019-06-06 17:51 ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADvWqDWWE=v=hb9MNgFxNM5z4HbCk4GY9-CV6CLhx2EuExmAbg@mail.gmail.com' \
    --to=academyoffetishes@gmail.com \
    --cc=Brian.Inglis@systematicsw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).