[OpenDX2-dev] Announce: OpenDX in Fedora Extras

2006-09-16 Thread Dominik 'Rathann' Mierzejewski
Hello. I'd like to inform you that I have packaged OpenDX for Fedora Extras and that it will be available from FE5 and FE-devel repositories in a few days. It did requires some heavy patching to make it conform with FE packaging guidelines. I will post the patches with explanations soon. Best

[OpenDX2-dev] [PATCH] small fixes

2006-09-23 Thread Dominik 'Rathann' Mierzejewski
Hello. The attached patches fix three problems: dx-make-jN.patch: fixes make -jN builds (missing dependency and three rules using/overwriting/deleting the same temporary files) dx-sys_h.patch: linux/sys.h is a kernel-space header and shouldn't be used in normal programs. It is also no longer

Re: [OpenDX2-dev] [PATCH] small fixes

2006-09-24 Thread Dominik 'Rathann' Mierzejewski
On Sunday, 24 September 2006 at 06:45, David Thompson wrote: dx-sys_h.patch: linux/sys.h is a kernel-space header and shouldn't be used in normal programs. It is also no longer included in current userspace kernel headers package in Fedora. OpenDX build fine without it so I assume it's not

Re: [OpenDX2-dev] [PATCH] small fixes

2006-09-24 Thread Dominik 'Rathann' Mierzejewski
On Monday, 25 September 2006 at 01:53, David Thompson wrote: To tell you the truth, I don't remember. It was so long ago that I added that functionality. I will remove it for now and if we run into build problems, we can add it back. Of course. Thanks! In my package, I also have a big patch

Re: [OpenDX2-dev] [PATCH] small fixes

2006-09-25 Thread Dominik 'Rathann' Mierzejewski
On Monday, 25 September 2006 at 16:16, David Thompson wrote: You can if you wish, but I will not be implementing it. We support a lot of other systems as well for building and will retain the current build structure we have. I see. No point then. It's available in Fedora CVS if anyone wants

[OpenDX2-dev] Transparent icon

2006-09-27 Thread Dominik 'Rathann' Mierzejewski
Hello. I just got a report that the icon found in src/uipp/ui/icon50.xpm isn't transparent and indeed it is not. The reporter provided a fixed icon with background colour set to none, which I'm attaching here. Please include it in the next release. Regards, R. -- Fedora Extras contributor

[OpenDX2-dev] OpenDX or LessTif bug? tabs and fileselector

2006-11-19 Thread Dominik 'Rathann' Mierzejewski
I don't know if this is an OpenDX or LessTif bug, hence the crosspost. There seems to be a problem with tabs in VPE window and the file selector dialog when OpenDX is compiled against LessTif instead of OpenMotif. More details here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216160

[OpenDX2-dev] [PATCH] unsafe use of open() with O_CREAT

2007-08-17 Thread Dominik 'Rathann' Mierzejewski
Hello. Due to the recent glibc changes, applications which use open() in an unsafe way (i.e. in O_CREAT mode without setting file permissions) are abort()'ed. For more details, see https://www.redhat.com/archives/fedora-maintainers/2007-August/msg00293.html It turns out that OpenDX has one such

Re: [OpenDX2-dev] [PATCH] unsafe use of open() with O_CREAT

2007-08-17 Thread Dominik 'Rathann' Mierzejewski
On Friday, 17 August 2007 at 18:53, Dominik 'Rathann' Mierzejewski wrote: Hello. Due to the recent glibc changes, applications which use open() in an unsafe way (i.e. in O_CREAT mode without setting file permissions) are abort()'ed. For more details, see https://www.redhat.com/archives