Re: [cdesktopenv-devel] Patches

2016-12-31 Thread Jon Trulson
On Fri, 30 Dec 2016, alx wrote: > Hello, > > here are some patches that add further Xinerama support, fix a bug in > ttsession so it no longer segfaults if it can't figure out the host name, and > make dtksh build on FreeBSD 11 again. > > Regards > Alex > All applied. Thanks, and have a Happy

[cdesktopenv-devel] Patches

2016-12-29 Thread alx
Hello, here are some patches that add further Xinerama support, fix a bug in ttsession so it no longer segfaults if it can't figure out the host name, and make dtksh build on FreeBSD 11 again. Regards Alex >From 25de8808952fe112c09502fe9495f6af6a057878 Mon Sep 17 00:00:00 2001 From: alx Date

Re: [cdesktopenv-devel] Patches

2016-04-18 Thread Jon Trulson
On Mon, 18 Apr 2016, alx wrote: > Hi, I have some patches here: > > - Enable FILE_MAP_OPTIMIZE in dtfile on FreeBSD and Linux to avoid > tt_file_netfile calls when browsing on local host. This speeds up dtfile a > bit in general; also it appears that the tt_file_netfile rpc is terribly slow > o

[cdesktopenv-devel] Patches

2016-04-18 Thread alx
Hi, I have some patches here: - Enable FILE_MAP_OPTIMIZE in dtfile on FreeBSD and Linux to avoid tt_file_netfile calls when browsing on local host. This speeds up dtfile a bit in general; also it appears that the tt_file_netfile rpc is terribly slow on some Linuxen, I have no clue why though :

Re: [cdesktopenv-devel] Patches

2015-07-02 Thread Jon Trulson
On Thu, 2 Jul 2015, alx wrote: > Hi, I have a couple of minor fixes here: > > ~/.dt/errorlog not being rotated due to error in path construction (last > character gets chopped off, since snprintf writes size-1 characters max.) > > A segfault in dtfile caused by double free when multiple files ar

[cdesktopenv-devel] Patches

2015-07-02 Thread alx
Hi, I have a couple of minor fixes here: ~/.dt/errorlog not being rotated due to error in path construction (last character gets chopped off, since snprintf writes size-1 characters max.) A segfault in dtfile caused by double free when multiple files are copied/moved per DND and there is e

[cdesktopenv-devel] Patches to compile CDE on OpenBSD 5.7

2015-06-16 Thread Douglas Carmichael
To whom it may concern: Attached is a set of patches to enable compiling and using CDE on OpenBSD 5.7. —Douglas 0001-Patches-to-enable-compilation-on-OpenBSD-5.7.patch Description: Binary data -- __

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Brent Busby
On Thu, 9 Aug 2012, Marc Balmer wrote: > Am 09.08.12 22:29, schrieb Brent Busby: >> support for TrueType fonts, etc... I'd even go for a replacement of use >> of RPC services with something less hazardous like DBus. > > Before it gets replaced, why not make it work first, and see if it can > be u

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Marc Balmer
Am 09.08.12 22:29, schrieb Brent Busby: > On Thu, 9 Aug 2012, Robert Tomsick wrote: > >> My $0.02: part of the value of CDE is that we can produce a more >> polished version of CDE for older systems (ones long since abandoned >> by KDE/GNOME/etc. but still in use), so maybe we shouldn't set the

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Brent Busby
On Thu, 9 Aug 2012, Robert Tomsick wrote: > My $0.02: part of the value of CDE is that we can produce a more > polished version of CDE for older systems (ones long since abandoned > by KDE/GNOME/etc. but still in use), so maybe we shouldn't set the bar > *too* high. Since I'm a non-developer,

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Marc Balmer
See comment below. Am 09.08.12 21:19, schrieb Jon Trulson: > On Thu, 9 Aug 2012, ch...@chriswareham.net wrote: > >> Hi folks, >> > > Hi, a couple of things: in the future, could you use git format patch > format for any further patch submissions? Also, please don't compress > them, I think mos

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Jon Trulson
On Thu, 9 Aug 2012, ch...@chriswareham.net wrote: > Hi folks, > Hi, a couple of things: in the future, could you use git format patch format for any further patch submissions? Also, please don't compress them, I think most of us can handle 20KB patches :) A few other comments: > I enabled a bu

Re: [cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread Robert Tomsick
On Thu, 9 Aug 2012, ch...@chriswareham.net wrote: > Hi folks, > > I enabled a bunch of warning flags in the Imake.tmpl file, including -Wall and > -Werror. This failed to bootstrap the build, since there were errors in the > config tools. Attached is a patch that makes imake and several of the u

[cdesktopenv-devel] Patches to some of the config tools

2012-08-09 Thread ch...@chriswareham.net
Hi folks, I enabled a bunch of warning flags in the Imake.tmpl file, including -Wall and -Werror. This failed to bootstrap the build, since there were errors in the config tools. Attached is a patch that makes imake and several of the utility tools build with the following flags: -Wall -Werror -W