octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58702] emf format no longer works for printin


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #58702] emf format no longer works for printing 2
Date: Sun, 14 Nov 2021 15:59:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

Update of bug #58702 (project octave):

                  Status:             In Progress => None                   
        Operating System:                     Any => Microsoft Windows      

    _______________________________________________________

Follow-up Comment #27:

Here it is, "plot (1:10); print -debug toto.emf" leads to:


fig2dev command: '/usr/bin/fig2dev -L emf 2> /dev/null'
svgconvert command:
'/media/pantxo/datadisk/dev/octavebuild/src/octave-svgconvert - %s 96.13
"/media/pantxo/datadisk/dev/octavebuild/../octaveclone/etc/fonts/FreeSans.otf"
1 "%s"'
pstoedit command:
'/media/pantxo/datadisk/dev/octavebuild/src/octave-svgconvert - %s 96.13
"/media/pantxo/datadisk/dev/octavebuild/../octaveclone/etc/fonts/FreeSans.otf"
1 "%s" ; /usr/bin/pstoedit -ssp -f fig "%s" 2> /dev/null'
opengl-pipeline: '/media/pantxo/datadisk/dev/octavebuild/src/octave-svgconvert
- pdf 96.13
"/media/pantxo/datadisk/dev/octavebuild/../octaveclone/etc/fonts/FreeSans.otf"
1 "/tmp/oct-PDIO5r" ; /usr/bin/pstoedit -ssp -f fig "/tmp/oct-PDIO5r" 2>
/dev/null "/tmp/oct-Y4sXzH" & /usr/bin/fig2dev -L emf 2> /dev/null
"/tmp/oct-Y4sXzH" "toto.emf"'
qt5ct: using qt5ct plugin
warning: print: Aucun fichier ou dossier de ce type, '/tmp/oct-Y4sXzH'
warning: called from
    print at line 799 column 9


The following works well to produce an emf file that LibreOffice correctly
imports:


print toto.fig
system "fig2dev -L emf toto.fig toto.emf"


In the current pipeline, the redirection of stderr is misplaced. Instead of
"fig2dev -L emf file-in file-out 2>/dev/null" we get 
"fig2dev -L emf 2>/dev/null file-in file-out"

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58702>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]