hallo,
I want to build my own live-edition of slitaz-rolling-core with my prefered programs. Everything works fine. Only libreoffice makes problems.
I installed LibreOffice5.3:
>tazpkg -gi get-LibreOffice
>get-LibreOffice
after that in /usr/share/applications:
for i in $(ls /usr/lib/libreoffice*/share/xdg/*desktop); do ln -sf $i; done
then appear all subtitles in the menue, but I can not start libreoffice.
libreoffice is installed in /usr/lib/libreoffice5.3/program
there I find soffice and swriter and so on, but when i start these programms, then appears only for one moment the picture of the startmenue form libreoffice and that is was.
Is anyone able to tell me what I am doing wrong. Maybe problems with the wrights?
Thanks for any help
install libreoffice in live-distribution
(7 posts) (3 voices)-
Posted 7 years ago #
-
try
$ libreoffice5.3 --writerit does not work? Check as root..
# cd /usr/share/applications
# ls -la libreoffice-*Posted 7 years ago # -
Solve symbolic link. First delete link
# rm libreoffice-writer.desktopCreate new symbolic link
# ln -s /usr/lib/libreoffice*/share/xdg/writer.desktop libreoffice-writer.desktoptry
$ libreoffice5.3 --writerPosted 7 years ago # -
Thank You for your help, rerivero, I was not still successfull. I cannot start a program from libreoffice even as root. Perhaps I have problems because I try to install this programms on a live-System. I send pictures from my system.
Thanks for further ideas.Posted 7 years ago # -
Try
$ soffice
work?Check symbolic links:
ls -la /usr/bin/libreoffice5.3
(In red: broken, green is OK)it's broken? Maybe the directory is missing /usr/lib/libreoffice/libreoffice5.3/program/soffice
Delete and create new symbolic link (as root)
# cd /usr/bin
remove broken link
# rm libreoffice5.3
create new symbolic link
# ln -s /usr/lib/libreoffice/program/soffice libreoffice5.3try
$ libreoffice5.3Posted 7 years ago # -
Thank You, now it run perfectly.
Posted 7 years ago # -
Bonsoir.
J'ai posté http://forum.slitaz.org/topic/installation-de-paquet-conversion-de-masse-et-creation-de-recette?replies=3#post-45193lm2 m'a répondu et j'ai continué sur son impulsion en m'appuyant sur les informations de votre post.
Perfect.
Menu peuplé et lien adapté
MerciPosted 7 years ago #
Reply
You must log in to post.