Re: [cdesktopenv-devel] Using prepackaged imake

2018-06-16 Thread Doug Royer
On 06/16/2018 01:05 PM, Chase via cdesktopenv-devel wrote: Hi all, I gave a whack at attempting to use prepackaged imake ..., but I am running into an error, ... Log attached. It has been too long to remember exactly the name, a top level define is missing, perhaps SRC=, CDE=, something like

Re: [cdesktopenv-devel] Moving to MIT license

2018-06-16 Thread Chase via cdesktopenv-devel
I can see both sides of the argument, although I must say that permissive licenses rarely see corporate users contribute back their code, Andrew tanenbaum, creator of Minix, received a letter from an employee of intel stating how intel preferred permissively licensed software to copyleft softwar

[cdesktopenv-devel] Using prepackaged imake

2018-06-16 Thread Chase via cdesktopenv-devel
Hi all, I gave a whack at attempting to use prepackaged imake in the xutils-dev package that debian provides. My work consists of removing the extremely overcomplicated bootstrapping process, the config directory and the utils directory, and pointing the makefile to the correct binaries and conf

Re: [cdesktopenv-devel] Migration to UseInstalled

2018-06-16 Thread Matthew R. Trower
Jon Trulson writes: > On 06/15/2018 09:11 PM, Matthew R. Trower wrote: >> Hey Jon, I see that you've started working on this a bit. >> >> I had a look at your commits (as I also have an interest in this space), >> and I'm watching this hardcoded line grow: >> --- >> INCLUDES = -I../../include -I/

Re: [cdesktopenv-devel] 3 (possibly) simple wishes

2018-06-16 Thread Matthew R. Trower
Antonis Tsolomitis writes: > (c) On the window menu other than Move, Size, Minimize, Maximize, > Lower, a very useful addition is > "Always on top". A video, or news is playing on an "always on top" > window and you work > on something else. Or you copy-paste from a lower window to the > "always

Re: [cdesktopenv-devel] 2 (possibly) simple wishes

2018-06-16 Thread Matthew R. Trower
"Richard L. Hamilton" writes: > On Jun 16, 2018, at 05:59, Antonis Tsolomitis > wrote: > > A right click for menu and a click on Open is again 2 clicks. The issue here > is to cut down the > clicks > to 50%. All other common desktops I know of, support one click to open. > > Right press an

Re: [cdesktopenv-devel] reduction of BSD warnings broken

2018-06-16 Thread Jon Trulson
On 06/16/2018 11:00 AM, Ulrich Wilkens wrote: The latest patches to hide warnings under BSDs (55b4e2 and f84035) are raising a lot of new problems. They don't support compiling with gcc. Either the build is totally broken or new warnings are raised. I tested with clang - the default compile

[cdesktopenv-devel] reduction of BSD warnings broken

2018-06-16 Thread Ulrich Wilkens
The latest patches to hide warnings under BSDs (55b4e2 and f84035) are raising a lot of new problems. They don't support compiling with gcc. Either the build is totally broken or new warnings are raised. Even with older clang there are many new warnings. The reason is that the new compiler optio

Re: [cdesktopenv-devel] Migration to UseInstalled

2018-06-16 Thread Jon Trulson
On 06/15/2018 09:11 PM, Matthew R. Trower wrote: Hey Jon, I see that you've started working on this a bit. I had a look at your commits (as I also have an interest in this space), and I'm watching this hardcoded line grow: --- INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X1

Re: [cdesktopenv-devel] 2 (possibly) simple wishes

2018-06-16 Thread Antonis Tsolomitis
Στις 16/06/2018 02:11 μμ, ο Richard L. Hamilton έγραψε: Moreover CDE desktop supports(!) 1 click to restore a minimized application because it can be configured to select the minimized icon on mouse-over. It is dtfile that does not support this (or I do not know how to set it up). Something

Re: [cdesktopenv-devel] 2 (possibly) simple wishes

2018-06-16 Thread Richard L. Hamilton
> On Jun 16, 2018, at 05:59, Antonis Tsolomitis > wrote: > > > A right click for menu and a click on Open is again 2 clicks. The issue here > is to cut down the clicks > to 50%. All other common desktops I know of, support one click to open. Right press and hold, menu comes up (keep holding

[cdesktopenv-devel] 3 (possibly) simple wishes

2018-06-16 Thread Antonis Tsolomitis
I added one more (item c): (a) Scrolling with the mouse wheel works on most CDE apps (after proper setup of the .Xdefaults) except the filemanager and dtpad, where it only works when the pointer is on the vertical scrolling bar. What makes a difference with, say, dtterm where it works fine?

Re: [cdesktopenv-devel] 2 (possibly) simple wishes

2018-06-16 Thread Antonis Tsolomitis
On 15/06/2018 09:37 μμ, Richard L. Hamilton wrote: On Jun 15, 2018, at 14:12, Antonis Tsolomitis wrote: I write 2 possibly simpl

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-16 Thread Matthew R. Trower
Ulrich Wilkens writes: > In the meantime I've setup a new system with Hipster 2018.04 and can > reproduce the problems. Oh, excellent! > I've solved most gcc6 problems by setting _XOPEN_SOURCE to 700 like the > other platforms already have. And by raising the mentioned numbers to 8. > Both is qu

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-16 Thread Ulrich Wilkens
On 06/16/18 08:03, Matthew R. Trower wrote: Interesting; both -ansi and std=gnu90 fail for me on GCC6 --- specifically in libast. I've attached the log, but if you can't reproduce, maybe you won't have much to say. I might be the only one here trying to build on modern hipster... (Ulrich's ins