Re: [cdesktopenv-devel] CDE from git master working on RHEL 6.3 x86_64 (fwd)

2012-08-17 Thread Christopher Turkel
Hi. I maintain the CDE wiki. Thanks for trying CDE on Red Hat. I will post your notes to the wiki for other users to see. CDE comes with it's own imake as you figured out. I would not recommend a user install imake. Once you set /usr/dt/bin in your $PATH any application needing it will find it

Re: [cdesktopenv-devel] Action "ExitSession" not found

2012-08-17 Thread Jon Trulson
On Fri, 17 Aug 2012, Marcin Cieslak wrote: > Slowly by dtsession is getting somewhere > on my FreeBSD/amd64. > > Now I get > > Action "Dthelpgen_delay" not found > > and > > Action "ExitSession" not found > > Also front panel does not start. > > I could start dtterm/dtpad by hand > and even dtstyl

Re: [cdesktopenv-devel] [PATCH] Build missing Xm.cat Mrm.cat Uil.cat for LANG=C

2012-08-17 Thread Jon Trulson
On Fri, 17 Aug 2012, Marcin Cieslak wrote: > We need to use mkcatdefs to build those. > Applied. > mkcatdefs needs to be built from the open motif > source tree (localized/util/mkcatdefs.c) > and installed as: > I've also committed our own mkcatdefs for cde. -- Jon Trulson "If the Martian ro

Re: [cdesktopenv-devel] CDE from git master working on RHEL 6.3 x86_64 (fwd)

2012-08-17 Thread Jon Trulson
This one also... -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, referring to the Curiosity landing. -- Forwarded message -- From: David Cantrell Date: Fri, 17 Aug

[cdesktopenv-devel] CDE from git master working on RHEL 6.3 x86_64 (fwd)

2012-08-17 Thread Jon Trulson
David Cantrell sent this to Peter and I, regarding getting CDE running on RHEL 6.3, said it was ok to forward to list. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, referring to t

Re: [cdesktopenv-devel] Another dtcreate fix

2012-08-17 Thread Jon Trulson
On Fri, 17 Aug 2012, Frederic Koehler wrote: > This time, there is a broken implementation of basename within dtcreate. > Applied. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, re

Re: [cdesktopenv-devel] More dtcreate fixes

2012-08-17 Thread Jon Trulson
On Thu, 16 Aug 2012, Frederic Koehler wrote: > Fix some more obvious bugs; unfortunately, they don't seem to be behind > dtcreate's current brokenness. > Applied both. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out."

Re: [cdesktopenv-devel] "unable to compile dtterm.ti "

2012-08-17 Thread ibid_ag
> On Wed, 15 Aug 2012, Isaac wrote: > > > It also seem reasonable to assume that if tic *really* fails, it will > return an error (non-0)... I would be ok with removing these invalid > 'after-checks'. Note that it compiles it, but returns 127. >> (Note: tic -s -v10 gives these errors: >> === >> $ t

Re: [cdesktopenv-devel] More dtcreate fixes

2012-08-17 Thread Frederic Koehler
No, see my other changes, I malloced execstr. On Fri, Aug 17, 2012 at 5:09 AM, Marcin Cieslak wrote: > On Thu, 16 Aug 2012, Frederic Koehler wrote: > >> Fix some more obvious bugs; unfortunately, they don't seem to be behind >> dtcreate's current brokenness. >> > > I would be careful here: > > @@

[cdesktopenv-devel] Action "ExitSession" not found

2012-08-17 Thread Marcin Cieslak
Slowly by dtsession is getting somewhere on my FreeBSD/amd64. Now I get Action "Dthelpgen_delay" not found and Action "ExitSession" not found Also front panel does not start. I could start dtterm/dtpad by hand and even dtstyle works. Any ideas where to search for the missing actions? //Marc

Re: [cdesktopenv-devel] dtsession/DtSvc corrupting environment?

2012-08-17 Thread Marcin Cieslak
On Thu, 16 Aug 2012, Jon Trulson wrote: > On Thu, 16 Aug 2012, Jon Trulson wrote: > > > On Thu, 16 Aug 2012, Marcin Cieslak wrote: > > > > > Hello, > > > > > > After enabling session log in .dtprofile: > > > > [...] > > > > Looking at the XiG source, seems I ran into and fixed this problem fo

[cdesktopenv-devel] amd64 segfaults interfacing with libXm

2012-08-17 Thread Marcin Cieslak
On Fri, 17 Aug 2012, Lennert Van Alboom wrote: > Dtmail segfaults when configuring it for IMAP mail server retrieval. > Any help is appreciated. I have traced and fixed my problem with dtpad crash on startup which is I think similar issue to what you reported before and maybe now. Some of the

[cdesktopenv-devel] dtmail segfault - linux amd64

2012-08-17 Thread Lennert Van Alboom
Dtmail segfaults when configuring it for IMAP mail server retrieval. Backtrace: GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you ar

Re: [cdesktopenv-devel] More dtcreate fixes

2012-08-17 Thread Marcin Cieslak
On Thu, 16 Aug 2012, Frederic Koehler wrote: > Fix some more obvious bugs; unfortunately, they don't seem to be behind > dtcreate's current brokenness. > I would be careful here: @@ -278,6 +278,7 @@ charlinebuf[1024],**wordPairs,**execstr; { ActionDataptr->

Re: [cdesktopenv-devel] New dependency in linux/configRun?

2012-08-17 Thread Marcin Cieslak
On Fri, 17 Aug 2012, Marc Balmer wrote: > Since today, the script in linux/configRun calls a binary lpstat, which > is not installed on my Debian squeeze 32 bit system. > > I did not find out which package does provide lpstat, can someone > enlighten me, please? There is a bunch of tools and a l

Re: [cdesktopenv-devel] [PATCH] Build missing Xm.cat Mrm.cat Uil.cat for LANG=C

2012-08-17 Thread Marcin Cieslak
On Thu, 16 Aug 2012, Jon Trulson wrote: > On Fri, 17 Aug 2012, Marcin Cieslak wrote: > > > We need to use mkcatdefs to build those. > > > > mkcatdefs needs to be built from the open motif > > source tree (localized/util/mkcatdefs.c) > > and installed as: > > > > cde/imports/motif/localized/util

[cdesktopenv-devel] New dependency in linux/configRun?

2012-08-17 Thread Marc Balmer
Since today, the script in linux/configRun calls a binary lpstat, which is not installed on my Debian squeeze 32 bit system. I did not find out which package does provide lpstat, can someone enlighten me, please? -- Live