Page 1 of 2
No shortcut for updated libreoffice24.8
Posted: 10 Sep 2024, 14:42
by benjibasson
Hi, Ihave updated mibeoffice to 24.8 frop update-libreoffice.
unfortunaly libreoffice is no more on the xfce's menu, neither defined in the list 'open with' wen I try to open documents
=>I have to write in terminal libreoffice24.8 and do file open to open documents.
I think it is a bug because it didn't happen with old version 7.x.x
is it plan to make back shortcur for libreoffice year.mounth?
cheers
No shortcut for updated libreoffice24.8
Posted: 10 Sep 2024, 16:32
by beny
hi, you have to see if in changes /opt the old version of libreoffice have some directory remove it or backup if you don't trust and reboot.
No shortcut for updated libreoffice24.8
Posted: 11 Sep 2024, 15:26
by Blaze
Hi benjibasson.
I sended fix to ncmprhnsbl.
You can try to build LO after update my script. Please wait and thanks for the report.
No shortcut for updated libreoffice24.8
Posted: 11 Sep 2024, 22:16
by ncmprhnsbl
Blaze wrote: ↑11 Sep 2024, 15:26
I sended fix to ncmprhnsbl.
should be live now, thanks Blaze

No shortcut for updated libreoffice24.8
Posted: 12 Sep 2024, 05:05
by Ed_P
Where would one find this updated module?

No shortcut for updated libreoffice24.8
Posted: 12 Sep 2024, 07:34
by ncmprhnsbl
Ed_P wrote: ↑12 Sep 2024, 05:05
Where would one find this updated module?
the live script was updated, so in a terminal:
No shortcut for updated libreoffice24.8
Posted: 12 Sep 2024, 14:35
by Ed_P
ncmprhnsbl wrote: ↑12 Sep 2024, 07:34
the live script was updated, so in a terminal:
Indeed.
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# update-libreoffice
Starting checks ...
[OK] User is root.
[OK] Distro is Porteus
[OK] libbfd was found
[OK] libbfd was found
Downloading live script ...
Downloading: update-libreoffice-live DONE
Usage: update-libreoffice your-language
For example: update-libreoffice en-US
Supported languages:
af am ar as ast be bg bn bn-IN bo br brx bs ca ca-valencia cs cy da de
dgo dsb dz el en-GB en-US en-ZA eo es et eu fa fi fr fy ga gd gl gu gug
he hi hr hsb hu id is it ja ka kab kk km kmr-Latn kn ko kok ks lb lo lt
lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR
ro ru rw sa-IN sat sd si sid sk sl sq sr sr-Latn ss st sv sw-TZ ta te
tg th tn tr ts tt ug uk uz ve vec vi xh zh-CN zh-TW zu
root@porteus:/home/guest#
Thank you.

No shortcut for updated libreoffice24.8
Posted: 12 Sep 2024, 14:40
by benjibasson
Hi, thans you for the update.
however, the script ask us witch language we want
Code: Select all
Usage: update-libreoffice your-language
but it doesn't download additionnal package for language. can you check it please?

No shortcut for updated libreoffice24.8
Posted: 12 Sep 2024, 15:21
by Ed_P
This may be related.
Code: Select all
Building of /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm module
/usr/local/bin/update-libreoffice-live: line 183: gcc: command not found
/usr/local/bin/update-libreoffice-live: line 184: gcc: command not found
Parallel mksquashfs: Using 8 processors
Creating 4.0 filesystem on /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm, block size 262144.
No shortcut for updated libreoffice24.8
Posted: 13 Sep 2024, 05:29
by Blaze
benjibasson wrote: ↑12 Sep 2024, 14:40
but it doesn't download additionnal package for language. can you check it please?
I can't to reproduce this issue.

No shortcut for updated libreoffice24.8
Posted: 13 Sep 2024, 19:30
by benjibasson
Oh...
I swear it worked without the 05-devel module
No shortcut for updated libreoffice24.8
Posted: 14 Sep 2024, 00:07
by Ed_P
Thanks
benji.

It's what I needed to resolve the gcc error.
Ed_P wrote: ↑12 Sep 2024, 15:21
Code: Select all
Building of /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm module
/usr/local/bin/update-libreoffice-live: line 183: gcc: command not found
/usr/local/bin/update-libreoffice-live: line 184: gcc: command not found
Parallel mksquashfs: Using 8 processors
Creating 4.0 filesystem on /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm, block size 262144.
With the 05-devel module loaded:
Code: Select all
Building of /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm module
Parallel mksquashfs: Using 8 processors
Creating 4.0 filesystem on /tmp/LibreOffice-24.8.1-x86_64-en-US-1bl.xzm, block size 262144.
An error msg indicating it's needed if not loaded would be helpful.

No shortcut for updated libreoffice24.8
Posted: 14 Sep 2024, 04:29
by Blaze
This function with check 05-devel module is have 1st offline update-libreoffice script.
No shortcut for updated libreoffice24.8
Posted: 14 Sep 2024, 05:03
by Ed_P
Blaze wrote: ↑14 Sep 2024, 04:29
have 1st offline update-libreoffice script.

No shortcut for updated libreoffice24.8
Posted: 14 Sep 2024, 06:21
by Blaze
Ed_P, I mean /opt/porteus-scripts/update-libreoffice and
Code: Select all
# Check for libbfd
havebfd=`find /usr/ -name "libbfd*.so*"`
if [ -z "$havebfd" ]; then
sayerror "No libbfd.so found"
echo
red "No libbfd.so was found."
echo "This can be found in the binutils package or the 05_devel module."
echo "Please type as root: ${txtbld}getpkg binutils${rst}"
exit
else
sayok "libbfd was found"
fi
# Check for libfl.so.2
havelibfl=`find /usr -name "libfl.so.*"`
if [ -z "$havelibfl" ]; then
sayerror "No libfl.so.2 found"
echo
red "No libfl.so.2 was found."
echo "This can be found in the flex package or the 05_devel module."
echo "Please type as root: ${txtbld}getpkg flex${rst}"
exit
else
sayok "libbfd was found"
fi