Re: [cdesktopenv-devel] (no subject)

2012-08-07 Thread Frederic Koehler
Definitely nobody should use mkstemp anyway, but it's worth noting why the segfault happens, because it's tricky: the code calls basename but forgets to include the right header file -- this being C, the compiler just assumes its return type is int. However int is on x64 a 32 bit integer, so the po

[cdesktopenv-devel] Use antialiased fonts...

2012-08-07 Thread Marc Balmer
After building CDE, and starting dtlogin for the first time, I had a deja-vu of the bad kind... The fonts as is are true ugly, because they are non-antialiased. But since CDE builds on top of OpenMotif, which has had antialiased fonts (and UTF8) support for quite some time, I changed the Dtlogin

Re: [cdesktopenv-devel] Replacement README And install

2012-08-07 Thread Marc Balmer
Folks are already working on ports for other systems, so ai object to these files in this form (work for FreeBSD and OpenBSD is going on) And sorry for topposting... -- Marc Balmer micro systems, http://www.msys.ch/ Tel. +41 61 383 05 10, Fax +41 61 383 05 12 Am 07.08.2012 um 23:25 schrieb Chr

[cdesktopenv-devel] Why rpcbind -i (insecure mode)?

2012-08-07 Thread Jon Trulson
I've seen a few comments in IRC and elsewhere wondering my CDE needs to have rpcbind run in insecure (-i) mode, so I thought I would explain the problem a little bit. CDE uses Tooltalk, an RPC based interprocess communications system. It's sort of an older, more primitive d-bus. As part of loggin

Re: [cdesktopenv-devel] Replacement README And install

2012-08-07 Thread David Goodwin
On Wed, Aug 8, 2012 at 11:06 AM, Jon Trulson wrote: > On Tue, 7 Aug 2012, Christopher Turkel wrote: > > > The install file is very Linux specific because that's all we have CDE > built on. When other distributions/platforms have CDE working I intend have > one for each. > > > > What I was getting

Re: [cdesktopenv-devel] Replacement README

2012-08-07 Thread Christopher Turkel
Hi all Ok, I will write a new README and send it out as soon as I'm done. The install file I'll just drop. That bridge can be crossed later. Cheers -- Live Security Virtual Conference Exclusive live event will cover a

Re: [cdesktopenv-devel] Replacement README

2012-08-07 Thread Peter Howkins
See comments inline below On Tue, Aug 07, 2012 at 11:06:53AM -0400, Christopher Turkel wrote: >Hi all > >I propose we remove all READMEs from the CDE source code. They are out of >date and contain outdated legalese. I have created a replacement >README-2.2.0 file, below: > >-

Re: [cdesktopenv-devel] Replacement README And install

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Christopher Turkel wrote: > > Hi all > > The README is in caps to match the style of the other READMEs, not because I > am in love with the caps lock. Would you like me to re-do it without all caps? > Please :) In the 'originals', only the section headers were caps - I'm ok

Re: [cdesktopenv-devel] (no subject)

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Aaron W. Hsu wrote: >> From 8f5b62f7f84ea8bcef880c86685d5f0aa3d296f1 Mon Sep 17 00:00:00 2001 > From: "Aaron W. Hsu" > Date: Mon, 6 Aug 2012 18:08:59 -0400 > Subject: [PATCH 2/2] Remove old code in comments > > --- > cde/lib/DtSvc/DtUtil1/MMDb.c | 10 -- > 1 file change

Re: [cdesktopenv-devel] (no subject)

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Aaron W. Hsu wrote: >> From 1cad37216d4046f8d345dd34f6c40906b169577a Mon Sep 17 00:00:00 2001 > From: "Aaron W. Hsu" > Date: Mon, 6 Aug 2012 18:01:19 -0400 > Subject: [PATCH 1/2] Use mkstemp() instead of tmpnam() to avoid bad > interactions > Applied (though I had to remove s

[cdesktopenv-devel] (no subject)

2012-08-07 Thread Aaron W . Hsu
>From 8f5b62f7f84ea8bcef880c86685d5f0aa3d296f1 Mon Sep 17 00:00:00 2001 From: "Aaron W. Hsu" Date: Mon, 6 Aug 2012 18:08:59 -0400 Subject: [PATCH 2/2] Remove old code in comments --- cde/lib/DtSvc/DtUtil1/MMDb.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/cde/lib/DtSvc/DtUtil1

[cdesktopenv-devel] (no subject)

2012-08-07 Thread Aaron W . Hsu
>From 1cad37216d4046f8d345dd34f6c40906b169577a Mon Sep 17 00:00:00 2001 From: "Aaron W. Hsu" Date: Mon, 6 Aug 2012 18:01:19 -0400 Subject: [PATCH 1/2] Use mkstemp() instead of tmpnam() to avoid bad interactions --- cde/lib/DtSvc/DtUtil1/MMDb.c | 14 +- 1 file changed, 13 insertions(

[cdesktopenv-devel] (no subject)

2012-08-07 Thread Aaron W . Hsu
>From 8f5b62f7f84ea8bcef880c86685d5f0aa3d296f1 Mon Sep 17 00:00:00 2001 From: "Aaron W. Hsu" Date: Tue, 7 Aug 2012 18:12:37 -0400 Subject: [PATCH 0/2] Fix dtdbcache segmentation fault The following patches address a segmentation fault in dtdbcache with the -init option that manifests during star

Re: [cdesktopenv-devel] Replacement README And install

2012-08-07 Thread Christopher Turkel
Hi all The README is in caps to match the style of the other READMEs, not because I am in love with the caps lock. Would you like me to re-do it without all caps? The install file is very Linux specific because that's all we have CDE built on. When other distributions/platforms have CDE worki

Re: [cdesktopenv-devel] Linux Mint 13 Compiling

2012-08-07 Thread Matt Spaulding
I ran into this same error when building on Fedora 17. This isn't actually a locale problem (though there is that too). Looks like your real problem is here: /usr/bin/ld: cannot find -lDtSvc /usr/bin/ld: cannot find -lXm On Fedora I was using the Open Motif libraries from RPMFusion, which puts in

Re: [cdesktopenv-devel] OpenBSD port

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Pascal Stumpf wrote: > Ohai. > > Just informing you guys that I'm currently working on an OpenBSD port. > Already got most stuff building and a shitload of patches (though mostly > just #ifdef's). I'll probably start making a branch in a few days, > though this will need to be

[cdesktopenv-devel] OpenBSD port

2012-08-07 Thread Pascal Stumpf
Ohai. Just informing you guys that I'm currently working on an OpenBSD port. Already got most stuff building and a shitload of patches (though mostly just #ifdef's). I'll probably start making a branch in a few days, though this will need to be merged with the other porting efforts (FreeBSD ...).

[cdesktopenv-devel] Facebook group

2012-08-07 Thread Timo Schoeler
Hi list, to whom it may concern, I just created a group on Facebook: http://www.facebook.com/groups/291651464275288/ You're invited to join. Regards, Timo -- Live Security Virtual Conference Exclusive live event will

Re: [cdesktopenv-devel] Partial fixes for some Linux Systems

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Frederic Koehler wrote: > Hi, I was trying to figure out why CDE does not want to run on some > distros, including > the latest release of Fedora. These two patches are enough to get dtwm to > run. > The first is important, because it allows ToolTalk to work which dtwm is > rel

Re: [cdesktopenv-devel] INSTALL file

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Christopher Turkel wrote: > > Hi All > > Below is a proposed README-2.2.0-INSTALL file toincluded with the source. > It's pretty much a straight copy of the wiki. > This I am not a fan of, sorry. It's too linux specific and it likely to change often as we go. The README sho

Re: [cdesktopenv-devel] Replacement README

2012-08-07 Thread Jon Trulson
On Tue, 7 Aug 2012, Christopher Turkel wrote: > > Hi all > > I propose we remove all READMEs from the CDE source code. They are out of > date and contain outdated legalese. I have created a replacement README-2.2.0 > file, below: > I'll want to keep the old ones around somewhere, but I have no

Re: [cdesktopenv-devel] Linux Mint 13 Compiling

2012-08-07 Thread Christopher Turkel
This is a known error on Debian. There is not yet a graceful way to generate locales. You can ignore those errors. The rest of CDE will build. -Original Message- From: Christofer Hadjigeorgiou To: cdesktopenv-devel Sent: Tue, Aug 7, 2012 2:42 pm Subject: [cdesktopenv-devel] Linux Mint

[cdesktopenv-devel] Linux Mint 13 Compiling

2012-08-07 Thread Christofer Hadjigeorgiou
Hi, I've been trying to compile CDE on Linux Mint 13 and I get the following error: /../../programs/dtdocbook/instant/instant -L ../../../programs/dtdocbook/xlate_locale/xlate_locale -S ../../../programs/nsgmls/nsgmls -o ../help-sdl/Appmanager.sdl Appmanager/book.sgm ../../../programs/dtdocb

[cdesktopenv-devel] Open Motif 2.3.3 on Fedora 17 amd64

2012-08-07 Thread ch...@chriswareham.net
Hi list, Does anyone have pre-compiled RPMs of Open Motif 2.3.3 for 64 bit Fedora 17? I've tried compiling from source, but it bombs out trying to link one of the UIL tools (an undefined reference to main in wmluiltok.o). I'm assuming that most people are building CDE against that version of Open

[cdesktopenv-devel] INSTALL file

2012-08-07 Thread Christopher Turkel
Hi All Below is a proposed README-2.2.0-INSTALL file toincluded with the source. It's pretty much a straight copy of the wiki. -- Before you start, check and see if your platform is supported. The most update list can be found on the wiki: http://sourceforge.net/p/cdesktopenv/

[cdesktopenv-devel] Replacement README

2012-08-07 Thread Christopher Turkel
Hi all I propose we remove all READMEs from the CDE source code. They are out of date and contain outdated legalese. I have created a replacement README-2.2.0 file, below: - *** CDE IS RELEASED UNDER