[cdesktopenv-devel] Usability problems

2012-10-14 Thread miqlas
Hello Guys! First: thanks for all of the hard work to make the CDE usable on modern platforms. I really appreciate it. I just like to start a thread about the usability problems, because i think if we collect this problems, then if somebody have time, can easily found this thread, and hopefully c

Re: [cdesktopenv-devel] Usability problems

2012-10-14 Thread Marcin Cieslak
On Sun, 14 Oct 2012, miqlas wrote: > - DTCM / Calendar: cannot compile it. Ok, actually this is not an > usability thing. > "undefined reference to `registerrpc' > collect2: ld returned 1 exit status > make[1]: *** [dtcm] Error 1" Works for me, probably related to Linux use of -ltirpc > - Create

Re: [cdesktopenv-devel] dtinfo support

2012-10-14 Thread Ulrich Wilkens
On 10/14/12 06:44, Ulrich Wilkens wrote: > Here's a short list with the main topics I've done so far: > > - fixed a lot of syntax errors (mainly forced by old c++ code) > - removed dtinfo config directory in favour of standard config > - partly rewritten exception handling > - partly rewritten c++

[cdesktopenv-devel] [PATCH] dtinfo subtree mmdb

2012-10-14 Thread Ulrich Wilkens
second dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 9d16e88ebab7b84b5c64c20cca5963ff2a61e370 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 16:38:15 +0200 Subject: [PATCH] dtinfo subtree mmdb --- cde/programs/dtinfo/mmdb/HardCopy/Imakefile| 8

[cdesktopenv-devel] [PATCH] dtinfo subtree dtinfogen

2012-10-14 Thread Ulrich Wilkens
fourth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 9d4e6dec2486de88ed234d8092daf52f58a2865c Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 17:13:07 +0200 Subject: [PATCH] dtinfo subtree dtinfogen --- cde/programs/dtinfo/dtinfogen/Imakefile

[cdesktopenv-devel] [PATCH] dtinfo subtree clients

2012-10-14 Thread Ulrich Wilkens
sixth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 34a55d04148037da60f15f249db52bd72cf7f120 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 18:04:35 +0200 Subject: [PATCH] dtinfo subtree clients --- cde/programs/dtinfo/clients/Imakefile |

[cdesktopenv-devel] [PATCH] dtinfo other requirements

2012-10-14 Thread Ulrich Wilkens
seventh and last dtinfo patch this one fulfills requirements outside of the dtinfo tree. On BSDs the linking of shared libs is changed. It's now done with gcc instead of ld. This is necessary because a dtinfo binary suffers from a problem which is described here: http://sourceware.org/ml/binu

[cdesktopenv-devel] ToolTalk broken on OpenBSD

2012-10-14 Thread Pascal Stumpf
Something has seriously broken ttsession on OpenBSD (and anything using it). Either segfaulting and leaving zombie processes or immediately locking up on startup. I probably won't have time to look into it until next weekend, but if anyone has an idea or wants to help debugging ... -