Re: [cdesktopenv-devel] [PATCH] BSD > BSD|linux: Add /usr/local/bin to the default PATH on login

2012-09-17 Thread Mike Stroyan
On Mon, Sep 17, 2012 at 03:53:20PM -0700, Isaac Dunham wrote: > On Mon, 17 Sep 2012 17:14:03 + > Marcin Cieslak wrote: > > > On Mon, 17 Sep 2012, Isaac Dunham wrote: > > > > > Though it might be better to exploit /etc/profile... > > > > Is dtlogin sourcing /etc/profile at all? > > > > //M

[cdesktopenv-devel] [PATCH] dtfile: Add missing prototypes

2012-09-17 Thread Marcin Cieslak
Add missing prototypes and header files to the dtfile code in order to move closer towards 64-bit compatibility. Extract the following functions from Motif internal headers: _XmGetWidgetExtData _XmRecordEvent _XmStringUngenerate _XmTextFieldSetDestination _XmGetActiveTopLevelMenu Extract manuall

Re: [cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Jon Trulson
On Mon, 17 Sep 2012, Marcin Cieslak wrote: > On Mon, 17 Sep 2012, Marcin Cieslak wrote: > >> diff --git a/cde/databases/CDE-MAN.udb b/cde/databases/CDE-MAN.udb >> index fed33d4..6915999 100644 >> --- a/cde/databases/CDE-MAN.udb >> +++ b/cde/databases/CDE-MAN.udb >> @@ -1288,6 +1288,10 @@ doc/C/man

Re: [cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Jon Trulson
On Mon, 17 Sep 2012, Marcin Cieslak wrote: > * Revert changes to programs/dtsearchpath/libCliSrv/UnixEnv.C > introduced by c3cb5b8aa6997138dfa06da39142bf793baeae60 > that could have produced disappearing Application Manager > icons on FreeBSD > * Introduce SearchPath:useSystemPath() virtual met

Re: [cdesktopenv-devel] [PATCH] BSD > BSD|linux: Add /usr/local/bin to the default PATH on login

2012-09-17 Thread Isaac Dunham
On Mon, 17 Sep 2012 17:14:03 + Marcin Cieslak wrote: > On Mon, 17 Sep 2012, Isaac Dunham wrote: > > > Though it might be better to exploit /etc/profile... > > Is dtlogin sourcing /etc/profile at all? > > //Marcin No, but I'm thinking that it might be good to change that. -- Isaac Dunha

Re: [cdesktopenv-devel] [PATCH] BSD > BSD|linux: Add /usr/local/bin to the default PATH on login

2012-09-17 Thread Marcin Cieslak
On Mon, 17 Sep 2012, Isaac Dunham wrote: > Though it might be better to exploit /etc/profile... Is dtlogin sourcing /etc/profile at all? //Marcin -- Live Security Virtual Conference Exclusive live event will cover al

Re: [cdesktopenv-devel] [PATCH] BSD > BSD|linux: Add /usr/local/bin to the default PATH on login

2012-09-17 Thread Isaac Dunham
> Date: Mon, 10 Sep 2012 12:15:22 -0600 (MDT) > From: Jon Trulson > Subject: Re: [cdesktopenv-devel] [PATCH] BSD: Add /usr/local/bin to > the default PATH on login > To: Marcin Cieslak > Cc: cdesktopenv-devel@lists.sourceforge.net > On Mon, 10 Sep 2012, Marcin Cieslak wrote: > > Applied. >

Re: [cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Marcin Cieslak
On Mon, 17 Sep 2012, Marcin Cieslak wrote: > diff --git a/cde/databases/CDE-MAN.udb b/cde/databases/CDE-MAN.udb > index fed33d4..6915999 100644 > --- a/cde/databases/CDE-MAN.udb > +++ b/cde/databases/CDE-MAN.udb > @@ -1288,6 +1288,10 @@ doc/C/man/man4/mwmrc.4 > install_target = /usr/dt/man >

Re: [cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Anthony Perkins
On 17 September 2012 11:45, Marcin Cieslak wrote: > * Revert changes to programs/dtsearchpath/libCliSrv/UnixEnv.C > introduced by c3cb5b8aa6997138dfa06da39142bf793baeae60 > that could have produced disappearing Application Manager > icons on FreeBSD Just to confirm, this patch fixed the miss

[cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Marcin Cieslak
* Revert changes to programs/dtsearchpath/libCliSrv/UnixEnv.C introduced by c3cb5b8aa6997138dfa06da39142bf793baeae60 that could have produced disappearing Application Manager icons on FreeBSD * Introduce SearchPath:useSystemPath() virtual method to tell dtsearchpath to leave some environmen