[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!

Julien




--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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 runned "make clean &&
> > make".
> > However, I can't succeed in enabling Skia on Linux.
>
> It's disabled by default on Linux, at runtime. Try:
>
> SAL_USE_VCLPLUGIN=gen SAL_FORCESKIA=1 ./soffice.bin
>
> For more info, see vcl/README.vars, Lubos wrote a section on Skia there.

 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

-- 
 Luboš Luňák
 l.lu...@collabora.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[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" again and no crash due to SKIA for the moment.

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

  

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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 from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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 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.

-- 
 Luboš Luňák
 l.lu...@collabora.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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 can't succeed in enabling Skia on Linux.

It's disabled by default on Linux, at runtime. Try:

SAL_USE_VCLPLUGIN=gen SAL_FORCESKIA=1 ./soffice.bin

For more info, see vcl/README.vars, Lubos wrote a section on Skia there.

Regards,

Miklos
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice