Re: [cdesktopenv-devel] pclose() -> fclose()

2012-11-20 Thread Pascal Stumpf
On Mon, 19 Nov 2012 19:46:48 -0700 (MST), Jon Trulson wrote: > On Mon, 19 Nov 2012, Pascal Stumpf wrote: > > > See patch. > > > > This one I'm not so sure about... pclose might be doing other cleanups > under the hood, so should be used... Can you determine why the shell > sometimes hangs? > >

[cdesktopenv-devel] dtgreet: do not crash if LANG is not set

2012-11-20 Thread Pascal Stumpf
See patch. >From 45619657fa4d16f365e62cd8e25435ae58c7a650 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 20 Nov 2012 19:42:33 +0100 Subject: [PATCH] dtgreet: Do not crash if LANG is not set in the environment. In that case, catopen() will have never been called, and we'd feed 0 as the fi

[cdesktopenv-devel] dtlogin: Set NATIVEXBINDIR on OpenBSD

2012-11-20 Thread Pascal Stumpf
See patch. >From 0b5f95e1faf6690e03490cf62d7433101518a08e Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 20 Nov 2012 20:08:34 +0100 Subject: [PATCH] Set NATIVEXBINDIR on OpenBSD. --- cde/programs/dtlogin/Imakefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a

[cdesktopenv-devel] BSD: Correct path to xterm

2012-11-20 Thread Pascal Stumpf
See patch. >From a7618c2b2eb9b35d5b9ef0d9236fb6527f42490b Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 20 Nov 2012 22:03:30 +0100 Subject: [PATCH] Correct paths to xterm as failsafe client on the BSDs. --- cde/programs/dtlogin/session.c |6 +- 1 files changed, 5 insertions(+),

[cdesktopenv-devel] dtlogin: Imakefile: Respect CDE_{INSTALL, CONFIGUR}ATION_TOP

2012-11-20 Thread Pascal Stumpf
Not sure about this one. The comment says not to change the values there, but there is no other way to change them. FWIW, hardcoding /etc/dt and /usr/dt is wrong. >From 799c908071f5065e348c844db4b0404126c1fccb Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 20 Nov 2012 22:42:29 +0100 Sub

Re: [cdesktopenv-devel] ToolTalk broken on OpenBSD

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > On Mon, 19 Nov 2012 19:37:53 -0700 (MST), Jon Trulson wrote: >> On Sun, 18 Nov 2012, Pascal Stumpf wrote: >> >>> On Mon, 15 Oct 2012 18:10:26 -0600 (MDT), Jon Trulson wrote: On Mon, 15 Oct 2012, Pascal Stumpf wrote: > Something has seriousl

Re: [cdesktopenv-devel] pclose() -> fclose()

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > On Mon, 19 Nov 2012 19:46:48 -0700 (MST), Jon Trulson wrote: >> On Mon, 19 Nov 2012, Pascal Stumpf wrote: >> >>> See patch. >>> >> >> This one I'm not so sure about... pclose might be doing other cleanups >> under the hood, so should be used... Can you

Re: [cdesktopenv-devel] dtgreet: do not crash if LANG is not set

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky --

Re: [cdesktopenv-devel] dtlogin: Set NATIVEXBINDIR on OpenBSD

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky --

Re: [cdesktopenv-devel] BSD: Correct path to xterm

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky ---

Re: [cdesktopenv-devel] dtlogin: Imakefile: Respect CDE_{INSTALL, CONFIGUR}ATION_TOP

2012-11-20 Thread Jon Trulson
On Tue, 20 Nov 2012, Pascal Stumpf wrote: > Not sure about this one. The comment says not to change the values > there, but there is no other way to change them. FWIW, hardcoding > /etc/dt and /usr/dt is wrong. > Part of the CDE 'standard' was that all of CDE would be installed in /usr/dt/ and