Re: LyX crashes if preview svg

2009-11-18 Thread Manveru
2009/11/18 Waluyo Adi Siswanto was.u...@gmail.com: How I can fix this ? it looks the qt libraries are messed up in your system. try reinstalling them. the last possibility would be to compile qt locally in your home and link lyx against them (some proper arg for configure). Thanks

Re: LyX crashes if preview svg

2009-11-18 Thread Manveru
2009/11/18 Waluyo Adi Siswanto was.u...@gmail.com: How I can fix this ? it looks the qt libraries are messed up in your system. try reinstalling them. the last possibility would be to compile qt locally in your home and link lyx against them (some proper arg for configure). Thanks

Re: LyX crashes if preview svg

2009-11-18 Thread Manveru
2009/11/18 Waluyo Adi Siswanto : >> > >> > How I can fix this ? >> >> it looks the qt libraries are messed up in your system. try reinstalling >> them. >> the last possibility would be to compile qt locally in your home and link >> lyx against them (some proper arg for

Re: LyX crashes if preview svg

2009-11-17 Thread Pavel Sanda
Waluyo Adi Siswanto wrote: Here below: there is a message cannot mix incompatible Qt libraries? It appears so... Did you compile your own Qt? There is no backtrace here because gdb does not know which Qt to use apparently... I compiled LyX from the source to install , something

Re: LyX crashes if preview svg

2009-11-17 Thread Waluyo Adi Siswanto
How I can fix this ? it looks the qt libraries are messed up in your system. try reinstalling them. the last possibility would be to compile qt locally in your home and link lyx against them (some proper arg for configure). Thanks Pavel I really appreciate it I tried to find different

Re: LyX crashes if preview svg

2009-11-17 Thread Pavel Sanda
Waluyo Adi Siswanto wrote: Here below: there is a message cannot mix incompatible Qt libraries? It appears so... Did you compile your own Qt? There is no backtrace here because gdb does not know which Qt to use apparently... I compiled LyX from the source to install , something

Re: LyX crashes if preview svg

2009-11-17 Thread Waluyo Adi Siswanto
How I can fix this ? it looks the qt libraries are messed up in your system. try reinstalling them. the last possibility would be to compile qt locally in your home and link lyx against them (some proper arg for configure). Thanks Pavel I really appreciate it I tried to find different

Re: LyX crashes if preview svg

2009-11-17 Thread Pavel Sanda
Waluyo Adi Siswanto wrote: > >> > >> Here below: there is a message cannot mix incompatible Qt libraries? > > > > It appears so... Did you compile your own Qt? There is no backtrace here > > because gdb does not know which Qt to use apparently... > > > > I compiled LyX from the source to install

Re: LyX crashes if preview svg

2009-11-17 Thread Waluyo Adi Siswanto
> > > > How I can fix this ? > > it looks the qt libraries are messed up in your system. try reinstalling them. > the last possibility would be to compile qt locally in your home and link > lyx against them (some proper arg for configure). > Thanks Pavel I really appreciate it I tried to find

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Guenter Milde wrote: On 2009-11-13, Waluyo Adi Siswanto wrote: Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
It works on my Debian system without the SVN-PNG and SVG-PPM converters. LyX is able to preview from EPS and/or PDF using the internal QT converter. So, instead of adding, just remove the offending definitions. Still, LyX should not crash... A gdb backtrace would be nice... Abdel. I

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: Abdel.. I am sorry, what is gdb backtrace ? If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel.

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel. Here below: there is a message cannot mix incompatible Qt libraries?

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel. Here below: there is a message cannot mix incompatible Qt

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
Here below: there is a message cannot mix incompatible Qt libraries? It appears so... Did you compile your own Qt? There is no backtrace here because gdb does not know which Qt to use apparently... I compiled LyX from the source to install , something like ./configure (with prefix), make,

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Guenter Milde wrote: On 2009-11-13, Waluyo Adi Siswanto wrote: Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
It works on my Debian system without the SVN-PNG and SVG-PPM converters. LyX is able to preview from EPS and/or PDF using the internal QT converter. So, instead of adding, just remove the offending definitions. Still, LyX should not crash... A gdb backtrace would be nice... Abdel. I

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: Abdel.. I am sorry, what is gdb backtrace ? If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel.

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel. Here below: there is a message cannot mix incompatible Qt libraries?

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel. Here below: there is a message cannot mix incompatible Qt

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
Here below: there is a message cannot mix incompatible Qt libraries? It appears so... Did you compile your own Qt? There is no backtrace here because gdb does not know which Qt to use apparently... I compiled LyX from the source to install , something like ./configure (with prefix), make,

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Guenter Milde wrote: On 2009-11-13, Waluyo Adi Siswanto wrote: Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o" " SVG-PDF: inkscape --export-area-drawing $$i

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
>> >> It works on my Debian system without the SVN-PNG and SVG-PPM converters. >> LyX is able to preview from EPS and/or PDF using the internal QT >> converter. >> >> So, instead of adding, just remove the offending definitions. > > Still, LyX should not crash... A gdb backtrace would be nice... >

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: Abdel.. I am sorry, what is " gdb backtrace" ? If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel.

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
> If you are under Linux, start LyX with gdb at the commandline: > > ~Waluyo$ gdb lyx > ~Waluyo$ run > > ... make LyX crash > > ~Waluyo$ bt > > ...copy and send to the development list what is displayed here... > > Abdel. > Here below: there is a message cannot mix incompatible Qt

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
Waluyo Adi Siswanto wrote: If you are under Linux, start LyX with gdb at the commandline: ~Waluyo$ gdb lyx ~Waluyo$ run ... make LyX crash ~Waluyo$ bt ...copy and send to the development list what is displayed here... Abdel. Here below: there is a message cannot mix incompatible Qt

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
>> >> Here below: there is a message cannot mix incompatible Qt libraries? > > It appears so... Did you compile your own Qt? There is no backtrace here > because gdb does not know which Qt to use apparently... > I compiled LyX from the source to install , something like ./configure (with

LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o SVG-PPM: inkscape $$i

Re: LyX crashes if preview svg

2009-11-12 Thread Uwe Stöhr
Waluyo Adi Siswanto schrieb: I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o

Re: LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
I only have this in my lyxrc.dist file: \format svg svg SVG inkscape --file=$$i inkscape --file=$$i vector \converter svg png inkscape --without-gui --file=$$i --export-png=$$o \converter svg pdf inkscape --file=$$i --export-area-drawing --without-gui --export-pdf=$$o \converter svg

Re: LyX crashes if preview svg

2009-11-12 Thread Guenter Milde
On 2009-11-13, Waluyo Adi Siswanto wrote: Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG:

LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o SVG-PPM: inkscape $$i

Re: LyX crashes if preview svg

2009-11-12 Thread Uwe Stöhr
Waluyo Adi Siswanto schrieb: I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o

Re: LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
I only have this in my lyxrc.dist file: \format svg svg SVG inkscape --file=$$i inkscape --file=$$i vector \converter svg png inkscape --without-gui --file=$$i --export-png=$$o \converter svg pdf inkscape --file=$$i --export-area-drawing --without-gui --export-pdf=$$o \converter svg

Re: LyX crashes if preview svg

2009-11-12 Thread Guenter Milde
On 2009-11-13, Waluyo Adi Siswanto wrote: Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG:

LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
Dear developers I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o" " SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o" " SVG-PPM: inkscape

Re: LyX crashes if preview svg

2009-11-12 Thread Uwe Stöhr
Waluyo Adi Siswanto schrieb: I have followed the instructions in http://wiki.lyx.org/Tips/UseInkscapeSVGImages and add converter for EPS, so I have SVG-EPS: inkscape $$i --export-eps=$$o" " SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o SVG-PNG: inkscape $$i --export-png=$$o" "

Re: LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
> > I only have this in my lyxrc.dist file: > > \format "svg" "svg" "SVG" "" "inkscape --file=$$i" "inkscape --file=$$i" > "vector" > \converter "svg" "png" "inkscape --without-gui --file=$$i --export-png=$$o" > "" > \converter "svg" "pdf" "inkscape --file=$$i --export-area-drawing > --without-gui

Re: LyX crashes if preview svg

2009-11-12 Thread Guenter Milde
On 2009-11-13, Waluyo Adi Siswanto wrote: > Dear developers > I have followed the instructions in > http://wiki.lyx.org/Tips/UseInkscapeSVGImages > and add converter for EPS, so I have > SVG-EPS: inkscape $$i --export-eps=$$o" " > SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o >