Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2010-01-03 Thread Dave
Lee D. Rothstein wrote:
 Dave wrote:
 
   So chere has managed to set the keys, and read them back fine. What
   happens when you run the following command in cmd (all one line)?
 
   C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e
   /bin/xhere /bin/bash.exe c:\Program Files
 
 I think 'mintty'/'bash' window flashes open and closed. Menu item
 for Cygwin remanined cygwin_bash. Command doesn't work in exactly
 the same way as before.
 
   If you're out of ideas, might you give me some clues to look for
   bad keys in the registry?
 
   Check HKEY_CLASSES_ROOT\Directory\Shell\cygwin_bash. It's value should
   be the context menu item text, Mintty Bash
 
 Value was null.
 
   It should have one subkey, command, whose value is the command to run
   c:\_0\bin\mintty 
 
 Value was null.

Either registry virtualisation, or redirection is interfering.

http://msdn.microsoft.com/en-us/library/bb530198.aspx
http://msdn.microsoft.com/en-us/library/ms724072%28VS.85%29.aspx

My guess is the latter. This is consistent with Larrys' report of chere
working on 64 bit Windows 7, as Microsoft states HKLM/SOFTWARE/Classes
is shared on W7 and redirected+reflected on vista, server 2003, server
2008, xp. http://msdn.microsoft.com/en-us/library/aa384253%28VS.85%29.aspx

I'm not on windows right now, but does regtool have the ability to
control redirection/reflection or whether it writes to the 32/64 bit
version of the key? That's what chere would need to operate correctly.
Otherwise it needs to resort to outputting a .reg file and installing it.

 However, your registry key comments were helpful.  Okay, now
 we're gettin' somewhere. Where? You tell me.
 
 When I 'regedit'ed the registry with what you specified in the
 above paragraphs, using Mintty_Bash :
 
   C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -
 
 the 'mintty'/'bash' window opens, but not to the folder indicated.


Did you include the '-e /bin/xhere /bin/bash %L'? That's the bit that
selects the folder.

Dave.

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2010-01-03 Thread Lee D. Rothstein

Dave wrote:

Lee D. Rothstein wrote:
  

Dave wrote:

  Check HKEY_CLASSES_ROOT\Directory\Shell\cygwin_bash. It's value should
  be the context menu item text, Mintty Bash

Value was null.

  It should have one subkey, command, whose value is the command to run
  c:\_0\bin\mintty 

Value was null.



Either registry virtualisation, or redirection is interfering.

http://msdn.microsoft.com/en-us/library/bb530198.aspx
http://msdn.microsoft.com/en-us/library/ms724072%28VS.85%29.aspx

My guess is the latter. This is consistent with Larrys' report of chere
working on 64 bit Windows 7, as Microsoft states HKLM/SOFTWARE/Classes
is shared on W7 and redirected+reflected on vista, server 2003, server
2008, xp. http://msdn.microsoft.com/en-us/library/aa384253%28VS.85%29.aspx

I'm not on windows right now, but does regtool have the ability to
control redirection/reflection or whether it writes to the 32/64 bit
version of the key? That's what chere would need to operate correctly.
Otherwise it needs to resort to outputting a .reg file and installing it.

  
I doubt that you're asking me, but if you are: I can barely parse your 
question, much less answer meaningfully.

Did you include the '-e /bin/xhere /bin/bash %L'? That's the bit that
selects the folder.

  

No, I hadn't but I have since and lo' and behold, it works. Thanks.

Chere still broken, although now I personally don't need it.


--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-31 Thread Lee Rothstein

Larry Hall (Cygwin) wrote:

 On 12/28/2009 06:23 PM, Lee D. Rothstein wrote:

 Larry Hall (Cygwin) wrote:

 Lee D. Rothstein wrote:

 Are you running Vista 64bit? If not, I suspect the registry keys 
set in

 Vista 64 are not correct as set by 'chere'.

 No, actually I'm not, so if you're sure it's a Vista 64bit thing, then
 that narrows the focus and those affected. The closest I have is
 Windows 7 x64 but I can't experiment at the moment with it since
 it requires a reboot.

 I had no problems with Vista 32 bit, that's my only evidence.

 OK, I've installed Cygwin 1.7.1 on a Windows 7 x64 system.  The
 system didn't have a previous version of Cygwin.  I installed just
 the default packages plus chere.  Once the installation was done,
 I invoked 'chere -i' from a command prompt started as Administrator
 and running 'bash -li'.  The configuration of chere succeeded
 and I found Bash Prompt Here was available in the context menu
 for directories.  I find the same is true on Windows 7 x86.  So I
 guess this isn't allot of help beyond the information that this does
 work on systems running Windows 7.  Perhaps someone with Vista
 x64 will be able to answer your original question.

It should have been obvious from my 'cygcheck' output, but emphasis
doesn't hurt. My root (/) is not located at 'c:\Cygwin', it is
instead located at 'c:\_0'.

However, this was the case for my Vista 32b config. (different
PC), and in all prior configs (different PCs), it was at 'c:\_r',
yet 'chere' worked in all those.



--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-31 Thread Lee D. Rothstein

Dave wrote:

 Larry Hall (Cygwin) wrote:

 On 12/28/2009 06:23 PM, Lee D. Rothstein wrote:

 Larry Hall (Cygwin) wrote:

 Lee D. Rothstein wrote:

 Are you running Vista 64bit? If not, I suspect the registry keys 
set in

 Vista 64 are not correct as set by 'chere'.

 No, actually I'm not, so if you're sure it's a Vista 64bit thing, then
 that narrows the focus and those affected. The closest I have is
 Windows 7 x64 but I can't experiment at the moment with it since
 it requires a reboot.

 I had no problems with Vista 32 bit, that's my only evidence.
 OK, I've installed Cygwin 1.7.1 on a Windows 7 x64 system.  The
 system didn't have a previous version of Cygwin.  I installed just
 the default packages plus chere.  Once the installation was done,
 I invoked 'chere -i' from a command prompt started as Administrator
 and running 'bash -li'.  The configuration of chere succeeded
 and I found Bash Prompt Here was available in the context menu
 for directories.  I find the same is true on Windows 7 x86.  So I
 guess this isn't allot of help beyond the information that this does
 work on systems running Windows 7.  Perhaps someone with Vista
 x64 will be able to answer your original question.

 It's been a while since I've had to look at chere. Bottom line - there
 haven't been any previous reports of failures on Vista 64 bit (and I
 don't have a 64-bit system available to me).

How many of these?:

 * Vista, 64 bit
 * Root not at c:\Cygwin
 * Mintty is terminal
 * Bash is shell
 * Not in any way using 'Cygin.bat' as the invoker

 Can you provide the output of `chere -r`, and the chere command you've
 run most recently. That'll allow me to diagnose what it's tried to do.

Attached!

Since, I had uninstalled 'chere', I reinstalled it, Bash run as
Administrator:

$ chere -i -a -n -e Mintty Bash -t mintty -o \
 --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

 Also, do you know where the  Shell defaulting to bash defined for lr
 is coming from?

The '-' at the end of the argument to '-o' tells 'mintty' to use
the login shell. which for 'lr' is 'bash'. Since you seem to be
implying that the quote is not coming from 'chere', I infer that
somehow it's coming from 'mintty'? Perhaps, 'bash'?

Note that once again, the Windows menu item comes up:
cygwin_bash.

If you're out of ideas, might you give me some clues to look for
bad keys in the registry?

 Dave
 chere maintainer.

Thanks for your help.

cherelessLee
OS is CYGWIN_NT-6.0-WOW64
chere version 1.1
run.exe is available at C:\_0\bin\run.exe

--- ash keys ---

--- bash keys ---
Directory menu item (all users)
Mintty Bash

Directory command (all users)
C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e /bin/xhere 
/bin/bash.exe %L

Drive menu item (all users)
Mintty Bash

Drive command (all users)
C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e /bin/xhere 
/bin/bash.exe %L

Uninstall description
Cygwin Bash Prompt Here

Uninstall command
C:\_0\bin\sh -c /bin/chere -u -s bash


--- cmd keys ---

--- pdksh keys ---

--- posh keys ---

--- tcsh keys ---

--- zsh keys ---

--- passwd keys ---

--
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

Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-31 Thread Dave
Lee D. Rothstein wrote:
   It's been a while since I've had to look at chere. Bottom line - there
   haven't been any previous reports of failures on Vista 64 bit (and I
   don't have a 64-bit system available to me).
 
 How many of these?:
 
   * Vista, 64 bit
   * Root not at c:\Cygwin
   * Mintty is terminal
   * Bash is shell
   * Not in any way using 'Cygin.bat' as the invoker

Err, none? :)

There might be problems, but this is the first report I've seen.

   Can you provide the output of `chere -r`, and the chere command you've
   run most recently. That'll allow me to diagnose what it's tried to do.
 
 Attached!
 
 Since, I had uninstalled 'chere', I reinstalled it, Bash run as
 Administrator:
 
 $ chere -i -a -n -e Mintty Bash -t mintty -o \
   --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

So chere has managed to set the keys, and read them back fine. What
happens when you run the following command in cmd (all one line)?

C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e
/bin/xhere /bin/bash.exe c:\Program Files

   Also, do you know where the  Shell defaulting to bash defined for lr
   is coming from?
 
 The '-' at the end of the argument to '-o' tells 'mintty' to use
 the login shell. which for 'lr' is 'bash'. Since you seem to be
 implying that the quote is not coming from 'chere', I infer that
 somehow it's coming from 'mintty'? Perhaps, 'bash'?

No, that's me forgetting about a chere feature. If you don't specify a
shell it looks in passwd.

 Note that once again, the Windows menu item comes up:
 cygwin_bash.
 
 If you're out of ideas, might you give me some clues to look for
 bad keys in the registry?

Check HKEY_CLASSES_ROOT\Directory\Shell\cygwin_bash. It's value should
be the context menu item text, Mintty Bash

It should have one subkey, command, whose value is the command to run
c:\_0\bin\mintty 

I'm at a loss - googling indicates the keys should work on Vista. In
particular the following page has comments listing the keys we use.
http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/
Do any of the other suggestions in the comments bring up the command
prompt for you?


Dave.

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-31 Thread Larry Hall (Cygwin)

On 12/31/2009 04:35 AM, Lee Rothstein wrote:

It should have been obvious from my 'cygcheck' output, but emphasis
doesn't hurt. My root (/) is not located at 'c:\Cygwin', it is
instead located at 'c:\_0'.

However, this was the case for my Vista 32b config. (different
PC), and in all prior configs (different PCs), it was at 'c:\_r',
yet 'chere' worked in all those.


Right.  I would be surprised if the root directory was a problem.
FWIW, I typically install to the root of a DOS drive and that's the
configuration of the Windows 7 x64 machine I ran the test on.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-31 Thread Lee D. Rothstein

Dave wrote:

 Lee D. Rothstein wrote:

   It's been a while since I've had to look at chere. Bottom line - 
there

   haven't been any previous reports of failures on Vista 64 bit (and I
   don't have a 64-bit system available to me).

 How many of these?:

   * Vista, 64 bit
   * Root not at c:\Cygwin
   * Mintty is terminal
   * Bash is shell
   * Not in any way using 'Cygin.bat' as the invoker

 Err, none? :)

 There might be problems, but this is the first report I've seen.

   Can you provide the output of `chere -r`, and the chere command 
you've
   run most recently. That'll allow me to diagnose what it's tried 
to do.


 Attached!

 Since, I had uninstalled 'chere', I reinstalled it, Bash run as
 Administrator:

 $ chere -i -a -n -e Mintty Bash -t mintty -o \
   --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

 So chere has managed to set the keys, and read them back fine. What
 happens when you run the following command in cmd (all one line)?

 C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e
 /bin/xhere /bin/bash.exe c:\Program Files

I think 'mintty'/'bash' window flashes open and closed. Menu item
for Cygwin remanined cygwin_bash. Command doesn't work in exactly
the same way as before.

 If you're out of ideas, might you give me some clues to look for
 bad keys in the registry?

 Check HKEY_CLASSES_ROOT\Directory\Shell\cygwin_bash. It's value should
 be the context menu item text, Mintty Bash

Value was null.

 It should have one subkey, command, whose value is the command to run
 c:\_0\bin\mintty 

Value was null.

 I'm at a loss - googling indicates the keys should work on Vista. In
 particular the following page has comments listing the keys we use.
 
http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/

 Do any of the other suggestions in the comments bring up the command
 prompt for you?

The Only thing that the HowToGeek article showed, was how to get a
momentary SHIFTright click menu item for 'cmd'. Yes, this
works on my system, including opening the 'cmd' window.

However, your registry key comments were helpful.  Okay, now
we're gettin' somewhere. Where? You tell me.

When I 'regedit'ed the registry with what you specified in the
above paragraphs, using Mintty_Bash :

 C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

the 'mintty'/'bash' window opens, but not to the folder indicated.


OS is CYGWIN_NT-6.0-WOW64
chere version 1.1
run.exe is available at C:\_0\bin\run.exe

--- ash keys ---

--- bash keys ---
Directory menu item (all users)
Mintty_Bash

Directory command (all users)
c:\_0\bin\mintty --icon=c:\_0\cygicons-hippo-vista-0.dll,10 -

Drive menu item (all users)
Mintty Bash

Drive command (all users)
C:\_0\bin\mintty.exe --icon=c:\_0\cygicons-hippo-vista-0.dll,10 - -e /bin/xhere 
/bin/bash.exe %L

Uninstall description
Cygwin Bash Prompt Here

Uninstall command
C:\_0\bin\sh -c /bin/chere -u -s bash


--- cmd keys ---

--- pdksh keys ---

--- posh keys ---

--- tcsh keys ---

--- zsh keys ---

--- passwd keys ---


--
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

Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-30 Thread Dave
Larry Hall (Cygwin) wrote:
 On 12/28/2009 06:23 PM, Lee D. Rothstein wrote:
 Larry Hall (Cygwin) wrote:
 Lee D. Rothstein wrote:
 Are you running Vista 64bit? If not, I suspect the registry keys set in
 Vista 64 are not correct as set by 'chere'.

 No, actually I'm not, so if you're sure it's a Vista 64bit thing, then
 that narrows the focus and those affected. The closest I have is
 Windows 7 x64 but I can't experiment at the moment with it since
 it requires a reboot.

 I had no problems with Vista 32 bit, that's my only evidence.
 
 OK, I've installed Cygwin 1.7.1 on a Windows 7 x64 system.  The
 system didn't have a previous version of Cygwin.  I installed just
 the default packages plus chere.  Once the installation was done,
 I invoked 'chere -i' from a command prompt started as Administrator
 and running 'bash -li'.  The configuration of chere succeeded
 and I found Bash Prompt Here was available in the context menu
 for directories.  I find the same is true on Windows 7 x86.  So I
 guess this isn't allot of help beyond the information that this does
 work on systems running Windows 7.  Perhaps someone with Vista
 x64 will be able to answer your original question.

It's been a while since I've had to look at chere. Bottom line - there
haven't been any previous reports of failures on Vista 64 bit (and I
don't have a 64-bit system available to me).

Can you provide the output of `chere -r`, and the chere command you've
run most recently. That'll allow me to diagnose what it's tried to do.

Also, do you know where the  Shell defaulting to bash defined for lr
is coming from?



Cheers,

Dave
chere maintainer.

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-28 Thread Lee D. Rothstein

Larry Hall (Cygwin) wrote:

On 12/26/2009 12:50 PM, Lee Rothstein wrote:

See here, Chere-oes: ;-)

I've tried all manner of command option permutations with 'chere'
and can't get it to work -- as it has in the past.

Here's my latest attempt:

$ chere -i -a -n -e Bitte Bash Bei -t mintty -o \
--icon=c:\_0\cygicons-hippo-vista-0.dll,10 -
Shell defaulting to bash defined for lr

First, it doesn't work, so that when I right-click on a directory
and select the 'chere' option, I get the following text box
message:

This file does not have a program associated with it for
performing thia action. Create an association in the Set
Associations control panel.

Second, no matter what menu expression (argument to '-e'), I give
it, it always ends up being:

cygwin_bash

Fortumately, 'chere -u' seems to work.

Notes:

1.

$ cygcheck -c chere
Cygwin Package Information
Package Version Status
chere 1.1-1 OK

2. My Windows System PATH includes '/bin' in Windows format.

3. I always run the 'chere' command in an as Administrator window.

4. The above install command is only one of tens of option
permutations I've tried, all chere-less-Lee.

Clearly, I have nothing to cheere about! ;-)

Clues?


I've always found 'chere -i' works for me.  I'd also recommend getting 
rid of

'c:\_0\local\Scripts\test'.


no such file!

Larry, et al.,

As my initial message indicates 'chere -i', run as Administrator results 
in a non-working 'chere' install with the additional

weird properties indicated.

Besides I want Mintty and Bash as the window, not the console.

Are you running Vista 64bit? If not, I suspect the registry keys set in 
Vista 64 are not correct as set by 'chere'.


MMDV!

Lee


--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-28 Thread Larry Hall (Cygwin)

On 12/28/2009 04:51 PM, Lee D. Rothstein wrote:

Larry Hall (Cygwin) wrote:

On 12/26/2009 12:50 PM, Lee Rothstein wrote:

See here, Chere-oes: ;-)

I've tried all manner of command option permutations with 'chere'
and can't get it to work -- as it has in the past.

Here's my latest attempt:

$ chere -i -a -n -e Bitte Bash Bei -t mintty -o \
--icon=c:\_0\cygicons-hippo-vista-0.dll,10 -
Shell defaulting to bash defined for lr

First, it doesn't work, so that when I right-click on a directory
and select the 'chere' option, I get the following text box
message:

This file does not have a program associated with it for
performing thia action. Create an association in the Set
Associations control panel.

Second, no matter what menu expression (argument to '-e'), I give
it, it always ends up being:

cygwin_bash

Fortumately, 'chere -u' seems to work.

Notes:

1.

$ cygcheck -c chere
Cygwin Package Information
Package Version Status
chere 1.1-1 OK

2. My Windows System PATH includes '/bin' in Windows format.

3. I always run the 'chere' command in an as Administrator window.

4. The above install command is only one of tens of option
permutations I've tried, all chere-less-Lee.

Clearly, I have nothing to cheere about! ;-)

Clues?


I've always found 'chere -i' works for me. I'd also recommend getting
rid of
'c:\_0\local\Scripts\test'.


no such file!


Your cygcheck output thinks there is:

  Found: C:\_0\bin\test.exe
  Warning: C:\_0\local\Scripts\test hides C:\_0\bin\test.exe
  Found: C:\_0\bin\test.exe
  Warning: C:\_0\local\Scripts\test hides C:\_0\bin\test.exe
  Not Found: test

Someone is confused here.  Based on cygcheck's and your conflicting
statements, I can certainly say I am.


Larry, et al.,

As my initial message indicates 'chere -i', run as Administrator results
in a non-working 'chere' install with the additional
weird properties indicated.


OK, I only traced back as far as 
http://cygwin.com/ml/cygwin/2009-12/msg00868.html,
which didn't specifically mention the simple 'chere -i' variant.  So I 
wanted to offer

that as an incentive to try it if you hadn't.


Besides I want Mintty and Bash as the window, not the console.


I wasn't recommending 'chere -i' over your preferred configuration.  I was just
suggesting what I had success with in the past and that starting with the
simple is usually a good way to troubleshoot problems.


Are you running Vista 64bit? If not, I suspect the registry keys set in
Vista 64 are not correct as set by 'chere'.


No, actually I'm not, so if you're sure it's a Vista 64bit thing, then that 
narrows

the focus and those affected.  The closest I have is Windows 7 x64 but I can't
experiment at the moment with it since it requires a reboot.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-28 Thread Lee D. Rothstein

Larry Hall (Cygwin) wrote:



I've always found 'chere -i' works for me. I'd also recommend getting
rid of
'c:\_0\local\Scripts\test'.


no such file!


Your cygcheck output thinks there is:

  Found: C:\_0\bin\test.exe
  Warning: C:\_0\local\Scripts\test hides C:\_0\bin\test.exe
  Found: C:\_0\bin\test.exe
  Warning: C:\_0\local\Scripts\test hides C:\_0\bin\test.exe
  Not Found: test

Someone is confused here.  Based on cygcheck's and your conflicting
statements, I can certainly say I am.


There is not now or at the time of my last look a 'test' file there.

$ cd /local/Scripts
$ ls -al  *test*
20 -rwxrwx---+ 1 lr root 20168 2009-11-12 18:20 colortest
4 -rwxrwx---+ 1 lr root  1002 2009-11-12 23:11 test_redir
4 -rwxr-xr-t+ 1 lr root   946 2009-04-04 14:43 var-dir_state_test

Larry, et al.,

As my initial message indicates 'chere -i', run as Administrator results
in a non-working 'chere' install with the additional
weird properties indicated.


OK, I only traced back as far as 
http://cygwin.com/ml/cygwin/2009-12/msg00868.html,
which didn't specifically mention the simple 'chere -i' variant.  So I 
wanted to offer

that as an incentive to try it if you hadn't.


Besides I want Mintty and Bash as the window, not the console.


I wasn't recommending 'chere -i' over your preferred configuration.  I 
was just

suggesting what I had success with in the past and that starting with the
simple is usually a good way to troubleshoot problems.


Yes, I'm familiar with testing, and tried that second.


Are you running Vista 64bit? If not, I suspect the registry keys set in
Vista 64 are not correct as set by 'chere'.


No, actually I'm not, so if you're sure it's a Vista 64bit thing, then 
that narrows
the focus and those affected.  The closest I have is Windows 7 x64 but 
I can't

experiment at the moment with it since it requires a reboot.



I had no problems with Vista 32 bit, that's my only evidence.



--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-28 Thread Larry Hall (Cygwin)

On 12/28/2009 06:23 PM, Lee D. Rothstein wrote:

Larry Hall (Cygwin) wrote:

Lee D. Rothstein wrote:

Are you running Vista 64bit? If not, I suspect the registry keys set in
Vista 64 are not correct as set by 'chere'.


No, actually I'm not, so if you're sure it's a Vista 64bit thing, then
that narrows the focus and those affected. The closest I have is
Windows 7 x64 but I can't experiment at the moment with it since
it requires a reboot.


I had no problems with Vista 32 bit, that's my only evidence.


OK, I've installed Cygwin 1.7.1 on a Windows 7 x64 system.  The
system didn't have a previous version of Cygwin.  I installed just
the default packages plus chere.  Once the installation was done,
I invoked 'chere -i' from a command prompt started as Administrator
and running 'bash -li'.  The configuration of chere succeeded
and I found Bash Prompt Here was available in the context menu
for directories.  I find the same is true on Windows 7 x86.  So I
guess this isn't allot of help beyond the information that this does
work on systems running Windows 7.  Perhaps someone with Vista
x64 will be able to answer your original question.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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



Re: 1.7.1: Does 'chere' work with Vista 64b? Can't tell by me.

2009-12-27 Thread Larry Hall (Cygwin)

On 12/26/2009 12:50 PM, Lee Rothstein wrote:

See here, Chere-oes: ;-)

I've tried all manner of command option permutations with 'chere'
and can't get it to work -- as it has in the past.

Here's my latest attempt:

$ chere -i -a -n -e Bitte Bash Bei -t mintty -o \
--icon=c:\_0\cygicons-hippo-vista-0.dll,10 -
Shell defaulting to bash defined for lr

First, it doesn't work, so that when I right-click on a directory
and select the 'chere' option, I get the following text box
message:

This file does not have a program associated with it for
performing thia action. Create an association in the Set
Associations control panel.

Second, no matter what menu expression (argument to '-e'), I give
it, it always ends up being:

cygwin_bash

Fortumately, 'chere -u' seems to work.

Notes:

1.

$ cygcheck -c chere
Cygwin Package Information
Package Version Status
chere 1.1-1 OK

2. My Windows System PATH includes '/bin' in Windows format.

3. I always run the 'chere' command in an as Administrator window.

4. The above install command is only one of tens of option
permutations I've tried, all chere-less-Lee.

Clearly, I have nothing to cheere about! ;-)

Clues?


I've always found 'chere -i' works for me.  I'd also recommend getting rid of
'c:\_0\local\Scripts\test'.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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