Using either LibreOffice version: 5.3.0.0.alpha1 Build ID: f4ca1573fcf445164c068c1046ab5d084e1b005f or the LibreOffice daily build available here http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@70-TDF/current/master~2016-11-18_23.09.33_LibreOfficeDev_5.3.0.0.alpha1_Linux_x86-64_deb.tar.gz I'm testing the new table style functionnality. Every time I try to either modify a stock table style (eg "Blue"), or to create a new (custom) table style, I get the same crash with a dialog stating: "file:///opt/libreofficedev5.3/program/../share/config/soffice.cfg/modules/swriter/ui/templatedialog32.ui" Trying to modify an existing table style. Steps to reproduce: 0. Open LibreOffice v.5.3.0 alphaX Writer 1. Go to the Styles and formatting pane and select the table styles 2. Right click on the "Blue" preset table style 3. Select "Change" You get the crash above. Trying to create a new table style. Steps to reproduce: 0. Open LibreOffice v.5.3.0 alphaX Writer 1. Go to the Styles and formatting pane and select the table styles 2. Right click the styles list pane 4. Select "New" You get the same crash as above.
Confirmed in Version: 5.3.0.0.alpha1+ Build ID: 9745d29227e471ce40e9992fefd92e10a48696fb CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; Layout Engine: new; Locale: ca-ES (ca_ES.UTF-8); Calc: group Table styles was added to the sidebar in this commit: author Jakub Trzebiatowski <ubap.dev@gmail.com> 2016-07-28 13:33:17 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2016-08-01 14:03:07 (GMT) commit e7ea91f283ce9b96db58087d87d81d29bcb727a4 (patch) tree 5c5f8b1fe17d0eba63d4d180a1b76f02f3e1744a parent d1ffaf5315497140dedbc67c78f14706591b314e (diff) GSoC Writer Table Styles; Table Styles Panel Table styles panel: + Added simple table style panel tab icon. icon-themes/galaxy/sw/imglst/sf06.png + Listing table styles (hierarchical, same order as in container) + Listing all table styles (sorted by name). + Listing applied table styles. + Listing custom styles. + Listing hidden styles. + Hide/show style. + Applying style by double clicking. + Highlight current table style. Everything else yet to be done. Table styles (SwTableAutoFormat): + "hidden" property. + "userDefined" property. "Default style" is not user defined. Styles loaded from tblauto.fmt are also not user defined. Styles loaded from .odt are user defined. Styles created manually (before binary load/save roundtrip) are user defined. Adding Cc: to Jakub Trzebiatowski
*** This bug has been marked as a duplicate of bug 101648 ***