<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><font size="2">Hello,<br><br>Xfe file manager includes file associations to open documents supported by libreoffice with programs named: lobase, localc, lodraw, loimpress, lomath and lowriter. <br><br>However, the libreoffice package (the one which repackage official binary) does not include binaries/symlinks/wrappers with those names, which force user to create new file associations to be able to directly open documents supported by libreoffice with Xfe.<br><br>The patch below (also in attachment) fixes this issue:<br><br></font></div><div class="gmail_default"><font size="2"><span style="font-family:monospace,monospace">8<-------------------------------------------------------------------------------------<br></span></font></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><font size="2"><span style="font-family:monospace,monospace">--- libreoffice.SlackBuild.orig    2018-01-05 16:05:48.350088453 +0100<br>+++ libreoffice.SlackBuild    2018-01-05 16:34:16.348164664 +0100<br>@@ -119,6 +119,17 @@<br>       rm -f $FILE<br>       ln -sf ../../opt/libreoffice$SRCSHORT/program/$FILE $FILE ;<br>   done<br>+  <br>+  # The symlinks below are required to (directly) open documents<br>+  # supported by libreoffice with Xfe file manager.<br>+  <br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/sbase    lobase<br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/scalc    localc<br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/sdraw    lodraw<br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/simpress loimpress<br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/smath    lomath<br>+  ln -sf ../../opt/libreoffice$SRCSHORT/program/swriter  lowriter<br>+<br> cd -<br> <br> # Remove DejaVu and Liberation fonts - these are included in other packages<br>8<-------------------------------------------------------------------------------------<br></span><br>-- <br></font></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:large"><font size="2">SeB</font><br></div></div>