Re: chere: Add cygwin icon to context menu

2017-07-26 Thread Brian Mathis
On Wed, Jul 26, 2017 at 1:33 PM, Doug Henderson <djndn...@gmail.com> wrote: > On 26 July 2017 at 11:08, Brian Mathis wrote: >> For anyone using 'chere' interested in having the Cygwin icon in the >> context menu, you can use the following commands: >> > > On Win7,

chere: Add cygwin icon to context menu

2017-07-26 Thread Brian Mathis
For anyone using 'chere' interested in having the Cygwin icon in the context menu, you can use the following commands: regtool -w -s set /HKCU/Software/Classes/Drive/Shell/cygwin64_bash/Icon 'C:\cygwin64\Cygwin-Terminal.ico' regtool -w -s set

Re: Perl library request - local::lib

2017-02-01 Thread Brian Mathis
On Wed, Feb 1, 2017 at 1:46 PM, Achim Gratz <strom...@nexgo.de> wrote: > Brian Mathis writes: >> Please add the local::lib library to the available perl packages. > > It was a deliberate decision to not include it. Just throwing out a > request like that won't convince

Perl library request - local::lib

2017-01-31 Thread Brian Mathis
Please add the local::lib library to the available perl packages. This allows bootstrapping many other packages directly from cpan into a local directory without polluting the main Cygwin files. Thank you. ~ Brian -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Installer request: Remember state of final checkboxes between runs

2017-01-13 Thread Brian Mathis
On Fri, Jan 13, 2017 at 5:27 PM, cyg Simple <cygsim...@gmail.com> wrote: > On 1/13/2017 10:14 AM, Brian Mathis wrote: >> Every time the installer is run, it asks to create an icon on the >> desktop. I do not want an icon on my desktop, and I have to uncheck >> t

Re: Installer request: Remember state of final checkboxes between runs

2017-01-13 Thread Brian Mathis
-01-13 16:46, Achim Gratz was heard to say: >> >> Marco Atzeri writes: >>> >>> On 13/01/2017 16:14, Brian Mathis wrote: >>>> >>>> The installer should remember that this option was declined and >>>> default the checkbox t

Installer request: Remember state of final checkboxes between runs

2017-01-13 Thread Brian Mathis
Every time the installer is run, it asks to create an icon on the desktop. I do not want an icon on my desktop, and I have to uncheck this box every time. I have probably done this 100 times since I've been using Cygwin over the years. The installer should remember that this option was declined

Re: chere mintty window position

2016-08-10 Thread Brian Mathis
Are you seeing this on Windows 10? I have noticed a lot of other apps do this as well on Windows 10, such as Evernote and Firefox. It seems to be caused by the invisible window border that Windows 10 puts on everything to make it appear that apps have no border, but still give you enough pixels

Re: libav or ffmpeg and associated tools

2016-06-19 Thread Brian Mathis
Is there any reason not to use the native Windows build instead? What does the cygwin port gain you over that? On Thu, Jun 16, 2016 at 12:02 PM, David Stacey wrote: > On 16/06/16 13:49, Marco Atzeri wrote: >> >> On 16/06/2016 14:44, Václav Haisman wrote: >>> >>> Hi. >>>

Re: Is ping only supposed to work for admin accounts?

2016-03-20 Thread Brian Mathis
Yes. Ping needs admin rights in all operating systems, but they have various ways to allow access, such as running suid in unix or using a special API call on Windows. If you need ping from cygwin, it's best to rely on the Windows version without installing the cygwin one. ~ Brian On Sun, Mar

Re: Updated: Perl distributions

2015-12-18 Thread Brian Mathis
On Fri, Dec 18, 2015 at 10:33 AM, Jim Reisert AD1C wrote: > Let's say that I installed one of these modules using "cpan > install..." instead of downloading from the Cygwin repository: > >> perl-Archive-Zip-1.55-1 >> etc. > > How can I go about reversing that to use the

Re: Cygwin installer: "Next" button should not be default on "Select Packages" page

2015-11-18 Thread Brian Mathis
On Tue, Nov 17, 2015 at 5:21 PM, Andrey Repin <anrdae...@yandex.ru> wrote: > Greetings, Brian Mathis! > >> Current behavior: >> I have, many times, started typing something into the Search box at >> the top of the page and instinctively press Enter. Because

Cygwin installer: "Next" button should not be default on "Select Packages" page

2015-11-17 Thread Brian Mathis
Current behavior: I have, many times, started typing something into the Search box at the top of the page and instinctively press Enter. Because the Next button is default, this causes the installer to advance to the installation stage (which may take a while as the actual installation occurs, so

Recent change to terminal icon / mintty breaks taskbar pinning

2015-11-10 Thread Brian Mathis
I recently updated to the latest set of cygwin packages, and something has broken the terminal icon when pinned to the start menu. When starting from the Start menu "Cygwin Terminal" icon, mintty comes up normally, loads my user profile, and the cwd is set to ~. However, if I right-click the

Re: Calling Cygwin to start a shellscript

2009-05-15 Thread Brian Mathis
On Fri, May 15, 2009 at 5:35 PM, Thomas Wiedmann th...@gmx.de wrote: Hello, How can a shellscript be called from the Windows cmd console using Cygwin, i. e. by which command, options and arguments has Cygwin to be called to run a shellscript, e. g. myscript.sh? Thomas Wiedmann What I have

Re: How can I assign a hotkey to run a cygwin/bash script?

2009-03-08 Thread Brian Mathis
On Fri, Mar 6, 2009 at 3:59 PM, Spiro Trikaliotis an-cyg...@spiro.trikaliotis.net wrote: Hello Brian, * On Fri, Mar 06, 2009 at 01:29:02PM -0500 Brian Mathis wrote: On Fri, Mar 6, 2009 at 12:58 PM, Spiro Trikaliotis xxx...@spiro.trikaliotis.net wrote: Well, we can think about many things

Re: How can I assign a hotkey to run a cygwin/bash script?

2009-03-06 Thread Brian Mathis
On Fri, Mar 6, 2009 at 10:59 AM, Arun Biyani abiy...@dickey-john.com wrote: Arun Biyani wrote: It appears that Windows XP shortcuts have a limitation. The shortcut must be to a target on the desktop (or to a target in a folder on desktop).   Surely you can't mean what you've written

Re: How can I assign a hotkey to run a cygwin/bash script?

2009-03-06 Thread Brian Mathis
On Fri, Mar 6, 2009 at 12:58 PM, Spiro Trikaliotis an-cyg...@spiro.trikaliotis.net wrote: Hello, * On Fri, Mar 06, 2009 at 12:07:37PM -0500 Buchbinder, Barry (NIH/NIAID) [E] wrote: I looked at the properties of shortcuts on my Desktop, in the Start Menu, and in a directory outside of

Re: CygWine 1.0 Beta -- an new cygwin package manager

2009-02-12 Thread Brian Mathis
As a layman (not a cygwin developer or anything), I have to say this looks really great. The current setup.exe program is certainly (and almost exclusively) _functional_, this kind of UI is really the next step. One thing that could use a major rethink, and seems to be carried over from the

Re: 64 bit system compatibility

2009-02-06 Thread Brian Mathis
I have been running cygwin on 64-bit Vista for over a year now. In my configuration, I have disabled UAC, so if you have that enabled it might be something to look at. Also, any of the X programs require that the X server is running before they will run. You can start X by opening a normal

Re: Finding either boot time or login time

2009-01-30 Thread Brian Mathis
On Fri, Jan 30, 2009 at 10:33 AM, Ronald Fischer fischerr.exter...@infineon.com wrote: Eric Blake ebb9 at byu.net writes: man uptime I have thought of uptime, but this requires doing date calculation (I have to subtract the uptime from the current time), which I wanted to avoid; plus I

Re: bash term with multiple tabs - bash (without X)

2008-07-28 Thread Brian Mathis
Cygwin now has the 'screen' command available. Once you install it, you will have the ability to run multiple terminal sessions inside 1 window. I would also suggest using rxvt instead of the default cmd.exe shell (rxvt does not require X). If you put the following code in your .screenrc or

Re: script

2008-07-28 Thread Brian Mathis
On Mon, Jul 28, 2008 at 12:15 PM, r [EMAIL PROTECTED] wrote: ok, I'm going to learn to manage basic cygwin-linux features [...] I saw unlike linux that cygwin does not warn me when there are new [...] Is there a way ( like in linux ) to send a message to my prompt [...] R I think one source

Re: Fwd: md5sum using Cygwin in Windows

2008-06-26 Thread Brian Mathis
On Wed, Jun 25, 2008 at 12:26 AM, Christopher Faylor [EMAIL PROTECTED] wrote: think Wow! Zing! was not anyone trying to be professional or encouraging. I very much do not care what version of Linux someone uses and do not care if someone learns Unix. I do think that people should spend a

Re: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Brian Mathis
On Tue, Jun 10, 2008 at 3:10 PM, Brian Keener [EMAIL PROTECTED] wrote: Dave Korn wrote: But as I say I am probably overthinking this for the Cygwin on Windows environment - does it really care if I change cd's without a unmount and then mount? 'mount' and 'unmount' are utterly different

Re: Getting started with bash

2008-04-08 Thread Brian Mathis
On Mon, Apr 7, 2008 at 4:25 AM, Michael Holm [EMAIL PROTECTED] wrote: Hi, I have read a lot of documents, but i really cant get this issue solved :( All i want is to be able to execute bash scripts from a windows desktop.. what i do now is.. a batch script: c:\cygwin\bin\bash

Re: Cygwin Visuals

2008-03-27 Thread Brian Mathis
On Thu, Mar 27, 2008 at 2:38 PM, Diego Costa [EMAIL PROTECTED] wrote: Please how can i configure the cygwin shell to be exactly like the solaris command prompt ? Can anyone help me ? Thanks -- Diego Cygwin by default uses the bash shell and runs it in the Command Prompt window for

Re: Long filename support, soon?

2008-03-07 Thread Brian Mathis
On Fri, Mar 7, 2008 at 5:22 AM, Corinna Vinschen [EMAIL PROTECTED] wrote: On Mar 6 17:39, Larry Hall (Cygwin) wrote: Adam Thompson wrote: On 06/03/2008, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: It is one of the many enhancements in the forthcoming 1.7 series. And it seems it

Long filename support, soon?

2008-03-05 Thread Brian Mathis
I've been running into problems with rsync and too long filenames. I've done the searching and know that it's an issue with the cygwin library not using the unicode system calls. Is there a timetable for when this will be changed? I know it's a pain, but so is not being able to use a lot of the

Re: cygwin not working well with vista 64

2008-01-31 Thread Brian Mathis
On Wed, Jan 30, 2008 at 6:14 PM, Ashutosh Singh [EMAIL PROTECTED] wrote: Hi, I downloaded the lates cygwin and I still see problems with createProcess. fork() fails in many cases. Editing files is also an issue. Has the issue been punted, should I forget about making

Re: Equivalent of recycle bin?

2008-01-28 Thread Brian Mathis
On Mon, Jan 28, 2008 at 9:20 AM, Brian Mathis [EMAIL PROTECTED] wrote: On Mon, Jan 28, 2008 at 4:22 AM, Eric Lilja [EMAIL PROTECTED] wrote: Hello, I messed up royally today when I was merging two bash scripts. When I was going to test if my argument handling worked I had forgot

Re: Equivalent of recycle bin?

2008-01-28 Thread Brian Mathis
On Mon, Jan 28, 2008 at 4:22 AM, Eric Lilja [EMAIL PROTECTED] wrote: Hello, I messed up royally today when I was merging two bash scripts. When I was going to test if my argument handling worked I had forgot to comment out a call to rm -f that took a relative path and since the script

Re: How to use encrypted folder (or filesystem)

2008-01-10 Thread Brian Mathis
On Jan 9, 2008 10:11 PM, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: CABROL PERALES Alexandre wrote: Hi everybody, i'm using Cygwin Easy version on an usb disk. This is really a question that is more appropriately directed towards the maintainers of Cygwin Easy, since that's a separate

Re: David's new address

2008-01-03 Thread Brian Mathis
Maybe you'd get less spam if you didn't post the new address to a mailing list with public archives at the beginning of the year! On Jan 3, 2008 7:27 AM, David T-G old address [EMAIL PROTECTED] wrote: Good morning, wherever you are! It's that time of year again, and I have a new email

Re: Remote Linux desktop in my Cygwin windows PC

2008-01-02 Thread Brian Mathis
On Jan 2, 2008 2:17 AM, Erich Dollansky [EMAIL PROTECTED] wrote: Hi, marcos rebelo wrote: I'm really basic with Linux. I'm running remote applications with: xhost ssh export DISPLAY So I'm using Eclipse, gedit, firefox, ... like this for example in my windows. Now I'm curios

Re: Intermittent perl crash

2007-12-17 Thread Brian Mathis
On Dec 17, 2007 3:22 PM, Michael Kairys [EMAIL PROTECTED] wrote: Michael Kairys [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] By fairly simple I mean ones I'm working on that at this point are only reading arguments and doing string operations. Sorry, one more thing, and

Re: Starting native windows GUI app via ssh.

2007-12-17 Thread Brian Mathis
On Dec 17, 2007 3:20 PM, Clayton Holloway [EMAIL PROTECTED] wrote: Is it at all possible to start a native windows application(GUI) via ssh and have it actually appear on the windows box? No matter what app I run via ssh (firefox, notepad, etc) the process is listed in the task manager, but

Re: Stop turning CPAN modules into Cygwin packages

2007-12-12 Thread Brian Mathis
On Dec 12, 2007 10:04 AM, Jerry D. Hedden [EMAIL PROTECTED] wrote: Eric Blake wrote: A new package, perl-Error-0.17010-1, is now available for use. NEWS: = This is a new package, providing the Error module for perl. What is the point of making this a Cygwin package? There are no

Re: Stop turning CPAN modules into Cygwin packages

2007-12-12 Thread Brian Mathis
On Dec 12, 2007 11:43 AM, Archie Warnock [EMAIL PROTECTED] wrote: Igor Peshansky wrote: BTW, this problem must have been encountered (and, hopefully, solved) by other distros. How does the Debian git package handle this? I seem to recall that at least Red Hat Linux at some point had

Re: Wish Setup would accept my Perl

2007-12-07 Thread Brian Mathis
On Dec 7, 2007 4:53 PM, Michael Kairys [EMAIL PROTECTED] wrote: Well, I gave it a try, and I can see that ain't gonna happen :) I reran setup and let it install perl and whatever else it wanted to (so I now have ruby and phython as well); then I began running scripts under both perls. I

Re: Wish Setup would accept my Perl

2007-12-06 Thread Brian Mathis
On Dec 6, 2007 2:23 PM, Michael Kairys [EMAIL PROTECTED] wrote: William Sutton william at trilug.org writes: Having done a bit of this myself, I'm interested into enquiring further into your difficulties. Except for win32-specific modules, perl code *should* *just work* for either cygwin

cygwin/regtool on 64bit windows (vista)

2007-12-06 Thread Brian Mathis
I'm curious what the plans or status is of compatibility efforts between cygwin (32bit) and 64bit Windows (Vista). In particular, I'm interested in getting 'chere' working on 64bit Vista. I notice chere uses 'regtool', which in turn is a 32bit application. Because it's 32bit, when it tries to

Re: RXVT and Bitstream Vera Sans Mono

2007-12-06 Thread Brian Mathis
On Dec 6, 2007 4:04 PM, Jeff [EMAIL PROTECTED] wrote: Hi, I use RXVT because it makes Cygwin accessible to me. Its color and font support gives me a console window I can *see*, as opposed to the native Windows console that BASH runs in by default, which I cannot see. Part of my strategy to

Re: [Fwd: sshd display]

2007-11-26 Thread Brian Mathis
On Nov 26, 2007 10:56 AM, Roger Wells [EMAIL PROTECTED] wrote: Please forgive my silence and I really do appreciate your attention to my problem. I originally posted my question on the cygwin-apps list and at Corinna's suggestion I posted it on this list without realizing that I was not

Re: [Fwd: sshd display]

2007-11-21 Thread Brian Mathis
On Nov 21, 2007 3:58 PM, Robert Kiesling [EMAIL PROTECTED] wrote: [ Charset UTF-8 unsupported, converting... ] On 11/21/2007, Uber Zooka wrote: Because he's trying to go from a linux machine to a machine running Cygwin I think you're missing my point. If there's an answer to this

Re: Vim: segmentation fault

2007-11-20 Thread Brian Mathis
On Nov 20, 2007 2:16 PM, Matt Wozniski [EMAIL PROTECTED] wrote: On Nov 20, 2007 2:02 PM, Aldi Kraja wrote: Hi, Opening a file 1.5 GB cygwin Vim reports segmentation fault. Vim: Caught deadly signal SEGV. Is there any way that one can expand the setting of Vim? I need to change the

Re: cygwin.bat

2007-11-19 Thread Brian Mathis
On Nov 19, 2007 11:01 AM, 123cu [EMAIL PROTECTED] wrote: First, I am a newbee to Cygwin so please excuse my lack of knowledge. I have a text file (aaa.txt) which contains a simple grep command. When I start Cygwin.bat, I want this file to be started (executed) as part of invoking the

Re: Wish Setup would accept my Perl

2007-11-07 Thread Brian Mathis
On Nov 7, 2007 10:31 AM, Andrew DeFaria [EMAIL PROTECTED] wrote: Brian Mathis wrote: ActiveState Perl works very nicely (and the alternative is what, vbscript?) on Windows. No the alternative is Cygwin's Perl on Windows, of course. Oh, and BTW, how much $$$ does ActiveState Perl cost

Re: Wish Setup would accept my Perl

2007-11-07 Thread Brian Mathis
On Nov 7, 2007 10:44 AM, Andrew DeFaria [EMAIL PROTECTED] wrote: DePriest, Jason R. wrote: I once, like you, wondered why I couldn't just have one installation of Perl or Python that works in either environment. Since I write scripts, not code, An aside? How is a Perl script not Perl

Re: Wish Setup would accept my Perl

2007-11-06 Thread Brian Mathis
On 11/6/07, Andrew DeFaria [EMAIL PROTECTED] wrote: Would you similarly complain that you already have del and dir and not want rm and ls? Personally I dislike ActiveState Perl. Things like setsid just don't work and signal handling is not reliable (that may be better). Plus things written

Re: Wish Setup would accept my Perl

2007-11-05 Thread Brian Mathis
On 11/5/07, Michael Kairys [EMAIL PROTECTED] wrote: I've been using ActiveState Perl and Cygwin together for years and have only one complaint: Setup keeps hassling me about dependencies and I have to make sure always to uncheck Perl in the setu list (and again in the dependency check) or I

Re: copying a million tiny files?

2007-10-31 Thread Brian Mathis
On 10/31/07, sam reckoner [EMAIL PROTECTED] wrote: I'm not exaggerating. I have over one million small files that like to move between disks. The problem is that even getting a directory listing takes forever. Is there a best practice for this? I don't really need the directory listing, I

Re: running ssh from windows desktop

2007-10-17 Thread Brian Mathis
You might want to try using -f. You can read about it in the man page (man ssh). On 10/16/07, thefinn [EMAIL PROTECTED] wrote: Ok, this is a rather frivolous question, but just something I want to get right so it doesn't become an itch I can't scratch ;) When I access ssh from windows dos

Re: rsh

2007-10-16 Thread Brian Mathis
The most likely answer you're going to get is to switch to using ssh. There's certainly a lot more people using that these days, so any bugs or problems with it will be ironed out very quickly. On 10/16/07, thefinn [EMAIL PROTECTED] wrote: I've noticed rsh doesn't seem to work on cygwin. It

Re: How to remotely log in and execute a program

2007-10-15 Thread Brian Mathis
On 10/13/07, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-10-13, ppmoore wrote: Hello again, Just to say that I found a partial solution, by copying the ssh login keys generated on Cygwin on the Windows box to the .ssh directory on the remote Linux box, and then executing from a local

Re: Best AVS to use with cygwin

2007-10-15 Thread Brian Mathis
On 10/15/07, Olivier Langlois [EMAIL PROTECTED] wrote: Hi, I am currently using Kaspersky AVS but I am looking for a replacement because using it with Cygwin brings my system unstable whenever a bunch of child processes are spawn (ie: find . -name '*.h' -exec grep -l pattern {} \;'.

Re: Passing arguments to rxvt when it is used as an argument for chere

2007-09-19 Thread Brian Mathis
On 9/19/07, Richard Toy [EMAIL PROTECTED] wrote: Hi I don't tend to run an xserver so rxvt runs in native mode when invoked via chere. All was working ok but then an issue described here http://cygwin.com/ml/cygwin/2007-09/msg00359.html occurred so I needed some was to make the chere

Re: Whither /dev/null ?

2007-09-14 Thread Brian Mathis
On 9/14/07, Lewis Hyatt [EMAIL PROTECTED] wrote: I'm wondering what is the best way to deal with this? I'd like the scripts to work straight out of the box and not have to make the users create their own /dev and creating it for them would be tedious because every script would have to

Re: help newuser

2007-08-24 Thread Brian Mathis
On 8/24/07, telus321 [EMAIL PROTECTED] wrote: guys, i am relatively a newbi when it comes linux bsd (cygnet) because i am windows user, i am trying to learn the linux platform/system, it comes to my attention the cygnet program i download does not have sudo command how can i have a complete

Re: hacked package on server

2007-07-30 Thread Brian Mathis
On 7/30/07, Steve Holden [EMAIL PROTECTED] wrote: Louis Kruger wrote: [...] I also have a complaint: the dialog that notifies the user of the failed MD5 is not well designed. The dialog asks Do you want to skip the package? and has a yes and no button. I read it quickly and pressed

Re: How to run bash shell script in cygwin?

2007-07-19 Thread Brian Mathis
On 7/19/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: myuser01 wrote: I have a script called batchjob that looks like this: #!/bin/bash echo 'I was here' -rwxr-xr-x 1 c10066 mkpasswd 48 Jul 19 09:30 batchjob But when I try to execute it from the cygwin shell I get this: $

Re: hacked package on server

2007-07-16 Thread Brian Mathis
On 7/16/07, Igor Peshansky [EMAIL PROTECTED] wrote: Ugh, top-posting... Reformatted. On Mon, 16 Jul 2007, Brian Kelly wrote: -Original Message- From: Christopher Faylor [EMAIL PROTECTED] Sent: Jul 16, 2007 11:52 AM To: [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR.

Re: Adding to a windows zip file without zip.exe

2007-05-16 Thread Brian Mathis
On 5/16/07, Chadwick [EMAIL PROTECTED] wrote: Unfortunatly I cannot install any new packages on these boxes at this time, thus using zip.exe is not an option. I am open to the idea of extracting the files from the current ZIP and then rezipping them with my new files, but the final ZIP file

Determine home directory during install

2006-09-08 Thread Brian Mathis
I've noticed that when I install cygwin fresh on a new machine, my home directory seems to change location. Sometimes it's in C:/cygwin/home/[user], but on this machine for some reason its in C:/Documents and Settings/[user]. How does the installer determine where to put it? I have admin