[SOLVED] Re: How to enable Skia on Linux ?

2020-09-07 Thread julien2412
Luboš Luňák wrote > ... > Just for the record, while the above works, it's not the proper way to do > it, > as it skips the wrapper script, and it needlessly forces Skia. The proper > way > would be > SAL_USE_VCLPLUGIN=gen SAL_ENABLESKIA=1 ./soffice I confirm it works indeed! Thank you!

Re: How to enable Skia on Linux ?

2020-09-07 Thread Luboš Luňák
On Monday 31 of August 2020, Miklos Vajna wrote: > On Mon, Aug 31, 2020 at 02:06:09AM -0700, julien2412 wrote: > > I build LO from master sources on pc Debian x86-64. To try to retrieve > > some debug info for Skia related bugtracker, I added > > "--enable-skia=debug" on my autogen.input, then

[SOLVED] Re: How to enable Skia on Linux ?

2020-08-31 Thread julien2412
Luboš Luňák wrote >> ... > Skia on Linux is normally usable (if being usable only with the gen > backend > actually counts as being usable). So if you find a bug, report it as > usual. Thank you for your feedback. I had just a problem with remnants of an extension. I runned "make clean && make"

Re: How to enable Skia on Linux ?

2020-08-31 Thread julien2412
Thank you Miklos for your quick feedback. I gave a try but had a segfault. I attached the bt but don't know if I should submit a bugtracker or should wait. After all, I forced the use SKIA and perhaps it's just not ready yet. bt.txt

How to enable Skia on Linux ?

2020-08-31 Thread julien2412
Hello, I build LO from master sources on pc Debian x86-64. To try to retrieve some debug info for Skia related bugtracker, I added "--enable-skia=debug" on my autogen.input, then runned "make clean && make". However, I can't succeed in enabling Skia on Linux. Any thoughts? Julien -- Sent

Re: How to enable Skia on Linux ?

2020-08-31 Thread Luboš Luňák
On Monday 31 of August 2020, julien2412 wrote: > Thank you Miklos for your quick feedback. > > I gave a try but had a segfault. > I attached the bt but don't know if I should submit a bugtracker or should > wait. After all, I forced the use SKIA and perhaps it's just not ready yet. Skia on Linux

Re: How to enable Skia on Linux ?

2020-08-31 Thread Miklos Vajna
Hi Julien, On Mon, Aug 31, 2020 at 02:06:09AM -0700, julien2412 wrote: > I build LO from master sources on pc Debian x86-64. To try to retrieve some > debug info for Skia related bugtracker, I added "--enable-skia=debug" on my > autogen.input, then runned "make clean && make". > However, I