Patch for problems with profile script in Win9x

2004-03-07 Thread Paul Galbraith
It seems that the default profile script checks what shell the user is running and sets appropriate defaults based on the shell. Unfortunately, on all Win9x installs that I've done recently, I've noticed that the profile isn't correctly identifying that bash is my shell (which it indeed is). The

Re: Patch for problems with profile script in Win9x

2004-03-07 Thread Paul Galbraith
That's purely a function of my shell scripting abilities...you're way seems a lot easier! Karl M wrote: Hi Paul... Why not just do something like case $(echo $0 | tr [:upper:] [:lower:]) in instead of case $0 in ? It seems easier. Thanks, ...Karl From: "Paul Galbrai

RXVT man pages

2004-08-16 Thread Paul Galbraith
I saw a post or two about this in the archives, but no answer... "man rxvt" shows a garbled man page, or rather, what looks like an improperly processed/formatted man page. Is this a configuration issue with man, or is it really a problem? -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: RXVT man pages

2004-08-16 Thread Paul Galbraith
Larry Hall wrote: At 03:46 PM 8/16/2004, you wrote: I saw a post or two about this in the archives, but no answer... "man rxvt" shows a garbled man page, or rather, what looks like an improperly processed/formatted man page. Is this a configuration issue with man, or is it really a problem? Do yo

Re: RXVT man pages

2004-08-17 Thread Paul Galbraith
Thanks, Chris, actually I did see that one. I guess my real purpose in writing was to (hopefully) prod the package maintainer to fix the manpage :-), rather than everyone else having to do it. Chris Taylor wrote: On Mon, August 16, 2004 9:52 pm, Paul Galbraith said: Larry Hall wrote: C'e

perl DBI 1.43 on winxp -- make test problems

2004-09-09 Thread Paul Galbraith
I'm trying to build perl DBI-1.43 under cygwin on win xp. 'make test' returns the following output, and hangs at the t/10examp line. Does anyone know what could be causing the error with 05thrclone or the hang at 10examp? If I change the "#!perl -Tw" line in t/10examp.t to simply "#!perl -w"

KDE Desktop

2020-02-07 Thread Paul Galbraith via cygwin
Hi everyone, I am trying to get the KDE plasma desktop running. I've installed xorg-server and plasma-desktop and can get simple gui apps running (e.g. gvim).  When I try to run the plasma desktop (from "Plasma" icon installed in the windows start menu), the KDE logo appears against a black bla

Re: Can't compile port qtermwidget

2020-02-09 Thread Paul Galbraith via cygwin
On 2020-02-09 5:18 p.m., Eliot Moss wrote: I am not Qt savvy, but I can think of two generic things to check: - The Qt version in the cygwin libraries you have, versus what qtermwidget expects. - The version of the C compiler (gcc keeps evolving, and that sometimes breaks things).   Maybe th

Re: Can't compile port qtermwidget

2020-02-14 Thread Paul Galbraith via cygwin
On 2020-02-10 9:55 a.m., Eliot Moss wrote: I wonder ... are there relevant ./configure options?    EM I finally managed to dig to the bottom of this one, and sure enough it was a simple goof on my part.  qtermwidget has a dependency on 'lxqt-build-tools' which includes cmake modules that prov