https://bugs.documentfoundation.org/show_bug.cgi?id=40961

--- Comment #11 from Jérôme <[email protected]> ---
This bug still occur on 5.2.4.2 from Debian binary packages (GNU/Linux x86_64)
that I downloaded from http://www.libreoffice.org/download/libreoffice-fresh/ .

Below are the successive calls when clicking on a LibreOffice document with a
file explorer or starting the application from desktop menu :
---
j@VB:~$ dpkg-query -L libreoffice5.2-debian-menus | grep "writer.desktop$"
/usr/share/applications/libreoffice5.2-writer.desktop
j@VB:~$ grep -i exec /usr/share/applications/libreoffice5.2-writer.desktop
Exec=libreoffice5.2 --writer %U
Exec=libreoffice5.2 --writer
j@VB:~$ which libreoffice5.2
/usr/bin/libreoffice5.2
j@VB:~$ ls -l /usr/bin/libreoffice5.2
lrwxrwxrwx 1 root root 35 déc.  19 18:49 /usr/bin/libreoffice5.2 ->
/opt/libreoffice5.2/program/soffice
j@VB:~$ file /opt/libreoffice5.2/program/soffice
/opt/libreoffice5.2/program/soffice: POSIX shell script, ASCII text executable
j@VB:~$
---

When I look at the /opt/libreoffice5.2/program/soffice script, it performs a
lot of detections each time it is invoked :
1. resolve installation directory
2. parse many test purpose options and search the related tool : --record
--backtrace --strace --valgrind ...
3. detect if the host system is "NetBSD|OpenBSD|DragonFly" or not
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to