Re: [cdesktopenv-devel] Moving to MIT license

2018-06-14 Thread Antonis Tsolomitis
On 14/06/2018 09:23 πμ, Matthew R. Trower wrote: Antonis Tsolomitis writes: And what people mean by "LGPL is restrictive" ? Restrictive for who? For any developer touching the code. Exactly. So when someone says "restrictive" it makes no sense. S/he must say "restrictive to the developer

Re: [cdesktopenv-devel] Moving to MIT license

2018-06-14 Thread Matthew R. Trower
Antonis... Bluntly, I'm not interested in getting into a full-fledged political argument with you (or anyone on this list). But I will say a few things... You seem to hold developers in low regard. Please consider: what happens to a project with no developers? I have said nothing against the d

Re: [cdesktopenv-devel] Moving to MIT license

2018-06-14 Thread Antonis Tsolomitis
On 14/06/2018 12:55 μμ, Matthew R. Trower wrote: You seem to hold developers in low regard. Please consider: what happens to a project with no developers? Of course not. I have developed many things in the TeX world and of course I am gr

[cdesktopenv-devel] question about windows list

2018-06-14 Thread Antonis Tsolomitis
Many times I find myself in a difficult situation where many windows are open covering each other and have trouble bringing forward the one I want. CDE does not seem to have a utility for finding the window you want. Or does it? Is there any standalone maybe application for such a task ? O

Re: [cdesktopenv-devel] nsgmls symbol collision on illumos/OpenIndiana

2018-06-14 Thread Jon Trulson
On 06/13/2018 09:45 PM, Matthew R. Trower wrote: d...@blackshard.net (Matthew R. Trower) writes: I'll try to set up an environment with 12.3 tomorrow, and see what happens. Alright, so... SolarisStudio12.3 compiles this fine. SunStudio12.1 encounters the problem. It seems to me this is p

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Jon Trulson
I could swear there was a program called xmpager that could display graphically the windows (like the Triteal version of CDE's front panel), but I can seem to find it with google. Perhaps I am not remembering the name correctly. -jon On 06/14/2018 04:31 AM, Antonis Tsolomitis wrote: Many t

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Matthew R. Trower
‎This functionality should be bound to either alt+tab or alt+esc by default. Do they not work for you? Have a look through programs/dtwm/WmResource.c sometime for other interesting keybinds.   Original Message   From: Antonis Tsolomitis Sent: Thursday, June 14, 2018 05:31 To: cdesktopenv-devel@l

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Jon Trulson
Oh, good point. I didn't read the last sentence. ALT-TAB should work... -jon On 06/14/2018 01:34 PM, Matthew R. Trower wrote: ‎This functionality should be bound to either alt+tab or alt+esc by default. Do they not work for you? Have a look through programs/dtwm/WmResource.c sometime for oth

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Matthew R. Trower
‎However, even though I said that... neither alt-esc nor alt-tab are curr‎ently working for me (though the underlying functionality works when accessed from a menu, and other keybinds work fine as well). They have worked in the past. This could be a result of my private tree, or of something tha

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Richard L. Hamilton
> On Jun 14, 2018, at 18:10, Matthew R. Trower wrote: > > ‎However, even though I said that... neither alt-esc nor alt-tab are > curr‎ently working for me (though the underlying functionality works when > accessed from a menu, and other keybinds work fine as well). They have worked > in the

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Christopher Turkel
I'd like a window list option, maybe a middle mouse button click. On Thu, Jun 14, 2018 at 6:58 PM Richard L. Hamilton wrote: > > > > On Jun 14, 2018, at 18:10, Matthew R. Trower wrote: > > > > ‎However, even though I said that... neither alt-esc nor alt-tab are > curr‎ently working for me (thou

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Richard L. Hamilton
> On Jun 14, 2018, at 20:12, Christopher Turkel > wrote: > > I'd like a window list option, maybe a middle mouse button click. There isn't a graphical one in basic CDE. And it would be a lot of work, probably. TriTeal and later Sun CDE had graphic workspace management tools, and at least

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Matthew R. Trower
‎For some reason, I thought we already had a window list (something textual and basic, like most traditional WMS seem to have). Well, I'll investigate it as an option for cde-next, after we get this release out.

Re: [cdesktopenv-devel] nsgmls symbol collision on illumos/OpenIndiana

2018-06-14 Thread Matthew R. Trower
Jon Trulson writes: > I can add this, but for safety/clarity, can you change the comparison from: > > #if __SUNPRO_CC == 0x5100 > > to > > #if defined(__SUNPRO_CC) && __SUNPRO_CC == 0x5100 > > This is a little clearer and won't emit warnings under -Wundef on > non-studio c compilers... Certainly

Re: [cdesktopenv-devel] question about windows list

2018-06-14 Thread Antonis Tsolomitis
No. Alt-Tab or Alt-Esc do not work on stable, although my dtwmrc contains:     AltTab            root|icon|window    f.next_key     Alt ShiftTab        root|icon|window    f.prev_key     AltEscape        root|icon|window    f.next_key     Alt S