On Sun, Jun 14, 2015 at 12:15:44PM +0200, Edmond Orignac wrote:
> Hello,
> 
> I have tested your patch on the git version of fbida.
> To make ida compile with gcc 4.3.3 , I had to change the line
> RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes
> in GNUmakefile.
> There are french translations of the manual pages with UTF-8 encoded 
> accents, that don't get installed with make install. These translations
> have a few grammatical problems.

Not speaking French, I've got no comments on that other than that the
maintainer is generally fairly quick to apply good patches. ;-)
 
> I haven't tested the desktop registration step yet. I assume that
> /usr/local/share/ida is the intended application root for ida from the 
> make -n.

Assuming PREFIX=/usr/local, that is correct.


> On 12/06/2015 05:00, Isaac Dunham wrote:
> > Hello all,
> > I asked the maintainer of fbida[1], a Motif/framebuffer image viewer,
> > about whether CDE integration would be accepted upstream, and received
> > a positive answer.
> > Currently I have a V1 patch that works for me, but might need work
> > before it gets merged upstream.
> >
> > I'd like a little bit of feedback on how well it works for others;
> > if you have anything by way of translations, I should be able to work
> > those in.
> >
> > To use the patch, you will need "dtappintegrate" to be in your PATH;
> > if you're using CDE, that should be the case already.
> > Apply it on top of fbida 2.10/git head, then run make and make install.
> > If you use "make DESTDIR=...", you will need to run the following manually
> > as root once installation is completed:
> >
> >   dtappintegrate -s $prefix/share/ida
> >
> > where prefix is the prefix you installed Ida in.
> >
> > I also have a tarball containing the integration files, which could be
> > dropped in /etc/dt/ or $prefix/share/ida/dt/ ; if you do the latter,
> > you will again need to run dtappintegrate.
> >
> > HOWEVER, there's a big caveat/bug report:
> > dtappintegrate is a shell script, and currently it sets PATH to
> > "/usr/dt/bin:/usr/bin", before it uses "date".
> > To make it work without using the /usr merge, you will need to find
> > the line that sets PATH and add ":/bin" at the end.
> > Patch pending.
> >
> > Thanks,
> > Isaac Dunham
> >
> > [1] https://www.kraxel.org/cgit/fbida/

------------------------------------------------------------------------------
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to