[cdesktopenv-devel] [PATCH] Fix building in pbuilder/pdebuild

2021-03-21 Thread Anthony Perkins via cdesktopenv-devel
Tools/dbTools/installCDE -s . -destdir \ ./debian/cde-desktop -- 2.20.1 From d85affb70f1bdd8e1272cc275dcc102f85602edf Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 15 Mar 2021 21:56:59 + Subject: [PATCH] Fix building in pbuilder/pdebuild --- cde/debian/changelog | 2 +- cde/d

[cdesktopenv-devel] Double-clicking issue

2012-11-06 Thread Anthony Perkins
Does anyone experience trouble double-clicking in CDE? Occasionally the "release-click" signal seems to be delayed, which makes double-clicking icons or the close buttons quite difficult. I don't experience this in e.g. "mwm" though, or at the console. It happens occasionally but not all the ti

Re: [cdesktopenv-devel] Systray support (was: usability problems)

2012-10-16 Thread Anthony Perkins
On 16 October 2012 11:43, Marcin Cieslak wrote: > On Mon, 15 Oct 2012, Christopher Turkel wrote: >> I am adamantly opposed to tray icon support in CDE. I realize I'll >> probably we outvoted on this but I just don't think that should be >> CDE's job, to manage tray icons. There are plenty of th

Re: [cdesktopenv-devel] New default font?

2012-09-27 Thread Anthony Perkins
On 27 September 2012 16:02 Marcin Cieslak wrote: > Are you sure these are ghostscript fonts? I think I have achieved > the same effect using standard 100dpi/75dpi fonts from the X11 > distribution. I just changed the '-dt-interface system-*' font to > '-adobe-helvetica-*' per your recipe and it loo

Re: [cdesktopenv-devel] [PATCH] Enabled anti-aliased fonts for applications that support them

2012-09-27 Thread Anthony Perkins
On 27 September 2012 16:00 Robert Tomsick wrote: >I agree strongly with Peter, especially on 1b. One of the draws of some of >the older > DE/TKs is that they are eminently more usable for those of us using remote X > and/or really old hardware. Anti-aliased fonts look pretty, but they have a >

Re: [cdesktopenv-devel] [PATCH] Enabled anti-aliased fonts for applications that support them

2012-09-27 Thread Anthony Perkins
On 27 September 2012 12:07 Marcin Cieslak wrote: > Aren't the above files generated from .nls and .tmsg? Ah I wasn't aware of that, I will have a look at those files and see if I can make similar changes to them. -- Ev

[cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Anthony Perkins
The following patch gets the Lucida Sans font working on my FreeBSD system. Before applying this, title bars and menu bars are displayed in the "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. --- cde/programs/fontaliases/freebsd/C/fonts.alias | 14 +++--- 1 file changed, 7 insertio

[cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Anthony Perkins
The following patch gets the Lucida Sans font working on my FreeBSD system. Before applying this, title bars and menu bars are displayed in the "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. --- cde/programs/fontaliases/freebsd/C/fonts.alias | 14 +++--- 1 file changed, 7 insert

Re: [cdesktopenv-devel] [PATCH] Improve MANPATH control

2012-09-17 Thread Anthony Perkins
On 17 September 2012 11:45, Marcin Cieslak wrote: > * Revert changes to programs/dtsearchpath/libCliSrv/UnixEnv.C > introduced by c3cb5b8aa6997138dfa06da39142bf793baeae60 > that could have produced disappearing Application Manager > icons on FreeBSD Just to confirm, this patch fixed the miss

Re: [cdesktopenv-devel] Basic patch to build on FreeBSD i386

2012-09-06 Thread Anthony Perkins
On 6 Sep 2012, at 18:50, "Jon Trulson" wrote: > I have not applied this of course... These (dtappbuilder and ttsnoop) > should be working now from latest git (if you are talking about the > _va_copy issues). No problem, it was only a rough patch in case anyone needed it, and I saw the full FreeB

[cdesktopenv-devel] Basic patch to build on FreeBSD i386

2012-09-06 Thread Anthony Perkins
Just for record, the following patch got CDE building on FreeBSD i386. Might be useful to anyone trying to do the same. I couldn't find this documented anywhere beforehand, and could do with some tidying up to make it automatic based on architecture. Anthony diff --git a/cde/programs/Imakefil